@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {

  -ms-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/* 01 : Website Global CSS BOF

========================================================== */

body {

  background: #f1f1f1;

  font-family: "Montserrat", sans-serif;

  text-transform: none;
  overflow-x: hidden !important;

}

html, body {
  overflow-x: hidden !important;
  overflow-x: clip;
}

*,

html {

  margin: 0px;

  padding: 0px;
  box-sizing: border-box;

}

a {

  color: #555;

} /* Common color hyperlink */

a:hover,

a:focus,

a:active {

  color: #fff;

  text-decoration: none;

} /* Common hover color hyperlink */

a,

*:hover,

*:focus,

*:active :focus {

  text-decoration: none;

  outline: none !important;

  outline-offset: 0 !important;

}

a img,

img {

  border: none;

  outline: none !important;

  outline-offset: 0 !important;

}

ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

i {

  font-family: "FontAwesome";

}

img {

  height: auto;

  max-width: 100%;

  vertical-align: middle;

  line-height: normal;

}



/* Transition Effect CSS BOF */

a,

img,

input {

  transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  -ms-transition: all 0.3s ease-in-out 0s;

}



/* Browser Selection CSS BOF */

::selection {

  background: #3497bd;

  color: #fff;

}

::-moz-selection {

  background: #3497bd;

  color: #fff;

}

::-webkit-selection {

  background: #3497bd;

  color: #fff;

}

::-o-selection {

  background: #3497bd;

  color: #fff;

}

::-ms-selection {

  background: #3497bd;

  color: #fff;

}



/* 02 : Global Classes CSS BOF

==================================================== */

.style-none {

  background: transparent;

  box-shadow: none;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  border-radius: 0px;

  -moz-border-radius: 0px;

  -webkit-border-radius: 0px;

  border: medium none;

}

.cover-bg {

  background-repeat: no-repeat;

  background-position: 0 0;

  background-size: cover;

  -moz-background-size: cover;

  -webkit-background-size: cover;

  -o-background-size: cover;

  -ms-background-size: cover;

}

.shadow-none {

  box-shadow: none !important;

  -webkit-box-shadow: none !important;

  -moz-box-shadow: none !important;

}

.radius-none {

  border-radius: 0px !important;

  -moz-border-radius: 0px !important;

  -webkit-border-radius: 0px !important;

}

.border-none {

  border: medium none !important;

}

.text-transform {

  text-transform: uppercase;

}

.none-transform {

  text-transform: none;

}

.img-center {

  display: block;

  margin-left: auto;

  margin-right: auto;

  text-align: center;

}

/* Background &amp; Color Style CSS BOF

=================================================== */

/* Font Color Style CSS BOF */

.white-color-text {

  color: #fff;

}



/* Background Color Style CSS BOF */

.gray-color-bg {

  background: #f5f5f5;

}

.darkred-color-bg {

  background: #803030;

}

.light-blue {

  background: #ebf4f9;

}

/* 03 : Heading Style CSS BOF

=================================================== */

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Montserrat", sans-serif;

}

h1 {

  font-size: 50px;

}

h2 {

  font-size: 42px;

}

h3 {

  font-size: 32px;

}

h4 {

  font-size: 24px;

}

h5 {

  font-size: 20px;

}

h6 {

  font-size: 18px;

}



/* 05 : Image Style CSS BOF

=================================================== */

img {

  margin-bottom: 0;

} /*margin-bottom:5px*/



/* 08 : Linedivider Style CSS BOF

=================================================== */

hr {

  border-top: solid 1px #2d9bef;

  border-bottom: medium none;

  margin-top: 25px;

  margin-bottom: 25px;

}



/* 10 : Button Style CSS BOF

=================================================== */

.btn {

  background: #000;

  border-radius: 54px;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  line-height: normal;

  color: #fff;

  padding: 8px 20px;

  text-transform: capitalize;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

}



/*** Buttton Varilation CSS BOF ***/



/* Hover State CSS BOF */

.btn:hover,

.btn:focus,

.btn:active {

  background: #3497db;

  color: #fff;

  box-shadow: none;

  outline: none;

}



/* 11 : Form &amp; Input Style BOF

==================================================== */

.form-control {

  background: #ffffff;

  border: solid 1px #d0d0d0;

  height: 45px;

  border-radius: 0px;

  -moz-border-radius: 0px;

  -webkit-border-radius: 0px;

  box-shadow: none;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  font-size: 14px;

  color: #000;

  -webkit-appearance: none;

}

textarea.form-control {

  padding-right: 5px;

  resize: vertical;

  overflow: auto;

  height: 150px;

}



/*** Placeholder CSS BOF ***/

.form-control::placeholder {

  color: #666;

}

.form-control::-moz-placeholder {

  color: #666;

}

.form-control:-ms-input-placeholder {

  color: #666;

}

.form-control::-webkit-input-placeholder {

  color: #666;

}

.form-control::-o-input-placeholder {

  color: #666;

}



/*** Label CSS BOF ***/

label {

  font-size: 15px;

}



/* Focus State CSS BOF */

.form-control:focus {

  border: solid 1px #159f85;

  box-shadow: none;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

}



/*

| ========================================================

| INDEX PAGE CSS BOF

| ========================================================

*/

.page-wrapper {

  margin: 0px auto;

}

section {

  padding: 60px 0;

}

.inner-page section {

  padding: 20px 0;

}

/* HEADER CSS BOF 

======================================================= */

header.nav-top img {
    width: 100%;
    max-width: 250px;
    filter: invert(1);
}

.nav-top {
    padding: 60px 0;
    background-image: url("../images/main-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

nav.navbar.sticky{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}

nav.navbar.sticky .navbar-brand img {
  height: 80px;
}

.nav-top .brand-logo {

  text-align: center;

}

.navbar .brand-logo img {

  width: 100%;

  max-width: 200px;

}

.banner .ban-content {

  text-align: center;

  padding: 80px 0;

}

.banner .ban-content h6 {

  display: inline-flex;

  padding: 6px 20px;

  justify-content: center;

  align-items: center;

  gap: 10px;

  border-radius: 50px;

    background: #fff;
    border: 1px solid #d0d0d0;
    color: #000000;

  text-align: center;

  font-size: 20px;

  font-weight: 600;

  line-height: normal;

  letter-spacing: 3px;

  text-transform: uppercase;

  margin-bottom: 24px;

}

.banner .ban-content h1 {

  color: #000;

  text-align: center;

  font-size: 120px;

  font-weight: 600;

  line-height: normal;

  letter-spacing: 10px;

  text-transform: uppercase;

}

.banner .ban-content p {

  color: #000;

  text-align: center;

  font-size: 30px;

  font-weight: 300;

  line-height: normal;

  letter-spacing: 4px;

  text-transform: uppercase;

}



/*

.flow-chart {

  display: flex;

  justify-content: center;

  align-items: center;

}



svg {

  background: #fff;

  border-radius: 8px;

}



*/



.country-box {

  background-color: #fff;

  padding: 30px;

  border-radius: 16px;

  text-align: center;

  opacity: 0;

  transform: translateY(50px);

  position: relative;

  z-index: 4;

}



/* SVG Connectors Styles */

.connectors-svg {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  pointer-events: none;

}



.connector {

  opacity: 0;

}



.flow-chart-sec {

  position: relative;

}



.flow-chart-img {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;

  position: relative;

  z-index: 2;

}

.country-box img {

  width: 100%;

  max-width: 40px;

  margin-bottom: 20px;

}

.country-box h4 {

  font-size: 20px;

  font-weight: 600;

  line-height: normal;

  margin-bottom: 14px;

}

.country-box p {

  font-size: 16px;

  line-height: 22px;

  margin-bottom: 14px;

}

.country-box a.view-btn {

  display: inline-block;

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  background-color: #1b6e3a;

  padding: 10px 24px;

  border-radius: 8px;

}

.height-space {

  height: 24px;

}



/* Animated Waves and Circles */

.animated-waves {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  height: 100%;

  pointer-events: none;

  z-index: 3;

}



.wave {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) scale(0);

  opacity: 0;

}



.circle {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) scale(0);

  opacity: 0;

  border: 2px solid #1b6e3a;

  border-radius: 50%;

}




.second-flow-chart {

    padding: 100px 0;

}



.circle-container {

    position: relative;

    height: 700px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.center-image {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}

.center-image img {

    width: 100%;

    max-width: 200px;

}



.country-svg {

    position: absolute;

    height: auto;

    opacity: 0;

    transform: translate(-50%, -50%) scale(0);

}



.india-svg {
    top: 50%;

    transform: rotate(240deg) !important;

    left: calc(50% + 80px);

}



.dubai-svg {
    top: calc(32% - 190px);

    left: calc(52% + 62px);

    transform: rotate(220deg) !important;

}



.china-svg {
        top: calc(26% - 118px);

    left: calc(46% - 162px);

    transform: rotate(208deg) !important;

}



.congo-svg {
    top: calc(50% + 118px);

    left: calc(50% - 162px);

    transform: rotate(132deg) !important;

}



.ghana-svg {
    top: calc(16% + 190px);

    left: calc(21% + 62px);

    transform: rotate(316deg) !important;

}












.country-details .main-country-box {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

}



.country-details .main-country-box .single-country-box {

  border-radius: 10px;

  background: #FFF;

  padding: 20px 30px;

}



.country-details .main-country-box .single-country-box .country-text {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 14px;

}



.country-details .main-country-box .single-country-box .country-text img {

  width: 100%;

  max-width: 40px;

}



.country-details .main-country-box .single-country-box .country-text h6 {

    color: #1B6E3A;

    text-align: center;

    font-size: 24px;

    font-weight: 600;

    line-height: normal;

    margin-bottom: 0;

}



.country-details .main-country-box .single-country-box .view-more-btn a {

  border-radius: 6px;

  background: rgba(27, 110, 58, 0.10);

  color: #1B6E3A;

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  line-height: normal;

  text-transform: capitalize;

  padding: 10px 15px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease-out 0s;

}



.country-details .main-country-box .single-country-box .view-more-btn a:hover {

  background-color: #1B6E3A;

  color: #fff;

}

.country-details-popup {

    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%) translateY(20px);
    pointer-events: auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cdcdcd;

}



.country-details-popup h5 {

    color: #000;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 10px;
    letter-spacing: 2px;

}



.popup-btn {
    display: inline-block;
    background: #000;
    border: transparent;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;

}
.popup-btn:hover {
  background-color: #000;
}



.india-popup {

    top: calc(60% + 40px);

    left: calc(71% + 200px);

}



.dubai-popup {

    top: calc(32% - 150px);

    left: calc(75% + 130px);

}



.china-popup {

    top: calc(10% - 78px);

    left: calc(42% - 162px);

}



.congo-popup {

    top: calc(32% + 158px);

    left: calc(29% - 162px);

}



.ghana-popup {

    top: calc(61% + 230px);

    left: calc(52% + 62px);

}

/* Modal Styles */

.modal-dialog.modal-lg {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.modal-content {

    border-radius: 15px;

    border: none;

}



.modal-header {

    background: #000;

    color: #fff;

    border-radius: 15px 15px 0 0;

}



.modal-title {

    font-weight: 600;
        text-decoration: none;

}



.btn-close {

    filter: invert(1);

}



.services-list {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 15px;

    padding: 20px 0;

}



.service-item {

    background: #fff;

    border-radius: 10px;

    text-align: center;

    transition: all 0.3s ease;

    overflow: hidden;
    border: 1px solid #d0d0d0;

}



.service-item a {

    display: block;

    padding: 20px;

    text-decoration: none;

    color: inherit;

}



.service-item:hover {

    background: #f3f6f7;

    color: #fff;

    transform: translateY(-5px);

    border-color: #f3f6f7;

}

.service-item:hover a h6, .service-item:hover a p {
  color: #000;
} 



.service-item:hover a {

    color: #fff;

}



.service-image {

    width: 100%;

    height: 120px;

    object-fit: cover;

    border-radius: 6px;

    margin-bottom: 15px;

}



.service-item h6 {

    margin-bottom: 10px;

    font-weight: 600;
    color: #000;

}



.service-item p {

    font-size: 14px;

    margin: 0;
    color: #000;

}
/* navbar */
.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.custom-toggler {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}

.toggler-icon {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.custom-toggler.active .toggler-icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active .toggler-icon:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active .toggler-icon:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
button:focus:not(:focus-visible){
      border: none;
    box-shadow: none;
}
.border_20{
  border-radius: 20px;
}
.common_img_height{
      max-height: 357px;
    width: 100%;
    object-fit: cover;
}
.modal-content{
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 25px;
}


/* Service Details Page Styles */

/* Navigation */
.navbar {
    padding: 10px 0;
    background-color: #f9f9f9;
}

.navbar-brand img {
    height: 110px;
}

.nav-link {
    font-weight: 500;
    color: #1a1a1a !important;
    margin: 0 10px;
}

.nav-link.active {
    background: #000;
    color: #fff!important;
    border-radius: 6px;
}

/* Service Banner */
.service-banner {
    background: #000;
    color: white;
    padding: 80px 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}

.banner-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin: 0;
}

.country-flag {
    max-width: 150px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background-color: #ffff;
    padding: 20px;
}

/* Overview Section */
.overview-section {
    background: white;
}

.overview-section h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.overview-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.stat-item {
    text-align: center;
}

.stat-item h4 {
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5px;
}

.stat-item p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

/* Why Choose Us */
.why-choose-us h2 {
    color: #000;
    font-weight: 600;
}

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

.feature-list li {
    padding: 10px 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #000;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* How It Works */
.how-it-works {
    background: white;
}

.how-it-works h2 {
    color: #000;
    font-weight: 600;
}

.process-step {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(27, 110, 58, 0.1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.process-step h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
    background: #f3f6f7;
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    color: #000;
}

.cta-buttons .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
}

.btn-primary {
    background: white;
    color: #000;
    border: none;
}

.btn-primary:hover {
    background: #000;
    color: #Fff;
}

.btn-outline-light:hover {
    background: white;
    color: #000;
}

/* Footer */
.footer {
    background: #1a1a1a !important;
}

.footer-logo {
    max-width: 150px;
    filter: invert(1);
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

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

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.contact-info p {
    color: #ccc;
    margin-bottom: 10px;
}

.contact-info i {
    color: #fff;
    margin-right: 10px;
    width: 20px;
}

.thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


/* aboutus css */
.our-vision {
  background-color: #f3f6f7;
}
.value {
  background-color: #f3f6f7;
}
.hero-section h1, .hero-section p {
  color: #fff;
}
.hero-section {
        background-color: #000;
        padding: 100px 0;
        overflow: hidden;
      }
      .section-title {
        color: #2d3748;
        font-weight: 700;
        margin-bottom: 1rem;
        position: relative;
      }
      .value-card {
        background: white;
        border-radius: 20px;
        padding: 2.5rem;
        transition: all 0.4s ease;
        border: 1px solid rgba(102, 126, 234, 0.1);
        position: relative;
        overflow: hidden;
      }
      .value-icon {
        width: 70px;
        height: 70px;
        background: #000;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        color: white;
        font-size: 1.8rem;
      }
      .country-card {
        background: white;
        border-radius: 16px;
        padding: 2rem;
        transition: all 0.3s ease;
        border: 1px solid #f1f5f9;
        position: relative;
        overflow: hidden;
      }
      .country-card:hover {
        transform: translateY(-8px);
      }
      .creative-bg .country-card .country-flag {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-bottom: 1rem;
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        box-shadow: none;
      }
      .stats-section {
        background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
        padding: 80px 0;
        position: relative;
      }
      .stat-item {
        text-align: center;
        padding: 2rem;
        background: rgba(255,255,255,0.9);
        border-radius: 20px;
        border: 1px solid #f2f2f2;
        transition: transform 0.3s ease;
      }
      .stat-item:hover {
        transform: scale(1.05);
      }
      .stat-number {
        font-size: 3.5rem;
        font-weight: 800;
        background: linear-gradient(135deg, #667eea, #764ba2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        display: block;
      }
      .stat-label {
        color: #4a5568;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9rem;
      }
      .mission-vision-card {
        background: white;
        border-radius: 20px;
        padding: 3rem;
        border: 1px solid rgba(102, 126, 234, 0.1);
        position: relative;
        overflow: hidden;
      }
      .mission-vision-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: #000;
      }
      .commitment-section {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
      }
      .commitment-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,10 90,90 10,90" fill="%23ffffff" opacity="0.05"/></svg>') repeat;
        animation: float 30s infinite linear;
      }
      .intro-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #4a5568;
      }
      .creative-bg {
        background: #fff;
      }
      .why-choose-section {
        background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%);
        padding: 80px 0;
      }


.contact-section {
        background: #F9FAF9;
        padding: 60px 0;
      }
      .contact-form-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        border: 1px solid #E0E0E0;
        padding: 40px;
      }
      .contact-info-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        border: 1px solid #E0E0E0;
        padding: 40px;
      }
      .form-control {
        border-radius: 12px;
        border: 1px solid #E0E0E0;
        padding: 12px 16px;
        font-size: 16px;
      }
      .form-control:focus {
        border-color: #000;
      }
      .btn-contact {
        background: #000;
        border: none;
        border-radius: 12px;
        padding: 12px 30px;
        font-weight: 600;
        transition: all 0.3s ease;
      }
      .btn-contact:hover {
        background: #000;
        transform: translateY(-2px);
      }
      .contact-info-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }
      .contact-info-item i {
        color: #000;
        font-size: 20px;
        margin-right: 15px;
        width: 25px;
      }

p.lead {
  margin-bottom: 30px;
}
section.hero-section.contact-page p.lead {
  margin: 0;
}













