@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    margin: 0;
    padding: 0;
   font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

/* Top Bar */
.top-bar{
    background:#0c4d83;
    padding:8px 0;
}

/* Social Icons */
.social-icons a{
    color:#fff;
    margin-right:12px;
}

/* Language Dropdown */
.lang-btn{
    background:#fff;
    border-radius:4px;
    padding:3px 8px;
}

.flag-icon {
    width: 41px;
    margin-right: 1px;
    height: 18px;
    object-fit: cover;
}

.dropdown-item img {
    width: 39px;
    height: 19px;
    object-fit: cover;
}
button.btn.dropdown-toggle.lang-btn {
    border: 2px solid #fff !important;
}
.dropdown-toggle::after {
    color: #fff !important;
    font-size: 20px;
}

.dropdown-menu.dropdown-menu-right.show button.dropdown-item{
	text-align:center !important;
}

.dropdown-menu.dropdown-menu-right.show {
    transform: translate3d(-25px, 40px, 0px) !important;
}

/* Navbar */
.navbar {
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 24px;
}

.navbar-nav .nav-link {
    font-weight: 700;
    margin: 0 10px;
    color: #333 !important;
	font-size: 14px;
	
}

.navbar-nav .nav-link:hover {
    color: #0c4d83 !important;
}

/* Buttons */
a.btn.btn-custom {
    background-color: #0c4d83;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

a.btn.btn-custom:hover {
    background-color: #000;
}
.d-flex.justify-content-between.align-items-center div:hover {
    color: #e1873f;
}

.navbar .dropdown-toggle::after{
margin-left:6px;
vertical-align:middle;
border-top-color:#0c4d83;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 40px;
        width: 250px !important;
 }
 
 .dropdown-menu.show a {
    text-align: center;
    font-size: 16px !important;
    line-height: 30px;
}
ul.dropdown-menu.my-dropdown-menu.show {
    width: 300px !important;
}

<!-- End Header CSS -->

<!-- Home page CSS -->

/* Content above overlay */
.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 48px;
    line-height: 1.3;
}

.hero-section .btn-light,
.hero-section .btn-outline-light {
    border-radius: 30px;
    font-weight: 600;
}
section.about-section p {
    color: #333 !important;
}

/* Badge */
span.badge.badge-success {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

/* Highlight Text */
span.text-btn {
    color: #ffffff !important;
}

/* Paragraph */
.hero-section p {
    color: #fff;
    line-height: 30px;
    font-size: 19px;
}

/* Hero Image */

.hero-img {
    width: 70%;        /* container se thodi badi */
    max-width: none;
    height: auto;
    animation: floatImg 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatImg {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Text Animation */
.hero-content {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1.2s ease forwards;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


<!-- About CSS -->
.about-section {
      padding: 60px 0;
  }
.about-section {
    margin-top: 60px;
	margin-bottom:60px;
}
.about-img {
      width: 100%;
  }
 .badge-custom {
    background: #0c4d835c;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}
	ul.list-unstyled.mt-4 li i {
    color: #0c4d83 !important;
    font-size: 20px !important;
}
ul.list-unstyled.mt-4 li {
    color: #6c757d !important;
}

.core-values ul li {
    align-items: flex-start;
}
section.core-values.py-5 h2 {
    font-weight: 700;
}
section.core-values.py-5 ul li i {
    color: #0c4d83 !important;
}
section.core-values.py-5 span {
    font-size: 16px;
}
.commitment-section {
    background-color: #f9f9f9;
}
.commitment-section h2 {
    font-weight: 600;
}
section.commitment-section.py-5 h2 {
    font-weight: 700;
}

<!-- services CSS -->

.industry-section {
    background: #f4f6f9;
    padding: 80px 0;
}

.section-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    background: #0c4d835c;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.industry-card {
    background: #0c4d83; /* Default Blue */
    padding: 30px;
    border-radius: 10px;
    transition: 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.industry-card:hover {
    background: #000 !important; /* Hover Orange */
    transform: translateY(-6px);
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: 0.4s;
}

.icon-box i {
    font-size: 26px;
    color: #fff;
}

.industry-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.industry-card p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.industry-card {
    background: #0c4d83;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.industry-card:hover {
    background: #e1873f;
    transform: translateY(-6px);
}

.industry-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
section.industry-section.text-center {
    background-color: #dddddd7a !important;
    padding: 30px;
}


/* Vacancy Section */

#career-opportunities-section {
    /* padding: 80px 0; */
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}
section#career-opportunities-section h2 {
    font-weight: 700;
}

/* Heading */
.section-title{
    font-size: 40px;
    font-weight: 700;
    color: #212529;
    text-transform: capitalize;
}

/* Explore Button */
.explore-btn{
    border:2px solid #2f3a43;
    padding:12px 28px;
    border-radius:12px;
    font-weight:600;
    transition:0.3s;
    color:#2f3a43;
}
.explore-btn:hover{
    background:#2f3a43;
    color:#fff;
    text-decoration:none;
}

/* Card */
.job-card{
    border-radius:20px;
    overflow:hidden;
    border:1px solid #ddd;
    transition:0.4s;
    background:#fff;
	height: 670px;
}
.job-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

/* Image */
.job-img{
    height:230px;
    object-fit:cover;
    width:100%;
}

/* Card Body */
.job-body{
    padding:25px;
}

/* Title */
.job-title{
    font-size: 20px;
    font-weight: 600;
    color: #2f3a43;
    margin-bottom: 10px;
}

/* Location */
.location{
    font-weight:600;
    margin-bottom:15px;
    color:#444;
}

/* List */
.job-list{
    padding:0;
}
.job-list li{
    list-style:none;
    margin-bottom:8px;
    color:#555;
}
.job-list i{
    margin-right:8px;
    color:#2f3a43;
}

/* Vacancy Button */
.vacancy-btn{
    background:#0c4d83;
    color:#fff;
    padding:10px 22px;
    border-radius:12px;
    font-weight:600;
    display:inline-block;
    margin-top:15px;
    transition:0.3s;
}
.vacancy-btn:hover{
    background:#0c4d83;
    text-decoration:none;
    color:#fff;
}

.explore-btn:hover {
    border: 0;
    background: #0c4d83;
    color: #fff;
    text-decoration: none;
}
.job-card img {
    height: 300px !important;
    object-fit: cover;
}

/* Start of GHR Support Section */

.ghr-support-section {
    background-color: #f8f9fa;
}
.ghr-support-section h2 {
    color: #1a1a1a;
}
.ghr-support-section p {
    color: #333;
    font-size: 1rem;
}
.ghr-support-section ul li {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}
.ghr-support-section ul li i {
    font-size: 1.2rem;
}
section.ghr-support-section.py-5.bg-light img {
    height: 330px;
    object-fit: cover;
}
section.ghr-support-section.py-5.bg-light ul li i {
    color: #0c4d83 !important;
    font-size: 20px !important;
}
section.ghr-support-section.py-5.bg-light ul li {
    color: #333 !important;
}

/* Services Section Section */

.ghr-services-section {
  background-color: #f8f9fa;
}
.ghr-services-section .service-card {
  background-color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  align-items: start; /* Ensures icon + text alignment */
}
.ghr-services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.ghr-services-section .service-card h5 {
  color: #1a1a1a;
}
.ghr-services-section .service-card p {
  color: #555;
}
.ghr-services-section h2 {
  color: #1a1a1a;
}
.ghr-services-section p.text-muted {
  font-size: 1rem;
}
section.ghr-services-section.py-5 p {
  color: #333 !important;
}

.hover-scale {
      transition: transform 0.3s, box-shadow 0.3s;
}
.hover-scale:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
section.service-sot.py-5 h2 {
    font-weight: 700;
}
section.service-sot.py-5 p {
    color: #333 !important;
}
a.btn.btn-primary2.mt-3 {
    background-color: #0c4d83 !important;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
a.btn.btn-primary2.mt-3:hover {
    background-color: #000 !important;
}
section.service-sot.py-5 .p-4.bg-white.shadow-sm.rounded.text-center.hover-scale {
    margin-bottom: 20px;
}

/* New Icon Styles */
.ghr-services-section .service-icon {
  font-size: 2rem;
  color: #007bff; /* You can change the icon color */
  flex-shrink: 0; /* Prevent shrinking */
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .hover-scale {
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .hover-scale:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

/* CTA Section Start css */

section.cta-section.py-5 h2 {
    font-weight: 700;
}

section.cta-section.py-5 h2 {
    font-weight: 700;
}

.cta-section p {
    max-width: 600px;
    margin: 0 auto;
}

.cta-section .btn {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #000;
    border: 0;
}

a.btn.btn-outline-light.btn-lg.ml-2:hover {
    color: #fff;
    background-color: #0c4d83 !important;
    border-color: #0c4d83;
}
.cta-section .btn:hover {
    transform: translateY(-3px);
}
a.btn.btn-warning.btn-lg {
    background-color: #0c4d83 !important;
    border: 0;
    color: #fff;
}
section.booking-section.py-5 input.form-control.form-control-lg {
    font-size: 15px !important;
}

section.booking-section.py-5 textarea.form-control.form-control-lg {
    font-size: 15px !important;
}

section.booking-section button.btn.btn-primary.btn-lg.btn-block.font-weight-bold.shadow-sm {
    background-color: #0c4d83;
	border:0;
}

<!-- Web / Digital Marketing & SEO css -->

.digital-marketing-section {
    background-color: #ffffff; /* White background */
}
section.digital-marketing-section.py-5 h2 {
    font-weight: 700;
}
.section-title {
    color: #000; /* Blue accent */
    font-weight: 700;
	font-size:32px;
}

.marketing-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.digital-marketing-section .btn-primary {
    background-color: #0c4d83;
    border-color: #0c4d83;
}

.digital-marketing-section .btn-primary:hover {
    background-color: #08365c;
    border-color: #08365c;
}
section.digital-marketing-section.py-5 p {
    color: #333 !important;
	line-height: 30px;
}
section.digital-marketing-section.py-5 ul li {
    color: #333;
    line-height: 30px;
	font-size: 16px;
}

section.digital-marketing-section.py-5 ul li i {
    color: #0c4d83 !important;
    font-size: 20px !important;
    margin-right: 10px;
}
a.btn.btn-1 {
    background-color: #0c4d83 !important;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
a.btn.btn-1:hover {
    background-color: #000 !important;
}

<!-- Faq Section Start -->

.faq-section {
      max-width: 60% !important;
      margin: 50px auto;
      padding: 20px;
    }
	div#faqAccordion button.btn.btn-link.collapsed {
    text-align: left;
}
    .faq-header {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .card-header {
      background-color: #ffffff;
      border: none;
      padding: 15px 20px;
      font-weight: 600;
      color: #333;
      cursor: pointer;
    }
    .card-header h5 {
      margin: 0;
      font-size: 18px;
    }
    .card-body {
      color: #333;
      padding: 15px 20px;
    }
    .btn-link {
     font-weight: 600;
    color: #0c4d83 !important;
    text-decoration: none;
    font-size: 18px !important;
    }
    .btn-link:hover {
      color: #e1873f;
      text-decoration: none;
    }
    .badge {
      font-size: 12px;
      font-weight: 700;
      background-color: #d9edd9;
      color: #28a745;
      margin-bottom: 10px;
    }
	.faq-section {
  max-width: 700px;                  /* box ki maximum width */
  margin: 50px auto;                 /* page me center me laya */
  padding: 30px;                     /* box ke andar space */
  background-color: #ffffff;         /* box ka color white */
  border-radius: 10px;               /* corners thode gol */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* halka shadow */
}

.faq-header {
  text-align: center;                /* header center me dikhe */
}

.badge {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
}

<!-- Vacancy page Css -->

.banner-section h1 {
    color: #fff;
}

.banner-search .form-control {
    height: 55px;
    border-radius: 8px 0 0 8px;
}

.banner-search .btn {
    height: 55px;
    border-radius: 0 8px 8px 0;
}

.input-group-text {
    height: 55px;
}
.btn-dark {
    color: #fff;
    background-color: #0c4d83;
    border-color: #0c4d83;
}

<!-- Vacancy section Css -->

.vacancy-section {
    background: #f5f5f5;
}
section.vacancy-section.py-5 h5 {
    font-size: 29px !important;
}

.filter-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.job-card img {
    height: 220px;
    object-fit: cover;
}

.job-card {
    border: 1px solid #ddd;
    transition: 0.3s;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.pagination .page-link {
    color: #000;
}
.text-muted {
    margin-bottom: 15px;
    color: #444 !important;
    font-size: 17px !important;
}
.card.job-card.h-100 h6 {
    font-size: 23px;
    font-weight: 600 !important;
}
a.btn.btn-dark1.btn-sm {
    background: #0c4d83;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    font-size: 15px;
}
a.btn.btn-dark1.btn-sm:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.job-alert-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); /* Light overlay */
}

.job-alert-section .container {
    position: relative;
    z-index: 2;
}

.job-alert-section h2 {
    font-size: 36px;
}

.job-alert-section p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 25px;
}

<!-- About Us page CSS -->

.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.about-banner .container {
    position: relative;
    z-index: 2;
}
section.about-banner h1 {
    font-size: 56px;
    font-weight: 700;
}

section.who-we-are-section.py-5 img {
    height: 500px;
    padding: 10px;
    border-radius: 10px !important;
}

<!-- what we do CSS -->
.what-we-do-section {
    background: #f8f9fa;
}

.section-heading {
    font-size: 32px;
    color: #212529;
    font-weight: 700;
}

.section-subtext {
    font-size: 16px;
    color: #000;
    max-width: 600px;
    margin: auto;
}

.service-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    line-height: 1.5;
    margin-top: 15px;
}

/* UNIQUE ICON STYLE */
.whatdo-icon-wrap img {
    width: 14%;
}
.whatdo-icon-wrap2 img {
    width: 9%;
}

.bottom-text {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

/* Recruitment Expertise Section */

.recruitment-expertise-section .container {
    position: relative;
    z-index: 2;
}

.expertise-heading {
    font-size: 32px;
    font-weight: 700;
}

.recruitment-expertise-section p {
    font-size: 16px;
    line-height: 1.8;
}

.expertise-list {
    list-style: none;
    padding-left: 0;
}

.expertise-list li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    font-size: 16px;
}
a.btn.btn-2.btn-lg {
    background-color: #0c4d83 !important;
    border: 0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 500;
}
a.btn.btn-2.btn-lg:hover {
    background-color: #000 !important;
}

ul.expertise-list li i {
    margin-right: 19px;
    font-size: 23px;
}

/* Digital & Growth Section CSS */

section.digital-growth-section.py-3 ul li i {
    color: #0c4d83 !important;
    font-size: 22px !important;
}

section.digital-growth-section.py-5 li {
    list-style: none !important;
    line-height: 45px;
}
ul.pl-3.dig_list li i {
    color: #0c4d83 !important;
    font-size: 20px !important;
}

/* Mission & Vision CSS */

section.mission-vision-section.py-3 h2 {
    font-size: 32px !important;
}
section.mission-vision-section.py-3 img {
    width: 12%;
}

.mv-box{
    border:2px solid #ddd;
    padding:25px;
    border-radius:10px;
    text-align:center;
    height:100%;
}

.mv-icon img{
    width:60px;
}

/* Single Page CSS */

.job-banner .container{
    position:relative;
    z-index:2;
}
section.job-banner h1 {
    font-size: 56px;
    font-weight: 700;
}
a.btn.btn-single-lg {
    background: #0c4d83;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    font-size: 15px;
	text-transform:capitalize;
}

a.btn.btn-single-lg:hover {
    background-color: #fff;
    color: #000;
}


/* Vacancy Text Section CSS CSS */

.vacancy-single-text-section{
 padding:60px 0;
}

.vacancy-single-text-title{
 font-size:32px;
 font-weight:700;
 color:#1f2d3d;
 line-height:1.3;
}

.vacancy-single-text-desc{
 font-size:16px;
 line-height:1.8;
 color:#333;
 margin-bottom:20px;
}

.vacancy-single-text-subtitle{
 font-size:26px;
 font-weight:700;
 color:#1f2d3d;
}

.vacancy-single-text-list{
 padding-left:20px;
}

.vacancy-single-text-list li{
 margin-bottom:12px;
 line-height:1.7;
 color:#333;
}


/* what happens Section CSS */

.step-circle{
 width:36px;
 height:36px;
 border:1px solid #ccc;
 border-radius:50%;
 display:flex;
 align-items:center;
 justify-content:center;
 font-weight:600;
}

section.what-happens-next-section.py-5.bg-light p.text-muted.small.mb-0 {
    color: #333 !important;
}


/* Application form Section css */

.apply-section{
  background:#fff;
}
.cv-upload-box{
 height:100%;
 min-height:220px;
}
::placeholder {
  color: #333 !important;
}
button.btn.btn-sub.font-weight-bold.px-4 {
    background: #0c4d83;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: capitalize;
}
button.btn.btn-sub.font-weight-bold.px-4:hover {
    background-color: #000;
    color: #fff;
}


/* Other vacancies Section CSS */
.custom-card {
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .custom-card:hover {
        transform: translateY(-5px);
    }
    .card-img-top {
        height: 200px;
        object-fit: cover;
    }
    .card-title {
        font-size: 1.25rem;
        color: #1a364d; /* Dark Blue Tone */
    }
    .btn-dark {
        background-color: #22313f;
        border: none;
    }
    .list-unstyled li {
        font-size: 0.9rem;
    }
a.btn.btn-vacc.btn-block.py-2.font-weight-bold {
    background: #0c4d83;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: capitalize;
}
a.btn.btn-vacc.btn-block.py-2.font-weight-bold:hover{
	 background : #000;
	 color: #fff;
}

 /* Employers Page CSS */ 

.employers-banner .container{
    position:relative;
    z-index:1;
}
section.employers-banner.d-flex.align-items-center.text-center h1 {
    font-size: 48px !important;
    font-weight: 700;
}

.banner-heading{
    color:#fff;
    font-size:56px;
    font-weight:700;
}
.section-icon{
 font-size:32px;
 color:#28a745;
}

.why-box{
 background:#fff;
 padding:25px;
 border-radius:6px;
 box-shadow:0 5px 15px rgba(0,0,0,0.08);
 height:100%;
 transition:0.3s;
}

.why-box:hover{
 transform:translateY(-5px);
 box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.why-box h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 26px;
}

.why-box h5 i{
 color:#28a745;
 margin-right:6px;
}

.why-box p{
 font-size:16px;
 color:#333;
 margin:0;
}
.why-box img {
    width: 16%;
}


 /*Recruitment section CSS  */ 

.recruitment-box{
    background:#fff;
    padding:40px 30px;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.recruitment-box h2{
    font-weight:600;
    margin-bottom:15px;
}

.recruitment-box p{
    margin-bottom:10px;
	font-size: 17px;
    color: #333;
}

.email-text a{
    color:#333;
    font-weight:600;
}
.recruitment-box.text-center {
    background-color: #fff !important;
    padding: 30px;
    border-radius: 10px;
}


 /*Candidates page CSS  */
 .banner-heading{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
section.candidate-banner.d-flex.align-items-center.text-center h1 {
    font-size: 48px !important;
    font-weight: 700;
}

.cv-guidelines p{
  font-size:16px;
  line-height:1.7;
  color:#333;
}

.cv-guidelines ul li{
  margin-bottom:8px;
}

section.cv-guidelines.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.cv-title{
font-weight:600;
border-bottom:2px solid #eee;
padding-bottom:6px;
margin-bottom:15px;
}
section.cv-format.py-3 h2 {
    font-size: 32px;
    font-weight: 700;
}

section.job-process-section.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.cv-format ul{
padding-left:18px;
}

.cv-format p{
line-height:1.7;
color:#444;
}


.job-process-section{
background:#f8f9fa;
}

.job-process-section p{
line-height:1.7;
color:#444;
}

.process-box{
background:#fff;
padding:20px;
margin-bottom:20px;
border-left:4px solid #0c4d83;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
}

.process-box h5{
margin-bottom:8px;
font-weight:600;
}


/*Website Design page CSS  */

.website-design-development .container{
  position:relative;
  z-index:2;
}

.banner-heading{
  color:#fff;
  font-size:56px;
  font-weight:600;
}
a.btn.btn-primary_1.mt-3 {
    background-color: #0c4d83;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-radius: 30px;
    padding: 9px 25px;
}
a.btn.btn-primary_1.mt-3:hover {
    background-color: #000;
    color: #fff;
}

.website-advantages-full{
background:#f3f3f3;
}

.advantages-list{
list-style:none;
padding-left:0;
}

.advantages-list li{
position:relative;
padding-left:35px;
margin-bottom:18px;
line-height:1.7;
color:#444;
}

.advantages-list li:before{
content:"✓";
position:absolute;
left:0;
top:3px;
color:#0c4d83;
font-weight:bold;
font-size:18px;
}
section.website-advantages-full.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.website-services{
background:#f8f9fa;
}

.section-title{
font-size:32px;
font-weight:600;
}

.service-box{
background:#fff;
padding:30px;
border-radius:6px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:0.3s;
}

.service-box:hover{
transform:translateY(-6px);
}

.service-icon{
width:60px;
height:60px;
background:#0c4d83;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
}

.service-icon i{
color:#fff;
font-size:22px;
}

.service-box h5{
font-weight:600;
margin-bottom:10px;
}

.service-box p{
line-height:1.6;
font-size:16px;
 color: #333;
}

section.website-design-development h1 {
    font-size: 56px !important;
    font-weight: 700;
}
section.website-services.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.stage-icon{
width:50px;
height:50px;
background:#0c4d83;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 10px;
font-weight:600;
}

.stage-box p{
margin:0;
font-weight:500;
}
section.website-development-stages.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.feature-list{
list-style:none;
padding:0;
}

.feature-list li{
margin-bottom:18px;
padding-left:28px;
position:relative;
line-height:1.6;
}
section.development-package.py-5 {
    background-color: #f8f9fa !important;
}
section.development-package.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.icon{
position:absolute;
left:0;
top:2px;
background:#0c4d83;
color:#fff;
width:18px;
height:18px;
font-size:12px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.choose-list li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size: 16px;
}
section.why-choose-webdev.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

.icon{
position:absolute;
left:0;
top:2px;
background:#0c4d83;
color:#fff;
width: 22px;
height: 22px;
border-radius:50%;
font-size:12px;
display:flex;
align-items:center;
justify-content:center;
}

.cta-box{
background:#f5f5f5;
border-radius:6px;
border:1px solid #ddd;
}
section.website-cta.py-5 h3 {
    font-size: 32px;
    font-weight: 700;
}

/*Partner page CSS  */

.partner-logo{
 max-width:220px;
}
.partners-banner .container{
 position:relative;
 z-index:2;
}
section.partners-banner.d-flex.align-items-center.text-center h1 {
    font-size: 56px !important;
    font-weight: 700;
}
section.global-partner.py-5 h2 {
    font-size: 32px;
    font-weight: 700;
}

/*Contact page CSS  */

section.contact-banner h1 {
    font-size: 56px;
    font-weight: 700;
	 color:#fff;
}

.contact-box{
    background:#fff;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
    height:100%; /* equal height ke liye */
    padding:25px;
}

.contact-box .contact-icon{
    width:60px;
    height:60px;
    background:#0c4d83;
    color:#fff !important;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin:0 auto 10px;
}

section.contact-section.py-5 h2{
    font-size:32px;
    font-weight:600;
	text-transform: capitalize;
}

.contact-box h5{
    font-weight:600;
}

.contact-box p{
    margin-bottom:0;
}

/* phone & email clickable link style */
.contact-box a{
    color:#000;
    text-decoration:none;
}

.contact-box a:hover{
    color:#0c4d83;
}


.booking-section-area{
background:#f4f4f4;
padding:70px 0;
}

.booking-form-wrapper{
background:#f4f4f4;
}

.booking-form-title{
font-size:32px;
font-weight:600;
letter-spacing:1px;
margin-bottom:40px;
}

.booking-form-title:after{
content:"";
width:40px;
height:3px;
background:#dcdcdc;
display:block;
margin:12px auto 0;
}

.booking-field label{
font-weight:500;
margin-bottom:6px;
text-transform: capitalize;
}

.booking-input{
height:45px;
border-radius:0;
}

.booking-textarea{
border-radius:0;
}

.booking-submit-btn{
background:#0c4d83;
color:#fff;
border:none;
padding:12px 30px;
font-weight:600;
margin-top:10px;
}

.booking-submit-btn:hover{
background:#08365c;
}
form.booking-form-custom{
    background:#fff;
    padding:40px;
    border-radius:6px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/*Blog page CSS  */

.banner-heading{
    position: relative;
    color:#fff;
    font-size:56px;
    font-weight:700;
}
section.blog-section.py-5 h2 {
    font-weight: 700;
    font-size: 32px;
}
section.blog-section.py-5 h5 {
    font-size: 19px !important;
    color: #0c4d83;
    font-weight: 600;
}
a.btn.btn-primary1.btn-sm {
    background-color: #0c4d83;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 22px;
}
a.btn.btn-primary1.btn-sm:hover {
    background-color: #000;
    color: #fff;
}

/*Blog-single page CSS  */

section.blog-details.py-5 h1 {
    font-size: 32px;
    font-weight: 600;
    color: #212529;
}
button.btn.btn-primary2 {
    background-color: #0c4d83;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 20px;
}
button.btn.btn-primary2:hover {
    background-color: #000;
    color: #fff;
}
section.blog-details.py-5 ul li a {
    color: #000 !important;
    font-weight: 500;
    font-size: 15px;
}
section.blog-details.py-5 ul li {
    padding: 11px;
}

/*Digital Marketing page CSS  */

section.digital-banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}
section.ghr-digital-marketing-section p {
    color: #333 !important;
}
h5.text-uppercase.text-warning2 {
    color: #0c4d835c !important;
}

.ghr-digital-marketing-section{
padding:80px 0;
}
.social-marketing-services-sec{
background:#f9f9f9;
}

.sm-service-card{
background:#0c4d83;
border-radius:10px;
padding:30px 20px 20px;
position:relative;
margin-bottom: 24px;
}

section.social-marketing-services-sec .icon-box{
width:70px;
height:70px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:-55px auto 20px;
font-size:28px;
color:#0c4d83;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

section.social-marketing-services-sec.py-5 i {
    color: #0c4d83 !important;
}

.service-content{
background:#fff;
padding:25px;
border-radius:8px;
}

.service-content h5{
font-weight:600;
margin-bottom:10px;
}

.service-content p{
font-size:15px;
color:#333;
}
section.social-marketing-services-sec.py-5 p {
    color: #333 !important;
}

.embed-responsive {
    box-shadow: 0 10px 25px rgba(12, 77, 131, 0.35);
}

.why-social-marketing-sec{
background:#f9f9f9;
}

.why-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
align-items:flex-start;
transition:0.3s;
}

.why-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.why-icon{
width:60px;
height:60px;
background:#0c4d83;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:22px;
margin-right:15px;
flex-shrink:0;
}

.why-content h5{
font-weight:600;
margin-bottom:8px;
}

.why-content p{
font-size:14px;
color:#666;
margin:0;
}

.sales-boost-cta-sec{
background:#000;
color:#fff;
}

.cta-title{
font-weight:700;
font-size:36px;
}

.cta-text{
font-size:16px;
opacity:0.9;
}

.cta-btn{
background:#fff;
color:#f48500;
padding:12px 25px;
border-radius:30px;
font-weight:600;
transition:0.3s;
}

.cta-btn i{
margin-right:8px;
}

.cta-btn:hover{
background:#0c4d83;
color:#fff;
}
a.btn.cta-btn.mr-3 {
    background-color: #fff;
}
a.btn.cta-btn {
    background-color: #fff;
}

/*SEO Services page CSS  */

.seo-hero-banner .container{
position:relative;
z-index:2;
}

.seo-hero-banner h1{
color:#fff;
font-size:56px;
font-weight:700;
}

.seo-results-sec{
background:#f9fbff;
}

.seo-results-title{
font-size:36px;
font-weight:700;
color:#0c4d83;
margin-bottom:20px;
}

.seo-results-text{
font-size:16px;
color:#555;
line-height:1.7;
}

.seo-results-btn{
background:#f48500;
color:#fff;
padding:12px 28px;
border-radius:30px;
font-weight:600;
}

.seo-results-btn:hover{
background:#0c4d83;
color:#fff;
}

.seo-stat-box{
background:#fff;
padding:30px 20px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.seo-stat-box h3{
font-size:32px;
font-weight:700;
color:#0c4d83;
margin-bottom:5px;
}

.seo-stat-box p{
font-size:16px;
color:#666;
margin:0;
}

.seo-stat-box:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

a.btn.seo-results-btn.mt-3 {
    background-color: #0c4d83;
    color: #fff;
    padding: 10px 20px;
	border-radius: 30px;
}
a.btn.seo-results-btn.mt-3:hover {
    background-color: #000;
}

.affordable-seo-sec{
background:#f9fbff;
}

.affordable-seo-title{
font-size:34px;
font-weight:700;
color:#0c4d83;
margin-bottom:20px;
}

.affordable-seo-text{
font-size:16px;
color:#555;
line-height:1.7;
margin-bottom:15px;
}

.seo-icon-box{
width:120px;
height:120px;
background:#0c4d83;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:45px;
margin:auto;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/*AI SEO Services page CSS  */
.ai-seo-banner h1{
color:#fff;
font-size:56px;
font-weight:700;
}

.seo_1 img {
    width: 80%;
}
h2.ai-seo-title {
    font-size: 32px;
    font-weight: 700;
}
a.btn.ai-seo-btn.mt-3 {
    background-color: #0c4d83;
	 color: #fff;
    padding: 10px 20px;
	border-radius: 30px;
}

a.btn.ai-seo-btn.mt-3:hover {
    background-color: #000;
}

.ai-search-optimization-sec{
background:#f9fbff;
}
section.case-study-section.py-2 h3 {
    font-size: 25px !important;
}

.ai-search-title{
font-size:36px;
font-weight:700;
color:#0c4d83;
margin-bottom:15px;
}

.ai-search-text{
font-size:16px;
color:#555;
line-height:1.7;
}

.ai-feature-box{
background:#fff;
padding:30px 25px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.ai-feature-box:hover{
transform:translateY(-6px);
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.feature-img{
max-width:90px;
margin-bottom:20px;
}

.ai-feature-box h5{
font-weight:600;
margin-bottom:10px;
}

.ai-feature-box p{
font-size:14px;
color:#666;
margin:0;
}
section.ghr-ai-seo-section.py-5 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
section.ghr-ai-seo-section.py-5 .col-md-4.mb-4 {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(200px * 10);
  animation: scroll 25s linear infinite;
}

.logo-item {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-item img {
  max-height: 60px;
  filter: grayscale(100%);
  transition: 0.3s;
}
section.ai-seo-benefits.py-5 {
    margin-top: 50px;
}

.logo-item img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* AI SEO Benefits Section css */
.ai-seo-benefits{
    background:#f7f7f7;
}

/* Benefit Card */
.ai-seo-benefits .benefit-card{
    background:#0c4d83;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
    transition:all 0.3s ease;
    position:relative;
}

.ai-seo-benefits .benefit-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Icon Style (Scoped) */
.ai-seo-benefits .benefit-card .icon{
    width:60px;
    height:60px;
    background:#fff4e8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#f48500;
    margin:0 auto 15px;
}

/* Heading */
.ai-seo-benefits .benefit-card h5{
    font-weight:600;
    margin-bottom:10px;
    font-size:19px;
	color:#fff;
}

/* Paragraph */
.ai-seo-benefits .benefit-card p{
    font-size:16px;
    color:#333;
    line-height:1.6;
    margin-bottom:0;
	color:#fff;
}

.global-growth-seo {
  background: #f8f9fa;
}

/* Box styling */
.seo-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
    border: 2px solid #0c4d83;
  border-radius: 15px;
}

/* Hover effect */
.seo-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Equal Image Height Fix */
.seo-img {
  width: 100%;
  height: 220px; /* same height for all */
  object-fit: cover; /* crop nicely */
  border-radius: 8px;
}

/* Special 2nd Box */
.special-box {
  border: 2px solid #0c4d83;
  border-radius: 15px;
}
section.global-growth-seo.py-5 p {
    color: #333 !important;
}
.seo-box.special-box img {
    height: 420px !important;
}

.video-testimonies {
  background: #f8f9fa;
}

.video-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.video-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.py-3.bg-light {
    padding-bottom: 60px !important;
}

a.btn.btn-success1.btn-lg.px-4 {
    background-color: #0c4d83 !important;
    border: 0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 500;
}
a.btn.btn-success1.btn-lg.px-4:hover {
    background-color: #000 !important;
    color: #fff;
}

/* Business Setup Support */

.business-setup-relocation .container {
    position: relative;
    z-index: 2;
}

.business-setup-relocation h1 {
    font-size: 56px;
}
.business-setup-relocation-support h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.business-setup-relocation-support p {
    font-size: 16px;
    margin-bottom: 10px;
}

.business-setup-relocation-support ul {
    list-style-type: disc;
    padding-left: 20px;
}

.business-setup-relocation-support li {
    margin-bottom: 5px;
}

.contact-team h2 {
    font-size: 32px;
}

.contact-team p {
    font-size: 18px;
}

.contact-team a {
    color: #007bff;
    text-decoration: none;
}

.contact-team a:hover {
    text-decoration: underline;
}

.map-heading {
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

 
 /*FOOTER CSS  */

.footer-section {
    background-color: #0c4d83;
    color: #fff;
    padding: 70px 0 0 0;
    position: relative;
}

.footer-text {
    color: #d6e6f5;
    font-size: 14px;
    line-height: 1.8;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d6e6f5;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #7ed957;
    padding-left: 5px;
}

.social-icons a {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color:#0c4d83 !important;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #fff;
    color: #000;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 20px 0;
    font-size: 14px;
    background-color: #093b63;
}

.highlight-text {
    color: #7ed957;
    font-weight: 600;
}

/* Scroll Button */
.scroll-top {
    position: absolute;
    right: 20px;
    bottom: 80px;
}

.scroll-top a {
    background-color: #7ed957;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    transition: 0.3s;
}

.scroll-top a:hover {
    background-color: #fff;
}
.footer-contact p {
    font-size: 14px;
    color: #e6f2fb;
    margin-bottom: 10px;
}

.footer-contact i {
    margin-right: 8px;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    font-size: 15px;
    color: #e6f2fb;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
	font-weight: 400;
}
.footer-contact li i {
    margin-right: 10px;
    min-width: 18px;
    margin-top: 3px;
	font-size: 21px;
}
.foot_1 {
    margin-left: -87px;
}
footer a,
footer i,
footer .footer-contact li {
    transition: 0.3s ease;
}

/* Hover effect */
footer a:hover,
footer a:hover i,
footer .footer-contact li:hover,
footer .footer-contact li:hover i {
    color: #000 !important;
}

ul.footer-contact li a {
    color: #fff !important;
}
ul.footer-contact i.fab.fa-whatsapp {
    color: #fff !important;
}

<!-- Footer css -->

/* Responsive */
@media (max-width: 767px) {
    .footer-section {
        padding-top: 50px;
    }
    .footer-title {
        margin-top: 20px;
    }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .top-bar .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .top-bar .social-icons {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
.btn-light {
    font-size: 15px !important;
    margin-bottom: 20px;
}
.btn-outline-light {
    font-size: 17px !important;
}
img.img-fluid.hero-img {
    margin-top: 40px;
}
h2.mt-3.font-weight-bold {
    font-size: 24px;
    line-height: 36px;
}	
h2.mb-5.font-weight-bold {
    font-size: 24px;
}
.section-title {
    font-size: 24px;
}
section.cta-section.py-5 h2 {
    font-size: 24px;
}
.faq-header {
    font-size: 25px;
}
section.job-banner h1 {
    font-size: 30px !important;
}
.vacancy-single-text-title {
    font-size: 25px;
}
.cs-long-description h3 {
    font-size: 24px;
}
.cs-long-description h2 {
    font-size: 25px !important;
	margin-top: -10px;
}
section.what-happens-next-section.py-5.bg-light h2 {
    font-size: 25px;
}
section#apply-section h2 {
    font-size: 24px !important;
}
section#apply-section h4 {
    font-size: 18px;
}
section.banner-section.d-flex.align-items-center h1 {
    font-size: 35px;
}
section.vacancy-section.py-5 h5 {
    font-size: 26px !important;
}
.card.job-card.h-100 h6 {
    font-size: 22px;
}
.job-alert-section h2 {
    font-size: 28px;
}
section.about-banner h1 {
    font-size: 39px;
}
.section-heading {
    font-size: 25px;
}
section.who-we-are-section.py-5 img {
    height: 400px;
}
section.what-we-do-section.py-5 {
    margin-top: -40px;
}
.recruitment-expertise-section {
    height: unset !important;
}
.expertise-heading {
    font-size: 25px;
}
section.digital-growth-section.py-5 h2 {
    font-size: 25px;
}
section.mission-vision-section.py-3 h2 {
    font-size: 27px !important;
}
section.mission-vision-section.py-3 h3 {
    font-size: 22px;
}
section.partners-banner.d-flex.align-items-center.text-center h1 {
    font-size: 38px !important;
}
section.global-partner.py-5 h2 {
    font-size: 26px;
}
section.contact-banner h1 {
    font-size: 38px;
}
section.contact-section.py-5 h2 {
    font-size: 25px;
}
.booking-form-title {
    font-size: 26px;
}
.contact-banner {
    height: 450px !important;
    background-position: 83% !important;
}
section.employers-banner.d-flex.align-items-center.text-center h1 {
    font-size: 38px !important;
}
.employers-banner {
    height: 400px !important;
}
section.why-choose-section.py-5 {
    margin-top: -33px;
}
section.why-choose-section.py-5 h2 {
    font-size: 26px;
}
section.candidate-banner.d-flex.align-items-center.text-center h1 {
    font-size: 38px !important;
}
.candidate-banner {
    height: 400px !important;
}
section.cv-guidelines.py-5 h2 {
    font-size: 25px;
}
section.cv-format.py-3 h2 {
    font-size: 25px;
    margin-top: -20px;
}
section.job-process-section.py-5 h2 {
    font-size: 25px;
}
.social-icons a {
    height: 30px !important;
    width: 30px !important;
    line-height: 32px !important;
}
.language-dropdown.dropdown .btn {
    line-height: 1.2;
    margin-top: 13px;
}
.banner-heading {
    font-size: 38px;
}
.blog-banner {
    height: 400px !important;
}
section.blog-details.py-5 h1 {
    font-size: 25px;
}
section.blog-details.py-5 h4 {
    font-size: 22px !important;
}
section.digital-banner {
    height: 400px !important;
}
section.digital-banner h1 {
    font-size: 38px;
}
section.ghr-digital-marketing-section h2 {
    font-size: 25px;
}
section.ghr-digital-marketing-section h2 {
    font-size: 24px;
}
section.ghr-portfolio-section.py-5 h2 {
    font-size: 25px;
}
section.why-social-marketing-sec.py-5 h2 {
    font-size: 25px;
}
.cta-title {
    font-size: 30px;
}
a.btn.cta-btn.mr-3 {
    margin-bottom: 13px;
}
.ai-seo-banner {
    height: 400px !important;
}
.ai-seo-banner h1 {
    font-size: 38px;
}
section.ghr-ai-seo-section.py-5 h2 {
    font-size: 25px;
}
section.case-study-section.py-2 h2 {
    font-size: 25px;
}
section.ai-seo-benefits.py-5 h2 {
    font-size: 25px;
}
section.global-growth-seo.py-5 h2 {
    font-size: 25px;
}
section.global-growth-seo.py-5 {
    margin-top: -36px;
}
section.video-testimonies.py-3 h2 {
    font-size: 25px;
}
section.py-3.bg-light h2 {
    font-size: 25px;
}
.business-setup-relocation {
    height: 400px !important;
}
.business-setup-relocation h1 {
    font-size: 38px;
}
section.business-setup-relocation-support.py-5 h2 {
    font-size: 22px;
}
section.contact-team.py-5.bg-light h2 {
    font-size: 25px;
}
section.ghr-support-section.py-5.bg-light h2 {
    font-size: 25px;
}
section.ghr-services-section.py-5 h2 {
    font-size: 25px !important;
}
section.core-values.py-5 h2 {
    font-size: 25px !important;
}
section.commitment-section.py-5 h2 {
    font-size: 25px !important;
}
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 80px 0;
        text-align: center;
		height:unset !important;
    }
 .hero-section h1 {
        font-size: 32px;
 }
.job-card img {
    height: 200px !important;
    object-fit: cover;
}
.vacancy-btn {
    font-size: 12px;
}
.job-card {
    height: 630px;
}
.text-center.img_m {
    text-align: left !important;
    margin-top: 40px;
}
.foot_1 {
    margin-left: 0;
}
ul.navbar-nav.mx-auto li {
    padding-top: 11px;
}
 ul.navbar-nav.mx-auto li {
        padding-top: 14px;
        border-bottom: 1px solid #ddd;
    }
div#mainNavbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
div#mainNavbar {
    padding-bottom: 20px;
}
ul.navbar-nav.mx-auto {
    padding-bottom: 20px;
}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1380px !important;
  }
}
