.hero-section {
  position: relative;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
color: #fff;
margin: 0 auto;
max-width: 100%;
/*min-height: 100vh;*/
display: flex;
flex-direction: column;
}

.center{
  align-items: center;
}

.container{
max-width: 1320px;
margin: 0 auto;
display: flex;
    flex-direction: column;
    align-items: center;
padding: 80px 0;
}

.blog-circle {
  width: 40px;
  height: 40px;
  background-color: #007bff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#sg-logo{
    width:40%;
}

.cta-2 {
    display: flex;

justify-content: center;
align-items: center;
gap: 8px;
border-radius: 76px;
background: #F6BD60;
display: block;
}

.cta-2:hover{
    background-color:#36BAC9;
}

.cta-2 a{
    color:#000 !important ;
    display: block;
padding: 12px 24px !important;
}
.lc-bottom{
    width: 100% !important;
}
.lc-bottom h3{
    text-align: center;
    margin: 40px 0 32px;
}

.features, .faq, .testimonial{
 background-color: #F5EFEF;
}

.feature-row {
 display:flex;
}

.hit-process, .tis-item, .feature-row.{
 display:flex;
}


.text-image-section{
vertical-align: middle;
}
.tis-texts, tis-image {

}

.flex {
display: flex;
}

.tis-texts {
padding: 30% auto;
}

.tis-items {
align-items: center;
}

.header{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
  align-items: center;

}

.nav {
  display: flex;
}

.nav-item li a {
  display: block;

}

.cta-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header a{
color: #ddd;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 0 12px;
}

.header a:hover {
color: #fff;
}

.hero-body h1, .hero-body p{
  text-align: center;
    color: #ddd;
}

.hero-body p{
    padding: 16px 0;
    line-height: 160%;
}

.hero-body {
  display: block;

}


.hero-bottom{
    min-height: 315px;
    background: url(../images/hero-bottom-image.png) top center no-repeat;
}

.hero-bottom img{
    width:100%;
}
.logo-cloud{
  justify-content: center;
  padding: 40px 0px;
}


.features-list {
    margin-top: 40px;
}

.feature-row {
    justify-content: center;
  margin-top: 24px;
}

.feature-item{
    padding: 0;
    display: flex;
    margin: 12px;
    width: 30%;
    flex-wrap: nowrap;
}

.title{
color: #1E2728 !important;;
text-align: left;
font-family: "Nunito Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.36px;
margin-bottom: 8px;
}

.feature-icon{
width: 60px;
height: 60px;
margin-right: 24px;
}

.feature-item-text p{
  color:#666C6D
}

.item-title{
  color: #1E2728 !important;;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
}

.process-step {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.code-snippet h4{
  color: #1E2728;

text-align: center;
font-family: "Nunito Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.48px;
}

.hit-process {
  margin: 80px 0 60px 0;
}

.how-it-works {
  padding:100px 0;
} 

.tis-texts p{
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 170%;
margin: 8px 0;
width:505px;
}
.tis-texts a{
color: #186A74;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px;
display: inline-flex;
gap:8px;
padding: 8px 0px;
margin-top: 8px;
}

.tis-texts a img{
  display:block;
}
.section-subtitle {
  /*max-width: 70%;*/
  margin: 8px auto;
  text-align: center;
}

.tis-image img {
  width: 95%;
}

.tis-item {justify-content: space-between}

.cta-section1, .feature-req, .footer {
  position: relative;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;


}

.cta-section1 h2, .feature-req h2{
  color: #fff;
}

.cta-section1 p, .feature-req p{
  color: #ddd;
}

.cta-section1-button, .feature-req-button, .faq-button, .blog-button, .footer-button{
  margin-top: 40px;
}

.cta-section1-button a, .feature-req a, .faq-button a, .blog-button a {
  display: flex;
  height: 48px;
  padding: 0px 48px;
  justify-content: center;
  align-items: center;
  background-color: #F6BD60;
  border-radius: 60px;
  font-family: manrope;
color: #4C4A65;
font-size: 16px;
font-style: normal;
font-weight: 900;
gap: 8px;
}

.faq-button p{
  color: #1E2728;
text-align: center;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;
margin-bottom:8px;
}

.cta-section1-button a:hover, .feature-req a:hover, .faq-button a:hover, .blog-button a:hover {
  background-color: #36BAC9;
}

.pricing-notice {
  gap: 64px;
  padding: 24px 48px;
  display: flex;
  border-radius: 16px;
  border: 2px #63696a;
  background: #F3F6F6;
  align-items: center;
  justify-content: center;
  margin: 24px 88px;
}

.pricing-notice img{
  width:150px;
}

/* pricing table css starts */

.pricing-table {
    display: flex;
    gap: 24px;
    margin: 60px 0 20px;
    align-items: flex-start;
}

.pricing-item {
    background-color: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 300px;
    position: relative;
}

.pricing-item h2 {
    color: #094249;
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    font-family: 'Manrope';
}

.pricing-item h3 {
color: #094249;
font-family: "Nunito Sans";
font-size: 30.991px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
margin: 24px 0 24px 0px;
}

.pricing-item ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.pricing-item ul li {
    margin: 10px 0;
    font-size: 16px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    font-family: manrope;
    line-height: 140%;
}

.pricing-item ul li i {
    color: #7DAEAC;
    margin-right: 10px;
    font-size: 18px;
}

.plus ul li i {
    color: #7DAEAC;
}

.pro ul li i {
    color: #7DAEAC;
}

.pricing-item button {
    background-color: #2b7a78;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 16px;
    font-family: 'Manrope';
    font-weight: 600;
}

.pricing-item button:hover {
    background-color: #36BAC9;
}

.basic p{
    text-align: left;
}
.plus {
    background-color: #004346;
    color: white;
}

.plus h3 {
    color: #fff;
}

.plus h2 {
    color: #fff;
}

.plus ul li {
    color: white;
}

.plus button {
    background-color: #F6BD60;
    color: #094249;
}

.pro a, .basic a {
    color:#fff;
}

.pro a:hover, .basic a:hover {
    color:#4C4A65 !important;
    display: block;
}


.plus a {
    color:#094249;
}

.plus a:hover a {
    color:#4C4A65;
}

.plus button:hover {
    background-color: #36BAC9;
}

.most-popular {
background-color: #F6BD60;
    color: #0A6651;
    padding: 5px 16px;
    position: absolute;
    top: -14px;
    transform: translateX(40%);
    border-radius: 8px;
}

.plus p{
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}
/* pricing table css ends */


/* testimonial css start */

.testimonial-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1022px;
    gap:40px;
    margin: 60px 0;
}

.logo-list {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.logo {
    width: 168px;
    height: 60px !important;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    align-content: center;
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}

.logo.active {
    opacity: 1;
}

.review-content {
    max-width: 658px;
    text-align: left;
    border: 1px dashed #ccc;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 32px;
    align-content: center;
    min-height: 256px;
    border-radius: 8px;
}

.review {
    display: none;
    font-size: 18px;
    line-height: 1.6;
}

.review.active {
    display: block;
}

.testimonial-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-button a{
    overflow: hidden;
    max-width: 150px;
}
.testimonial-button p{
    text-align: center;
}

.testimonial-button img{
    width:100%;
}
/* testimonial css ends */



/* FAQ css starts */

.faq-table {
  display: flex;
  gap: 24px;
}

.faq-section {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
}

.faq-container {
    margin-top: 20px;
}

.faqs {
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06)
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-toggle {
    font-size: 24px;
    color: #8EB6BA;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    opacity: 0;
    padding: 0;
}

.faqs.active .faq-answer {
    max-height: 200px; /* Adjust according to content length */
    opacity: 1;
    padding: 10px 0;
}

.faq-answer p {
  font-size: 16px;
  margin-top: 16px;
}

/* FAQ css ends */


/* General Info css starts */
.general-body{
    display: flex;
    gap:24px;
    flex-direction: row;
    align-items: flex-start;
}
.general-1{
    width:536px ;
}
.general-2{
    width:760px ;
}
.general-info{
    padding:32px;
    border-radius: 16px;
    border: 1px solid rgba(86, 93, 94, 0.90);
    margin-bottom: 24px;
}

.general-info p{
    margin-top: 24px;
}
.general-info br{
    margin-top: 24px;
}

/* General Info css ends */

.footer{

}

.footer p{
color: #ddd;
margin-top: 16px;
margin-bottom: 24px;
}

.footer h5{
color: #fff;
}

.footer .container {
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 80px 0 40px;
}

.footer-left{
    width: 50%;
    padding-right: 250px;
}

.footer-left img{
    margin-bottom: 16px;
}

.footer-button a{
display: flex;
width: 231px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 60px;
border: 1px solid #F6BD60;
color: #fff;
}


.footer-bottom{
background: #072E33;
}

.footer-bottom .container{
    padding: 8px 0;    
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    color: #fff;
}

.footer-bottom p{
    color: #ccc;
}
.footer-links a {
    padding: 0px 8px;
    font-weight: 500;
}




.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    
    animation: slide 25s infinite linear;
}

.slide {
    min-width: 128px;
    margin-right: 20px;
}

.slide img {
    max-width: 100%;
    display: block;
}


/* Animation for infinite scrolling */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.blog-blocks{
    display: flex;
    gap: 24px;
    margin-top: 64px;
}
.blog-item{
    width: 536px;
}
.blog-item img{
    width:100%
}
.blog-contents{
    padding: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}


.hero-bottom-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 8px;
} 
.sg-widget {
    text-align: center;
    margin-top: 20px;
}

.sendgrid-subscription-widget .blue {
  color: #1574d4;
}
.sendgrid-subscription-widget input {
  padding: 0px 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #555555;
  height: 48px;
  font-size: 14px;
}
.sendgrid-subscription-widget .sg_email {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  width: 50%;
}
.custom-fields-example {
  text-align: center;
}
.custom-fields-example #sg_email {
  width: 95%;
}
.custom-fields-example .checkbox-wrap {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.custom-fields-example input[type="text"] {
  width: 94%;
}
.custom-fields-example input[type="checkbox"] {
  height: auto;
  width: auto;
}
.sendgrid-subscription-widget #sg_signup_first_name,
.sendgrid-subscription-widget #sg_signup_last_name {
  margin-right: 0.5em;
}
.sendgrid-subscription-widget #sg-submit-btn,
.sendgrid-subscription-widget .sg-submit-btn {
    cursor: pointer;
  padding: 0px 32px;
  border: 1px solid #F6BD60;
  margin: 0px;
  background: #F6BD60;
  box-shadow: none;
  text-shadow: none;
  color: #1E2728;
  font-family:"Nunito Sans" ;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 400ms linear 0s;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -3px;
}
.home .sendgrid-subscription-widget .sg-submit-btn {
  padding: 0px 50px;
}
.sendgrid-subscription-widget #email {
  width: 13em;
}
.sendgrid-subscription-widget #sg-submit-btn:active,
.sendgrid-subscription-widget .sg-submit-btn:active {
  color: #8e8b8b;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}
.sendgrid-subscription-widget .response {
  font-family: sans-serif;
  font-size: .8em;
}
.sendgrid-subscription-widget .success {
  color: #f39c12;
}
.sendgrid-subscription-widget .error {
  color: #f39c12;
}
.sendgrid-subscription-widget .sg-consent-text a {
  color: white;
}
.sendgrid-subscription-widget .sg-consent-text a {
  font-weight: bold;
}
.sendgrid-subscription-widget .sg-consent-text a:hover {
  text-decoration: underline;
}
.sendgrid-subscription-widget .sg-consent-text {
  font-size: .9em;
  padding-top: 0.5em;
}
.sendgrid-subscription-widget .sg-consent-text label {
  font-weight: 400;
  margin: 0;
}
.sendgrid-subscription-widget .sg-consent-text .sg_consent_checkbox {
  height: 1em;
}




.navbar {
  padding: 15px;
}

.menu-icon {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
}

.bar {
  width: 100%;
  height: 4px;
  background-color: white;
}

.nav {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}


.nav-link {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .menu-icon {
    display: flex;
  }

  .nav {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .nav.active {
    display: flex;
  }

  .nav-item {
    margin: 15px 0;
  }
}