/*
10px	0.625rem
11px	0.6875rem
12px	0.75rem
13px	0.8125rem
14px	0.875rem
15px	0.9375rem
16px	1rem
17px	1.0625rem
18px	1.125rem
19px	1.1875rem
20px	1.25rem
21px	1.3125rem
22px	1.375rem
23px	1.4375rem
24px	1.5rem
25px	1.5625rem
26px	1.625rem
27px	1.6875rem
28px	1.75rem
29px	1.8125rem
30px	1.875rem
31px	1.9375rem
32px	2rem
33px	2.0625rem
34px	2.125rem
35px	2.1875rem
36px	2.25rem
37px	2.3125rem
38px	2.375rem
39px	2.4375rem
40px	2.5rem
41px	2.5625rem
42px	2.625rem
43px	2.6875rem
44px	2.75rem
45px	2.8125rem
46px	2.875rem
47px	2.9375rem
48px	3rem
49px	3.0625rem
50px	3.125rem
51px	3.1875rem
52px	3.25rem
53px	3.3125rem
54px	3.375rem
55px	3.4375rem
56px	3.5rem
57px	3.5625rem
58px	3.625rem
59px	3.6875rem
60px	3.75rem
61px	3.8125rem
62px	3.875rem
63px	3.9375rem
64px	4rem
80px	5rem
*/

h2, .h2 {font-weight: 700;}
.lead-text {font-weight: 500;}

.healthcare-banner {background: url('/wp-content/themes/DamcoNew/dist/images/healthcare/gtm/banner-1920x600.jpg') no-repeat center center; background-size: cover;}
.healthcare-banner .container-fluid {position: relative;}

.home-intro-section {background: url('/wp-content/themes/DamcoNew/dist/images/healthcare/gtm/intro-bg.jpg') repeat-y;}

@media screen and (min-width:1399px) {
  .full-hd-width {width: 100%; max-width: 1920px; margin: 0 auto;}
  .inner-grid-width {width: 600px; padding: 40px;}

  .p-60 {padding: 60px;}
  .padding-left-md-60 {padding-left: 60px;}

  .banner-inner {width: 630px; float: right;}
}



.scroll-section{position:relative; padding:50px 0;}
.sticky-image{position:sticky; top:100px;}
.sticky-image img{transition:opacity 0.5s ease-in-out; width: 450px; height: auto;}
.content-block .step{margin-bottom:20px; padding:40px 20px; transition:all 0.3s ease-in-out; border-bottom:1px solid #6B506B;}

.content-block .step .h3 {color: #fff; transition: all 0.3s ease-in-out;}
.content-block .step .disc-list li {color: #fff; transition: all 0.3s ease-in-out;}
.content-block .step p {color: #fff; transition: all 0.3s ease-in-out;}
.content-block .step.active h3 {font-size: 36px; color: var(--color-yellow);}

@media (min-width:768px) and (max-width:1199px) {
  .sticky-image img {width: 100%; height: auto;}
}

.content-block .step.active .disc-list li {font-size: 22px; color: var(--color-yellow);}
.content-block .step.active p {font-size: 20px; color: var(--color-yellow);}

.strategy-col {background: url('/wp-content/themes/DamcoNew/dist/images/healthcare/healthcare-services/strategy-bg.jpg') no-repeat; background-size: cover; padding: 20px; border-radius: 8px; margin-bottom: 20px; display: flex; align-items: center; text-align: center; justify-content: center;}
.strategy-inner {padding: 60px;}
.strategy-col h3 {color: var(--color-yellow); margin-bottom: 15px;}
.number-list .img-box {
    width: 56px;
    height: 56px;
    margin-right: 20px;
}
.number-list .img-box svg,
.number-list .img-box img,
.number-list .img-box i {
    width: 56px;
    height: 56px;
}
.card-yellow-border {border-radius: 12px; border: 1px solid #FF9408; background: #FFF; box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.04);}


@media screen and (max-width: 767px) {
  .strategy-inner {padding: 10px;}
}

.number-list .title {display: block;}
.number-list ::marker {font-size: 24px; background-color: var(--color-yellow); font-weight: bold; margin-right: 10px;}
.number-list li {font-size: 20px; color: #333; margin-bottom: 15px; font-weight: 500; display: flex; align-items: flex-start; justify-content: space-between;}
.number-list .number-box {background-color: var(--color-yellow); padding: 20px; font-size: 24px; font-weight: 600; width: 56px; height: 56px; text-align: center; border-radius: 6px; color: #000; margin-right: 20px; display: flex; align-items: center; position: relative;}
.number-list .number-box:after {content: '\F128'; position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); font-size: 20px; font-family: 'bootstrap-icons';}
.number-list li:last-child .number-box:after {display: none;}

.custom-card{border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.1); padding:20px; width:100%; background-color:#fff;margin-bottom: 1rem;}
.card-icon{width:56px; height:56px; flex-shrink:0;}
.custom-card-1{top:0; left:0;}
.custom-card-2{top:37%; right:0; transform:translateY(-50%);}
.custom-card-3{bottom:0; left:0;}
.sticky-img{position:sticky; top:0;}
.sticky-img img{object-fit:cover;}
.content-side{max-height:100vh; overflow-y:auto; padding:0 2rem;}

.footer-form {background: url('../images/healthcare/common/footer-bg.webp') no-repeat; background-size: cover;}
.footer-form .h2 {color: #fff;}
.footer-form h3 {color: #fff;}
.footer-form .hs-form-booleancheckbox-display span {color: #fff;}

.do-more-section {background: url('/wp-content/themes/DamcoNew/dist/images/healthcare/gtm/do-more-bg.jpg') no-repeat center center; background-size: cover;}

@media screen and (max-width: 767px) {
  .custom-card {position: static; width: 100%; margin-bottom: 20px;}
}


.platform-section .section-body .card {border:1px solid var(--color-yellow); border-radius: 10px; padding: 0;}
.platform-section .section-body .card .h32,
.platform-section .section-body .card .fs-4,
.platform-section .section-body .card .fs-2 {color: #fff;}
.platform-section .section-body .card .fs-4 {align-items: center;}
.platform-section .section-body .card .title {color: var(--color-yellow);}
.platform-section .section-body .card ul {margin-top: 25px;}
.platform-section .section-body .card li {color: #fff;}
.platform-section .section-body .card .common-list li::before {color: var(--color-yellow);}
.platform-section .section-body .card li:not(:last-child) {margin-bottom: 25px;}
.platform-section.only-heading h3, 
.platform-section.only-heading .h3 {font-weight: 400; margin: 0;}
.platform-section.only-heading .card-body {display: flex; align-items: center;}


.contact-info-section .common-list {margin-top: 25px;}
.contact-info-section .common-list li {margin-bottom: 15px;}
.contact-info-section .common-list li a {color: #000; font-size: 1.125rem;}
.contact-info-section .common-list li a .bi {color: var(--color-purple); margin-right: 10px;}
.contact-info-section .common-list li a:hover {color: var(--color-purple);}

.form-wrapper h2{font-weight: 700;}
.form-wrapper h3 {font-size: 30px; font-weight: 600; margin-bottom: 30px;}
.form-wrapper .form-columns-1 {max-width: 100%!important;}
.form-wrapper .form-columns-2 {max-width: 100%!important;}
.form-wrapper fieldset.form-columns-2 .hs-form-field {max-width: 50% !important;}
.form-wrapper fieldset.form-columns-2 .hs-form-field {width: 100%!important;}
.form-wrapper fieldset.form-columns-2 .input,
.form-wrapper fieldset.form-columns-1 .input {margin-right: 0!important;}
.form-wrapper .hs-input {border: 1px solid #D7D7D7; font-weight: 500; width: calc(100% - 20px); padding: 0 10px; background: rgba(255, 255, 255, 1); height: 50px; font-size: 16px; border-radius: 5px; color: #000;}
.form-wrapper .hs-form fieldset.form-columns-1 input[type=checkbox] {transform: scale(2);}

.form-wrapper .no-list,
.form-wrapper .inputs-list {margin: 0; padding: 0; list-style: none;}
.form-wrapper .hs-error-msg, .form-wrapper .hs-error-msgs label {font-size: 12px; color: #f00;}
.form-wrapper textarea.hs-input {width: calc(100% - 20px) !important; height: 150px;}
.form-wrapper .hs-form-booleancheckbox-display {display: flex;}
.form-wrapper .hs-form-booleancheckbox-display span {margin-left: 15px; display: inline-block; color: #2b2b2b;}
.form-wrapper .hs-button {background-color: rgb(255 3 26 / 100%); font-family: var(--font-body); font-size: 16px; font-weight: 500; padding: 18px 35px; border: 0; box-shadow: none; border-radius: 5px; outline: 0; color: #fff; line-height: 1; cursor: pointer; margin-top: 20px; display: block; width: 100%;}

@media screen and (max-width:767px) {
  .form-wrapper fieldset.form-columns-2 .hs-form-field {max-width: 100% !important;}
}

.contact-adresses-section a {color: var(--color-body);}
.contact-adresses-section a:hover {color:var(--color-danger);}

/* contact us and Thankyou page [hide latest insights and footer form] */
.page-id-36839 .latest-insights,
.page-id-36880 .latest-insights,
.page-id-36839 .footer-form,
.page-id-36880 .footer-form {display: none;}

.thankyou-page {text-align: center; padding: 100px 20px;}