:root {
  --primary-blue: #2580ff;
  --light-blue: #75a1dd;
  --lighter-blue: #9bbedd;
  --dark-blue: #3b5998;
  --text-dark: #343434;
  --text-gray: #575757;
  --text-light-gray: #b8b8b8;
  --bg-gray: #f7f7f7;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}
.container {
  max-width: 1245px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

/* nav */
.spider_nav {
  padding: 30px 0;
}

.nav_social {
  margin-left: 100px;
}
.spider_nav .navbar-nav{
  align-items: center;
}
.spider_nav .navbar-nav .nav-item .nav-link {
  color: #343434;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 416% */
  letter-spacing: -0.25px;
}
.spider_nav .navbar-nav .nav-item .nav-link i { 
  font-size: 15px; 
}

.nav_social a {
  margin-left: 10px;
  text-decoration: none;
  color: #333;
  font-size: 30px;
}

.nav_social a svg {
  width: 22px;
  height: 22px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(180deg, #caebff 0%, #fff 100%);
  padding: 100px 0 80px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  min-height: 645px;
}
.banner_left h1 {
  color: #06448a;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 49.92px; /* 78% */
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}

.banner_left h2 {
  color: #75a1dd;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.92px; /* 124.8% */
  letter-spacing: -0.25px;
  margin-bottom: 32px;
}

.banner_left h2 span {
  color: #06448a;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.92px; /* 208% */
  letter-spacing: -0.25px;
}

.banner_left p {
  color: #06448a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  margin-bottom: 13px;
  max-width: 490px;
}

.banner_left .btn {
  border-radius: 29px;
  background: #2580ff;
  padding: 10px 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 192.857% */
  transition: all 0.3s;
  
  margin-top: 40px;
}

.banner_left .btn:hover {
  color: white;
  background-color: #1a66d9;
  transform: translateY(-2px);
}

.banner_google {
  position: relative;
  padding: 95px 0;
}

.banner_google::after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.banner_google::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  height: 1px;
  width: 60%;
  background: #fff;
}

.banner_google_cntr {
  width: 255px;
  margin: 0 auto;
}
.banner_google_main {
  position: relative;
  height: 221px;
  border-radius: 8px;
  border: 1px solid #fff;
  box-shadow: 5px 5px 5.2px 0 rgba(0, 0, 0, 0.25);

  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
      margin: 0 auto;
    margin-bottom: 11px;
    max-width: 220px;
}

.banner_google_main span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 14px 43px;
  color: #606469;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 249.6% */
  letter-spacing: -0.25px;
}

.banner_google_cntr h5 {
  color: #a4a4a4;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.25px;
}
.banner_google_cntr p {
  color: #333;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 137.5% */
  letter-spacing: -0.25px;
}
.seo_left h3 {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.25px;
  max-width: 331px;
}

.checkmark-icon {
  background-color: var(--lighter-blue);
  border-radius: 50%;
  padding: 7px;
  color: white;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.form-container {
  border-radius: 16px;
  background: #e5eef6;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 35px 45px;
}
.seo_right h3 {
  color: #112c48;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.25px;
  margin-bottom: 14px;
}

.seo_right h5 {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  letter-spacing: -0.25px;
}

.seo_right ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.seo_right ul li {
  list-style-type: none;
  color: #606060;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 230.769% */
  letter-spacing: -0.25px;
  padding: 6px 0;
}

.form-container-left {
  max-width: 230px;
}

.form-container-right .form-control {
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 11px 16px;
  font-size: 12px;
  color: #333;
  border-radius: 0;
}

.btn-primary-custom {
  background-color: var(--primary-blue);
  color: white;
  border: none;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 12px;
  width: 100%;
  transition: all 0.3s;
}

.btn-primary-custom:hover {
  color: white;
  background-color: #1a66d9;
  transform: translateY(-2px);
}

.security-text {
  font-size: 9px;
  color: var(--text-dark);
  opacity: 0.52;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

/* AI Search Section */
.ai-search-section {
  background: url('../images/get_bg.png');
  padding: 80px 0 0;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ai-search-title {
   leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 49.92px; /* 156% */
letter-spacing: -0.25px;

background:url('../images/ai_bg.png');
  background-size: cover;
  background-blend-mode: overlay;

  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 51px;
 
}

.ai-icon-card {
  text-align: center;
  padding: 20px 5px;
  border-radius: 4px;
background: #FFF;
color: #6A9DE2;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20.92px; /* 332.8% */
letter-spacing: -0.25px;
width: 325px;
margin: 0 auto -10px;
}

 

/* seo partners */

.seo-section {
  padding: 50px 0;
}

/* Services Section */
.services-section {
  padding: 80px 0;
  background-color: #fafafa;
}

.services-section h2 {
  color: #575757;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.92px; /* 104% */
  letter-spacing: -0.25px;
}

.services-section h2 span {
  color: #75A1DD; 
   font-weight: 700;
}

.services-section h5 {
  color: #969696;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.92px; /* 312% */
  letter-spacing: -0.25px;
  text-align: center;
  margin-bottom: 30px;
}

.service-card {
  background: #504f4f;
  color: white;
  padding: 30px 15px;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22 0.92px; /* 249.6% */
  letter-spacing: -0.25px;
  background: linear-gradient(180deg, #8fbeff 0%, #cae0ff 47.12%, #8fbeff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.service-card h4 {
  color: #c1c1c1;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  letter-spacing: -0.25px;
  margin-bottom: 20px;
  min-height: 55px;
}

.service-card ul {
  padding: 0;
  margin: 0;
}

.service-card ul li {
  list-style-type: none;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  letter-spacing: -0.25px;
  padding: 15px 0;
}

.service-card ul li svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Digital Marketing Section */
.digital-marketing-section {
  padding: 80px 0 0;
}

.section-title {
  color: #575757;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 45px; /* 262.5% */
letter-spacing: -0.25px;
  margin-bottom: 55px;
  border-bottom: 1px solid #D4D3D3B2;
}

 

.section-title .highlight {
 color: #75A1DD;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 210% */
letter-spacing: -0.25px;
}
.digital-marketing-section ul li  {
   color: #575757; 
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 168.75% */
letter-spacing: -0.25px;

}
.digital-marketing-section ul li i{
    color: #9c9c9c; 

}

.digital-marketing-section hr{
    border-color: #C3E3FF;
    margin: 65px 0 0;
     opacity: 1;


}

/* Client Reviews */
.reviews-section {
  background: white;
  padding: 60px 0 0;
}

.reviews-section h2{
    color: #575757;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 49.92px; /* 156% */
letter-spacing: -0.25px;
}
 
.client_list {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px 0;
  margin: 0 15px;  
  border: 1px solid #9D9898; 
  

}

.client_list img {
   height: 110px; 
   max-width: 300px;
   width: 100%;
   object-fit: contain;
  margin: 0 auto 15px;

}

.client_list hr {
  margin: 0 -30px 0 -30px;
}

.client_list p {
    margin: 0 -30px ;
  color: #4C4C4C;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
letter-spacing: -0.25px;
padding: 30px; 
background: rgba(195, 227, 255, 0.12);
min-height: 280px;
}



/* Pricing Tables */
.pricing-section {
  padding: 60px 0 0; 
}
.pricing-section h2{
    color: #575757;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 49.92px; /* 156% */
letter-spacing: -0.25px;
margin-bottom: 25px;
}
.pricing-table {  
background: linear-gradient(180deg, #2B548C 0%, #4867AF 100%);
  color: white;
  border-radius: 8px;
  padding:15px 20px;
  margin-bottom: 30px;
  min-height: 570px;
}
.pricing-table img.client_logo{
    display: block;
    margin-left: auto;
    background: #FFF;
    width: 97px;
height: 55px;
padding: 5px;
object-fit: contain;


}
.pricing-table h3 {
   color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24.92px; /* 249.6% */
letter-spacing: -0.25px;
  margin-bottom: 15px;
}

.pricing-table h4 {
  color: #BED6FF;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16.92px; /* 356.571% */
letter-spacing: -0.25px;
margin-bottom: 12px;
}
.pricing-table h5 {
 color: #BED6FF;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14.92px; /* 416% */
letter-spacing: -0.25px;
margin-bottom: 19px;
}

.pricing_title{
    background: #1B2537;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.pricing_title span{
     color: #BED6FF;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16.92px; /* 356.571% */
letter-spacing: -0.25px;
}

 
.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-item span{
 color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18.92px; /* 312% */
letter-spacing: -0.25px; 
}
.pricing-item span:last-child{
width: 70px;
text-align: center;
}
.pricing-table .pricing-item:last-child{
    border: 0;
}





.seo_title h2{
color: #575757;
font-family: Manrope;
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 49.92px; /* 118.857% */
letter-spacing: -0.25px;
}
.seo_title h5{
    display: flex;
    align-items: center;
 color: #575757;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */
}
.seo_title h5 span{
    border-radius: 6px;
background: #75A1DD;
width: 45px;
height: 3px;
margin-right: 5px;
}


.seo_title{
    margin-bottom: 40px;
    max-width: 600px;
}

.grid-cols-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;  
}
.preview-video {
  transition: object-fit 0.3s ease; 
  width: 100%;
  height: 458.667px;
  object-fit: cover;
  cursor: pointer; 
}

/* When fullscreen */
.preview-video:fullscreen {
  object-fit: contain;
  background: #000;
}

/* Safari */
.preview-video:-webkit-full-screen {
  object-fit: contain;
  background: #000;
}

/* Modal fullscreen */
.video-modal {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

#modalVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}

/*  About Section  */
.about_title{
    margin: 0 -70px -70px;
}
.about_title h3{
    leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 300px;
font-style: normal;
font-weight: 800;
line-height: 270px; /* 35.333% */
letter-spacing: -0.25px;
background: linear-gradient(180deg, rgba(53, 94, 196, 0.40) 16.83%, rgba(59, 70, 98, 0.40) 44.23%, rgba(162, 163, 165, 0.40) 95.67%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
mix-blend-mode: hard-light;
text-align: center;
}

.about_list img{
    width: 100%;
    height:475px ;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 14px;
}

.about_list h4{
    color: #969696;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 19px; /* 118.75% */
letter-spacing: -0.25px;
text-align: center;
}

.about-section hr{
    border-color: #C3E3FF;
    opacity: 1;
    margin: 50px 0 0;
}

/* Clients Logo Section */
.clients-section {
  padding: 60px 0;
  background: white;
}

.clients-section h2{
    color: #575757;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 36.92px; /* 156% */
letter-spacing: -0.25px;
}

.clients-section h2 span{
    color: #75A1DD; 
}


.clients-section h4{
     color: #969696;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 49.92px; /* 312% */
letter-spacing: -0.25px;
text-align: center;
margin-bottom: 25px;
}




.client-logo {
  background: var(--bg-gray);
  border-radius: 4px;
  padding: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto ;
  transition: transform 0.3s;
}

.client-logo:hover {
  transform: scale(1.05);
}

.client-logo img {
  max-width: 100%;
  max-height: 80px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Gallery Section */
.cta-section {
  padding: 60px 0;
  background: url('../images/cta.png');
  background-repeat: no-repeat;
}
 .cta-title h4{
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 49.92px; /* 138.667% */
letter-spacing: -0.25px;
margin-bottom: 32px;
 }
 .cta-title h4 span{
    color: #75A1DD; 
 }

  .cta-title p{
    color: #9BAFC0;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 166.667% */
letter-spacing: -0.25px;
 }
.cta-form{
    max-width: 485px;
    margin-left: auto;
    border-radius: 16px;
background: #FFF;
box-shadow: 6px 10px 8px 17px rgba(0, 0, 0, 0.25);
padding: 65px;
}

.cta-form h4{
color: #112C48;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 34px; /* 141.667% */
letter-spacing: -0.25px;
text-align: center;
margin-bottom: 34px;
}
.cta-form .form-control{
    border: 1px solid #E1E1E1;
background: #FFF;
padding: 11px 16px;
border-radius: 1px;
color: #333;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Footer */
.footer {
  background:  #fff;
  color: white;
  padding: 55px 0 15px;
}

.footer h5 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color:  #343434;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li { 
  color: #343434;
leading-trim: both;
text-edge: cap;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 242.857% */
letter-spacing: -0.25px;
padding: 10px 0;
}

.footer a {
  color:  #343434;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #75A1DD;
}

.footer p {
   color: #838383;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 340% */
letter-spacing: -0.25px;
}

.social-icons {
  display: flex;
  gap: 15px; 
  padding: 8px 0;
  border-left: 1px solid  #DCDCDC;
  padding-left: 11px;
  margin-left: 11px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px; 
  color: #343434;
  font-size: 24px;
  transition: all 0.3s;
}

.social-icons a:hover {
  color: var(--primary-blue);
  transform: translateY(-3px);
}

.web-display-none {
    display: none;
}
.web-display-block {
    display: block;
}







.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.floating-contact a:hover {
  transform: scale(1.1);
}

.floating-contact i {
 font-size: 24px;
 color: #fff;
}

/* WhatsApp */
.floating-contact .whatsapp {
  background: #25D366;
}

/* Call */
.floating-contact .call {
  background: #0A66C2;
}


















/* Responsive */
@media (max-width: 1250px) {
    .hero-section { 
    padding: 80px 0 80px; 
}


 .about_title h3 { 
    font-size: 250px; 
    line-height: 240px; 
}
.about_title {
    margin: 0 0px;
}
}

@media (max-width: 1110px) {
 .about_title h3 { 
    font-size: 200px; 
    line-height: 240px; 
}
}
@media (max-width: 998px) {
.spider_nav .navbar-nav{
  flex-direction: row;
}
.nav_social {
    margin-left: 0px;
}

}

@media (max-width: 768px) {

.mob-display-none {
    display: none;
}
.mob-display-block {
    display: block;
}

  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

      .ai-search-title {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
        margin-bottom: 35px;
    }

  .footer { 
    text-align: center;
    padding: 25px 0 15px;
}

.spider_nav {
    padding: 10px 0;
}
.hero-section { 
    padding: 50px 0 40px; 
    min-height: 645px;
}
.banner_left h1 { 
    font-size: 36px; 
    line-height: 40.92px; 
    margin-bottom: 5px;
}

.banner_left h2 { 
    font-size: 28px; 
    line-height: 36.92px; 
    margin-bottom: 25px;
}
 .banner_left h2 span {
  display: block; 
    font-size: 18px; 
    line-height: 28.92px; 
}
.form-container { 
    padding: 35px 25px;
}

.services-section {
    padding: 40px 0; 
}

.services-section h2 { 
    font-size: 32px; 
    line-height: 40px; 
    text-align: left !important;
}

.seo_title h2 { 
    font-size: 32px; 
    line-height: 39.92px; 
}
    .about_title h3 {
        font-size: 75px;
        line-height: 80px;
    }

    .grid-cols-5 { 
    grid-template-columns: repeat(1, 1fr); 
}

    .nav_social {
      display: none;
    }
        .spider_nav .navbar-nav .nav-item {
        padding-left: 15px;
    }

    .cta-form { 
    padding: 45px 35px;
}
.about_list{
  margin: 15px 0;
}
.pricing-section {
    padding: 0 0;
}

.pricing-item span { 
    font-size: 14px; 
}
.client_list img {
    height: 75px;
    max-width: 250px; 
}
.service-card h4 { 
    margin-bottom: 25px;
}
.service-card ul li { 
    padding: 8px 0;
}

 
.banner_left p { 
    margin-bottom: 43px; 
}

.cta-section{
    padding: 60px 15px;
  }

  .banner_left{
    text-align: center;
  }

  .banner_google_cntr {
    width: 175px; 
}
  .banner_google_main { 
    height: 175px; 
}
.banner_google_main span { 
    padding: 14px 20px; 
    font-size: 16px; 
}
.banner_google_main img{
  width: 100px;
  object-fit: contain;
}
.banner_google::before{
  display: none;
}
.banner_google::after{
  display: none;
}
.banner_google { 
    padding: 25px 0;
}
.spider_nav .navbar-nav{
  display: none
}
.banner_google_cntr h5 { 
    font-size: 14px; 
    line-height: 22px; 
}
.seo_right{
  padding-top: 25px;
}
.form-container-left {
    max-width: 100%;
}

.seo_right ul { 
    margin: 15px 0;
}

.about_list img { 
    height: auto;
    object-fit: contain; 
}
.seo-section {
    padding: 40px 0 40px;
}
.seo_left h3 { 
    font-size: 20px; 
    line-height: 28px; 
    max-width: 260px;
}

.seo_right h3 { 
    margin-bottom: 7px;
}
.seo_right h5 {
    max-width: 200px;
}
.seo_right ul li { 
    padding: 3px 0;
}

.service-card h3 { 
    margin-bottom: 10px;
}

.service-card ul {
    padding-left: 25px;
}

.Ai-power-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.Ai-power-list h5{
  color: #FFF;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.ai-search-section{
  padding: 45px 0;
}

.digital-marketing-section {
    padding: 40px 0 0;
}
.section-title .highlight { 
    font-size: 32px; 
}

.cta-title h4 { 
    font-size: 20px; 
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
}
.cta-title p {
   text-align: center;
}
.footer ul li { 
  padding: 5px 0;
  padding-left: 53px;
    text-align: left;
}


.footer_logo{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.footer p { 
    line-height: 14px; 
}

.services-section h5 { 
    line-height: 19.92px; 
    text-align: left; 
}

.digital-marketing-section hr { 
    margin: 25px 0 0; 
}

.reviews-section { 
    padding: 30px 0 60px;
}
    .about_title {
        margin: 0 0px -42px;
    }

    .clients-section h4 { 
    line-height: 28px; 
}
}
