@charset "utf-8";
body {
	font-family: Arial, sans-serif;
}
.navbar-brand {
	font-weight: 700;
	color: #1f2c7a !important;
	font-size: 1.35rem;
}
.navbar-nav .nav-link {
	font-weight: 500;
	margin: 0 8px;
}
.navbar-nav .nav-link:hover {
	color: #1f2c7a;
}
.btn-appointment {
	background: #1f2c7a;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
}
.btn-appointment:hover {
	background: #056b4c;
	color: #fff;
}
.hero-slider .carousel-item {
	height: 650px;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.slider-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 60, 45, 0.62);
}
.slider-content {
	position: relative;
	z-index: 2;
	padding-top: 170px;
	max-width: 700px;
	color: #fff;
}
.slider-content .subtitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.slider-content h1 {
	font-size: 58px;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 20px;
}
.slider-content p {
	font-size: 18px;
	line-height: 1.7;
	max-width: 600px;
	margin-bottom: 30px;
}
.slider-content .btn {
	padding: 13px 30px;
	border-radius: 30px;
	font-weight: 600;
}
.carousel-indicators button {
	width: 35px;
	height: 4px;
	border: 0;
	margin: 0 5px;
}
.carousel-control-prev, .carousel-control-next {
	width: 7%;
}
 @media (max-width: 768px) {
 .hero-slider .carousel-item {
 height: 560px;
}
 .slider-content {
 padding-top: 130px;
}
 .slider-content h1 {
 font-size: 38px;
}
 .slider-content p {
 font-size: 16px;
}
}
.about-doctor {
	background: #f7fbf9;
}
.section-subtitle {
	color: #1f2c7a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 12px;
}
.about-content h2 {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	color: #183b32;
	margin-bottom: 20px;
}
.about-content h2 span {
	color: #1f2c7a;
}
.about-content .lead {
	font-size: 19px;
	line-height: 1.7;
	color: #555;
}
.about-content p {
	color: #666;
	line-height: 1.8;
}
/* Doctor Image */

.doctor-image-wrapper {
	position: relative;
	padding: 0 25px 25px 0;
}
.doctor-image {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}
/* Experience Box */

.experience-box {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #1f2c7a;
	color: #fff;
	padding: 20px 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.experience-box strong {
	font-size: 38px;
	line-height: 1;
}
.experience-box span {
	font-size: 14px;
	line-height: 1.4;
}
/* Doctor Details */

.doctor-details {
	display: flex;
	/*flex-wrap: wrap;*/
  gap: 30px;
	margin: 30px 0;
}
.detail-item {
	display: flex;
	align-items: center;
	gap: 15px;
}
.detail-icon {
	width: 52px;
	height: 52px;
	background: #dff4eb;
	color: #1f2c7a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.detail-item h5 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: #183b32;
}
.detail-item p {
	margin: 0;
	font-size: 14px;
}
/* Button */

.about-btn {
	padding: 13px 28px;
	border-radius: 30px;
	font-weight: 600;
}


/* Mobile */

@media (max-width: 991px) {
 .about-content h2 {
 font-size: 34px;
}
 .doctor-image {
 height: 450px;
}
}
 @media (max-width: 576px) {
 .doctor-image-wrapper {
 padding-right: 10px;
}
 .doctor-image {
 height: 400px;
}
 .experience-box {
 padding: 15px;
}
 .experience-box strong {
 font-size: 30px;
}
 .doctor-details {
 flex-direction: column;
 gap: 20px;
}
}
.renal-failure {
	background: #ffffff;
}
/* Heading */

.section-subtitle {
	display: inline-block;
	color: #1f2c7a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.section-title {
	color: #183b32;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px;
}
.section-title span {
	color: #1f2c7a;
}
.section-description {
	color: #666;
	line-height: 1.8;
}
/* Image */

.renal-image-wrapper {
	position: relative;
	padding: 0 25px 25px 0;
}
.renal-image-wrapper img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}
/* Badge */

.kidney-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #1f2c7a;
	color: #fff;
	padding: 16px 22px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.kidney-badge i {
	font-size: 28px;
}
.kidney-badge strong {
	display: block;
	font-size: 15px;
}
.kidney-badge small {
	opacity: .9;
}
/* Content */

.renal-failure h3 {
	color: #183b32;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.renal-failure .col-lg-7 > p {
	color: #666;
	line-height: 1.8;
}
/* Cards */

.renal-card {
	height: 100%;
	display: flex;
	gap: 15px;
	padding: 18px;
	background: #f5faf8;
	border: 1px solid #e3f0eb;
	border-radius: 12px;
 transition: .3s ease;
}
.renal-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}
.renal-card > i {
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dff4eb;
	color: #1f2c7a;
	border-radius: 50%;
	font-size: 20px;
}
.renal-card h5 {
	color: #183b32;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.renal-card p {
	color: #777;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}
/* CTA */

.renal-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	background: #eef8f4;
	border-radius: 14px;
}
.renal-cta strong {
	color: #183b32;
}
.renal-cta p {
	color: #666;
	font-size: 14px;
}
.renal-cta .btn {
	flex-shrink: 0;
	border-radius: 30px;
	padding: 11px 22px;
}


/* Responsive */

@media (max-width: 991px) {
 .section-title {
 font-size: 35px;
}
 .renal-image-wrapper img {
 height: 430px;
}
}
 @media (max-width: 576px) {
 .section-title {
 font-size: 30px;
}
 .renal-image-wrapper {
 padding-right: 10px;
}
 .renal-image-wrapper img {
 height: 380px;
}
 .renal-cta {
 flex-direction: column;
 align-items: flex-start;
}
}
.treatment-section {
	background: #f6fbf9;
}
.section-subtitle {
	display: inline-block;
	color: #1f2c7a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.section-title {
	color: #183b32;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px;
}
.section-title span {
	color: #1f2c7a;
}
.section-description {
	color: #666;
	line-height: 1.8;
}
/* Treatment Card */

.treatment-card {
	height: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 18px;
	border: 1px solid #e1eee9;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .04);
 transition: all .3s ease;
}
.treatment-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .09);
}
.treatment-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dff4eb;
	color: #1f2c7a;
	border-radius: 14px;
	font-size: 26px;
	margin-bottom: 20px;
}
.treatment-card h3 {
	color: #183b32;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
}
/* List */

.treatment-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.treatment-card li {
	position: relative;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding: 6px 0 6px 20px;
}
 .treatment-card li::before {
 content: "\F26A";
 font-family: "bootstrap-icons";
 position: absolute;
 left: 0;
 top: 7px;
 color: #1f2c7a;
 font-size: 12px;
}
/* Featured Kidney Card */

.featured-card {
	border-top: 4px solid #1f2c7a;
}
/* General Card */

.general-card {
	min-height: auto;
}
.general-card .row {
	margin-top: 5px;
}
/* Bottom CTA */

.treatment-bottom h3 {
	color: #183b32;
	font-size: 28px;
	font-weight: 700;
}
.treatment-bottom p {
	color: #666;
	margin-bottom: 22px;
}
.treatment-btn {
	padding: 13px 30px;
	border-radius: 30px;
	font-weight: 600;
}


/* Responsive */

@media (max-width: 991px) {
 .section-title {
 font-size: 36px;
}
}
 @media (max-width: 576px) {
 .section-title {
 font-size: 30px;
}
 .treatment-card {
 padding: 24px;
}
 .treatment-card h3 {
 font-size: 20px;
}
}
.ckd-section {
	background: #f6fbf9;
}
/* Heading */

.section-subtitle {
	display: inline-block;
	color: #1f2c7a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.section-title {
	color: #183b32;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}
.section-title span {
	color: #1f2c7a;
}
.ckd-lead {
	color: #444;
	font-size: 18px;
	line-height: 1.8;
}
.ckd-section p {
	color: #666;
	line-height: 1.8;
}
/* Image */

.breadcrumb-bg .col-lg-12{margin:0px}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}

.ckd-image-wrapper {
	position: relative;
	padding: 0 25px 25px 0;
}
.ckd-image-wrapper img {
	width: 100%;
	
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}
.kidney-stat {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 13px;
	background: #1f2c7a;
	color: #fff;
	padding: 17px 22px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.kidney-stat i {
	font-size: 28px;
}
.kidney-stat strong, .kidney-stat span {
	display: block;
}
.kidney-stat strong {
	font-size: 15px;
}
.kidney-stat span {
	font-size: 13px;
	opacity: .9;
}
/* Info Note */

.ckd-note {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: #e8f6f0;
	padding: 16px 18px;
	margin-top: 25px;
	border-left: 4px solid #1f2c7a;
	border-radius: 8px;
}
.ckd-note i {
	color: #1f2c7a;
	font-size: 20px;
}
.ckd-note span {
	color: #4f625b;
	font-size: 14px;
	line-height: 1.6;
}
/* Stage Heading */

.stage-heading {
	max-width: 800px;
	margin: 80px auto 0;
}
.stage-heading > p {
	color: #666;
}
/* Stage Cards */

.stage-card {
	height: 100%;
	display: flex;
	gap: 18px;
	padding: 25px;
	background: #fff;
	border: 1px solid #e0eee8;
	border-radius: 16px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .04);
 transition: .3s ease;
}
.stage-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}
.stage-number {
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dff4eb;
	color: #1f2c7a;
	border-radius: 50%;
	font-size: 21px;
	font-weight: 700;
}
.stage-card h3 {
	color: #183b32;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 7px;
}
.stage-card .egfr {
	display: inline-block;
	color: #1f2c7a;
	background: #edf8f4;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.stage-card p {
	font-size: 14px;
	margin: 0;
}
/* Stage V */

.stage-critical {
	border-top: 4px solid #1f2c7a;
}
/* Info Card */

.stage-info .stage-number {
	font-size: 22px;
}
/* Homeopathy */

.homeopathy-box {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #dcece6;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}
.homeopathy-box h2 {
	color: #183b32;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 18px;
}
.safe-care-card {
	text-align: center;
	padding: 30px 20px;
	background: #e8f6f0;
	border-radius: 15px;
}
.safe-care-card > i {
	color: #1f2c7a;
	font-size: 42px;
}
.safe-care-card h4 {
	color: #183b32;
	font-size: 20px;
	margin: 12px 0;
}
.safe-care-card p {
	font-size: 14px;
}
/* CTA */

.ckd-cta {
	padding: 45px 20px;
	background: #1f2c7a;
	color: #fff;
	border-radius: 20px;
}
.ckd-cta h3 {
	font-size: 30px;
	font-weight: 700;
}
.ckd-cta p {
	color: rgba(255, 255, 255, .9);
}
.ckd-cta .btn {
	background: #fff;
	color: #1f2c7a;
	border: none;
	border-radius: 30px;
	padding: 12px 28px;
	font-weight: 600;
}
.ckd-cta .btn:hover {
	background: #e9f5f0;
}


/* Responsive */

@media (max-width: 991px) {
 .section-title {
 font-size: 36px;
}
 .ckd-image-wrapper img {
 height: 430px;
}
}
 @media (max-width: 576px) {
 .section-title {
 font-size: 30px;
}
 .ckd-image-wrapper {
 padding-right: 10px;
}
 .ckd-image-wrapper img {
 height: 360px;
}
 .homeopathy-box {
 padding: 25px 20px;
}
 .homeopathy-box h2 {
 font-size: 25px;
}
 .stage-card {
 padding: 20px;
}
 .ckd-cta {
 padding: 35px 20px;
}
 .ckd-cta h3 {
 font-size: 25px;
}
}
#doctor-profile {
	background: #f6fbf9;
}
#doctor-profile .nav-pills .nav-link {
	color: #1f2c7a;
	background: #e8f6f0;
	font-weight: 600;
}
#doctor-profile .nav-pills .nav-link.active {
	background: #1f2c7a;
	color: #fff;
}
#doctor-profile .profile-card {
	height: 100%;
	padding: 20px;
	border: 1px solid #dff4eb;
	border-radius: 16px;
	background: #f9fdfb;
	transition: all 0.3s ease;
}
#doctor-profile .profile-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(8, 127, 91, 0.10);
}
#doctor-profile .profile-card i {
	color: #1f2c7a;
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
}
#doctor-profile .profile-card p {
	color: #555;
	margin: 0;
	line-height: 1.7;
}
#doctor-profile .timeline {
	position: relative;
	padding-left: 30px;
}
 #doctor-profile .timeline::before {
 content: "";
 position: absolute;
 left: 7px;
 top: 0;
 bottom: 0;
 width: 2px;
 background: #dff4eb;
}
#doctor-profile .timeline-item {
	position: relative;
	padding: 0 0 28px 25px;
}
 #doctor-profile .timeline-item::before {
 content: "";
 position: absolute;
 left: -1px;
 top: 5px;
 width: 16px;
 height: 16px;
 border-radius: 50%;
 background: #1f2c7a;
 border: 3px solid #dff4eb;
}
#doctor-profile .timeline-item h5 {
	color: #183b32;
	font-weight: 700;
	margin-bottom: 8px;
}
#doctor-profile .timeline-item p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 0;
}
#doctor-profile .profile-list {
	padding-left: 20px;
	margin-bottom: 0;
}
#doctor-profile .profile-list li {
	color: #555;
	line-height: 1.75;
	margin-bottom: 12px;
}
 #doctor-profile .profile-list li::marker {
 color: #1f2c7a;
}
#doctor-profile .accordion-item {
	border: 1px solid #dff4eb;
	margin-bottom: 10px;
	border-radius: 12px;
	overflow: hidden;
}
#doctor-profile .accordion-button {
	color: #183b32;
	font-weight: 700;
	background: #f6fbf9;
}
 #doctor-profile .accordion-button:not(.collapsed) {
 color: #1f2c7a;
 background: #e8f6f0;
 box-shadow: none;
}
#doctor-profile .accordion-button:focus {
	box-shadow: none;
}
#doctor-profile .accordion-body {
	line-height: 1.7;
}
 @media (max-width: 767px) {
 #doctor-profile .nav-pills {
 flex-direction: column;
 align-items: stretch;
}
 #doctor-profile .nav-pills .nav-link {
 width: 100%;
}
 #doctor-profile .timeline {
 padding-left: 22px;
}
}


.google-reviews-section {
    background: #f5fbf8;
  }

  .section-subtitle {
    display: inline-block;
    color: #1f2c7a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

 
  .section-description {
    max-width: 650px;
    margin: auto;
    color: #6c757d;
  }

  .google-rating-card {
    max-width: 650px;
    margin: 0 auto;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border: 1px solid #e2f0eb;
  }

  .google-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf7f2;
    color: #1f2c7a;
    font-size: 28px;
  }

  .rating-stars,
  .review-stars {
    color: #f5b301;
    letter-spacing: 3px;
    font-size: 21px;
  }

  .google-rating-card h3 {
    margin-top: 12px;
    color: #123c32;
    font-weight: 700;
  }

  .google-rating-card p {
    color: #6c757d;
    margin-bottom: 22px;
  }

  .btn-google-review {
    background: #1f2c7a;
    color: #fff;
    border-radius: 30px;
    padding: 11px 24px;
    font-weight: 600;
    transition: 0.3s;
  }

  .btn-google-review:hover {
    background: #056044;
    color: #fff;
    transform: translateY(-2px);
  }

  .review-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #e5efeb;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
  }

  .review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
  }

  .review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1f2c7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
  }

  .review-header h5 {
    margin: 0;
    color: #123c32;
    font-size: 16px;
    font-weight: 700;
  }

  .review-header small {
    color: #8a9692;
  }

  .google-small {
    margin-left: auto;
    color: #4285f4;
    font-size: 20px;
  }

  .review-card p {
    color: #5f6f6a;
    line-height: 1.7;
    margin: 15px 0;
    font-size: 15px;
  }

  .review-source {
    color: #1f2c7a;
    font-weight: 600;
  }

  .review-cta-text {
    color: #53635e;
    margin-bottom: 15px;
  }

  @media (max-width: 767px) {
 

    .google-rating-card {
      padding: 28px 20px;
    }

    .review-card {
      padding: 20px;
    }
  }
  
  .contact-section {
    background: #f5fbf8;
  }

  .section-subtitle {
    display: inline-block;
    color: #1f2c7a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

  .section-title {
    color: #123c32;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .section-description {
    max-width: 650px;
    margin: auto;
    color: #6c757d;
  }

  /* Contact Information */
  .contact-info {
    background:#1f2c7a;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(8, 127, 91, 0.18);
  }

  .contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .contact-intro {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 24px;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .contact-item h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
  }

  .contact-item a {
    color: #fff;
    text-decoration: none;
  }

  .contact-item a:hover {
    text-decoration: underline;
  }

  .contact-btn {
    background: #fff;
    color: #1f2c7a;
    border-radius: 30px;
    padding: 11px 24px;
    font-weight: 700;
    transition: 0.3s;
  }

  .contact-btn:hover {
    background: #eaf7f2;
    color: #056044;
    transform: translateY(-2px);
  }

  /* Map */
  .map-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2eee9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }

  .map-header {
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .map-label {
    color: #1f2c7a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }

  .map-header h4 {
    color: #123c32;
    font-weight: 700;
    margin: 4px 0 0;
  }

  .map-direction-btn {
    color: #1f2c7a;
    border: 1px solid #1f2c7a;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
  }

  .map-direction-btn:hover {
    background: #1f2c7a;
    color: #fff;
  }

  .map-wrapper {
    width: 100%;
    height: 500px;
    background: #eaf2ef;
  }

  .map-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
  }

  @media (max-width: 767px) {
    .section-title {
      font-size: 30px;
    }

    .contact-info {
      padding: 30px 25px;
    }

    .map-header {
      align-items: flex-start;
      flex-direction: column;
    }

    .map-direction-btn {
      width: 100%;
      text-align: center;
    }

    .map-wrapper {
      height: 330px;
    }
  }