body{
  font-family: "Google Sans", sans-serif;
    font-size: 18px;
        letter-spacing: 0.03em;
}
img{
max-width: 100%;
}
/* color
purple: a96e9b
blue: 7d96ae */

.text-purple{
color:#a96e9b;
}
.light-yellow {
background-color: #fef7e8;
}
.light-blue {
background-color: #f5f8fb;
}
ul li {
margin-bottom: 12px;
}
.common-btn {
color: #fff;
text-decoration: none;
padding: 15px 35px;
display: inline-block;
border-radius: 60px;
font-weight: 400;
letter-spacing: 0.03em;
position: relative;
border: 0px;
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, background-color 0.25s ease;
}

.common-btn:hover {
transform: translateY(-3px) scale(1.03);
}

.common-btn:hover::after {
opacity: 1;
}

.common-btn:active {
transform: translateY(0px) scale(0.98);
transition-duration: 0.1s;
}

/* Blue */
.blue-btn {
background-color: #7d96ae;
box-shadow: 0 4px 14px rgba(125, 150, 174, 0.35);
}

.blue-btn:hover {
background-color: #6a849d;
color: #fff;
text-decoration: none;
box-shadow: 0 8px 24px rgba(125, 150, 174, 0.5);
}

/* Purple */
.purple-btn {
background-color: #a96e9b;
box-shadow: 0 4px 14px rgba(169, 110, 155, 0.35);
}

.purple-btn:hover {
background-color: #975d89;
   color: #fff;
text-decoration: none;
box-shadow: 0 8px 24px rgba(169, 110, 155, 0.5);
}

/* white */
.white-btn {
background-color: #fff;
box-shadow: 0 4px 14px rgba(169, 110, 155, 0.35);
color: #975d89;
}

.white-btn:hover {
background-color: #fff;
   color: #975d89;
text-decoration: none;
box-shadow: 0 8px 24px rgba(255, 255, 255, 0.5);
}



/******************************************/

.banner_section {
background-image: url(http://staging.turner-consulting.at/wp-content/uploads/2026/07/banner-bg.jpg);
padding: 130px 0px;
background-position: center;
background-size: cover;
position: relative;
}
.banner_section::after {
content: "";
display: inline-block;
position: absolute;
background-color: rgb(0 0 0 / 40%);
width: 100%;
height: 100%;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
.banner_section .row {
position: relative;
z-index: 1;
}
.banner_section h1 {
color: #fff;
font-size: 56px;
margin-bottom: 40px;
}

.banner_box_btm {

height: 100%;
padding: 30px;
border-radius: 20px;
}
.banner_box_btm.light-yellow {
border: 1px solid #f5e1b5;
}
.banner_box_btm.light-blue {
border: 1px solid #c0d0e1;
}



.image-style {
position: relative;
display: block;
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
z-index: 1;
}

.box_ut {
background-color: #a96e9b;
border-radius: 20px;
overflow: hidden;
}
.form form {
background-color: #fff;
padding: 40px;
border-radius: 30px;
/* margin-top: 27px; */
}
.rv-box {
background-color: #fff;
padding: 30px 30px 123px;
border-radius: 20px;
height: 100%;
position: relative;
}
.rv-box .common-btn {
text-align: center;
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: 0px 30px;
}
.rv-box .common-btn a{
font-weight: bold;
color: #fff;
text-decoration: underline;
}
.bg-ds {
height: 100%;
padding: 30px;
border-radius: 20px;
background-color: transparent;
color: #000000;
border: 1px solid #000;
}

.footer-form-sec {
background-color: #a96e9b;
border-radius: 20px;
padding: 30px;
margin-bottom: 30px;
}
.footer-form-sec img {
width: 200px;
margin-bottom: 20px;
}
.footer-form-sec p {
color: #fff;
}


.footer-image {
background-color: #fbe6a2; 
overflow: hidden;
}


.image-wrapper, .sticky-image {
position: sticky;
top: 20px;
}






img.sticky-image-new-box {
background: #fef7e8;
border-radius: 24px;
padding: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.box_list_ty .number {
width: 46px;
height: 46px;
border-radius: 12px;
background: #f5e9f2;
color: #a96e9b;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
}
.box_list_ty {
    background: #fff;
border: 1px solid #eee;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
transition: transform 0.25s ease, box-shadow 0.25s ease;
height: 100%;
padding: 30px;
border-radius: 20px;
}
.benefit-list {
list-style: none;
padding: 0;
margin: 0 0 40px;
}
.benefit-list li {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid #eee;

}
.benefit-tick {
flex-shrink: 0;
width: 26px;
height: 26px;
border-radius: 50%;
background: #7d96ae;
color: #fff;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
}

.about-h3{
    font-size: 25px;
font-weight: 700;
color: #a96e9b;
margin-bottom: 14px;
padding-left: 18px;
border-left: 3px solid #a96e9b;
}
.about-list {
list-style: none;
padding: 0;
margin: 20px 0;
}
.about-list li {
display: flex;
align-items: flex-start;
gap: 14px;
margin-bottom: 14px;
}
.about-list .dot {
flex-shrink: 0;
width: 24px;
height: 24px;
border-radius: 50%;
background: #f5e9f2;
color: #a96e9b;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2px;
}
.about-callout {
background: #fef7e8;
border: 1px solid #f5e1b5;
border-radius: 16px;
padding: 28px 32px;
margin-top: 40px;
font-weight: 600;
}

.result-card {
background: #7d96ae;
color: #fff;
border-radius: 18px;
padding: 30px;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.result-card .big-stat {
font-size: 42px;
font-weight: 700;
line-height: 1;
margin-bottom: 8px;
}
.package-card {
background: #fff;
border: 1px solid #eee;
border-radius: 18px;
padding: 30px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.package-card h3 {
font-weight: 700;
color: #a96e9b;
margin-bottom: 18px;
}
.package-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.package-card ul li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 14px;
}
.package-card ul li .dot {
flex-shrink: 0;
width: 22px;
height: 22px;
border-radius: 50%;
background: #eef2f6;
color: #7d96ae;
font-size: 11px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2px;
}
.rv-box .tag {
display: inline-block;
background: #f5e9f2;
color: #a96e9b;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 30px;
margin-bottom: 14px;
}
.rv-box .ctr-stat {
font-size: 30px;
font-weight: 700;
color: #a96e9b;
margin-bottom: 4px;
}


.rv-box img {
border-radius: 15px;
}
.banner_box_btm.bg-ds p.h3 {
font-weight: 700;
color: #a96e9b;
margin-bottom: 10px;
}










.polaroid-wrap {
position: relative;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}

.polaroid {
background: #fff;
padding: 8px 8px 26px 8px;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
border-radius: 2px;
object-fit: cover;
transition: transform 0.3s ease, z-index 0s;
height: 195px;
width: 100%;
object-fit: cover;
object-position: center;
}

/*****************new-css******/



/*****************new-css******/

.concept-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.flow-step {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 24px 32px;
  text-align: center;
  min-width: 160px;
}
.flow-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a96e9b;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.flow-step h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #222;
}
.flow-arrow {
  font-size: 26px;
  color: #7d96ae;
  font-weight: 700;
}
.box-stm-er{
      background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.icon-row-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
}
.about-callout p{
  font-weight: 300;
}


/* ---------- Skills / Expertise table ---------- */
.skills-table-sec { padding: 80px 0; }

.skills-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}
.skills-table td {
    border: 1px solid #ddd;
    padding: 22px 26px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.skills-table .label-col {
    background-color: #fef7e8;
    font-weight: 700;
    color: #a96e9b;
    width: 25%;
    font-size: 17px;
}


ul#header-menu {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 30px;
}
ul#header-menu li a {
  text-decoration: none;
  color: #000;
}
ul#header-menu li.current_page_item a {
  font-weight: bold;
}

.footer_sec img {
  width: 200px;
  margin-bottom: 30px;
}
.footer_sec .container {
  text-align: center;
}

ul#footer_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
}
ul#footer_menu li a {
  text-decoration: none;
  color: #000;
}
.footer-bottom {
  border-top: 1px solid #00000038;
  padding-top: 29px;
}
.footer-bottom a {
  text-decoration: none;
  color: #000;
}

.header_top img {
  width: 150px;
}
ul#header-menu li {
  margin-bottom: 0px;
}
ul.header_menu {
  margin-bottom: 0px;
}
ul#header-menu li a {
  border-bottom: 2px solid transparent;
  padding-bottom: 16px;
}
.form p {
  margin-bottom: 0px;
}

ul#header-menu li.current_page_item a {
  font-weight: bold;
  border-bottom: 2px solid #9e7298;
  padding-bottom: 16px;
  color: #9e7298;
}

a.footer-icon {
  background-color: #7d96ae;
  box-shadow: 0 4px 14px rgba(125, 150, 174, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: normal;
  padding: 8px 27px 8px 11px;
  gap: 11px;
  border-radius: 70px;
  margin-bottom: 39px;
}
a.footer-icon img {
  margin-bottom: 0px;
}

/* ---------- Direct contact block ---------- */
.direct-contact {
  /* background: #fff;
  border: 1px solid #f8d7f0;
  border-radius: 16px 16px 0px 0px; */
}
.footer-form-sec.div-ftm{
border-radius: 0px 0px 16px 16px;
}
.footer-form-sec.div-ftm, .direct-contact{
padding: 35px;
}
.footer-form-sec.div-ftm, .direct-contact {
  padding: 49px 55px;
  margin: 0px !important;
}
.direct-contact h2 {
  font-size: 25px;
  font-weight: 700;
  color: #a96e9b;
  margin-bottom: 6px;
}
.direct-contact p {
  font-size: 14.5px;
  color: #666;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #222;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-bottom: 8px;
}
.contact-row:last-child { margin-bottom: 0; }
.contact-row:hover {
  background: #fef7e8;
  transform: translateX(4px);
  color: #a96e9b;
  text-decoration: none;
}
.contact-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f5e9f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.cf7 {
  /* background-color: #a96e9b;
  height: 100%;
  border-radius: 20px; */
}

.amazon-box {
  display: flex;
  align-items: center;
}
.amazon-box img {
  height: 250px;
}
.banner_box_btm p.h3 {
    min-height: 110px;
}
.box_list_ty p.h4 {
    min-height: 63px;
}
.about-h3 {
    min-height: 60px;
    display: flex;
    align-items: center;
}
@media (max-width: 1414px) {
.box_list_ty p.h4 {
    min-height: 93px;
}
.banner_box_btm p:last-child {
    font-size: 14px;
}
}
@media (max-width: 1199px) {
.box_list_ty p.h4 {
    min-height: auto;
}
  .banner_box_btm p.h3 {
    min-height: 71px;
}
body {
    font-size: 14px;
}
}
@media (max-width: 1024px) {
ul#header-menu{
  display: none !important;
}
#rmp_menu_trigger-286 {
    position: absolute;
    top: 30px;
}
}
@media (max-width: 991px) {
  .about-h3 {
    min-height: 100px;
}
  .box_list_ty p.h4 {
    min-height: 60px;
}

  #rmp_menu_trigger-286, #rmp-container-286, #rmp_menu_trigger-286:hover, #rmp_menu_trigger-286:focus {
    background: #7d96ae;
}
#rmp_menu_trigger-286.is-active {
    background: #9e7298;
}
#rmp-menu-wrap-286 .rmp-menu-current-item .rmp-menu-item-link {
        background-color: #9e7298;
    }

#rmp_menu_trigger-286 {
        position: absolute;
        top: 19px;
    }
    ul#footer_menu {
    gap: 15px;
    padding: 0;
}
ul#footer_menu li a {
    font-size: 12px;
}
.banner_section {
    padding: 50px 0px;
}
.banner_section h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
}
@media (max-width: 768px) {
  .box_list_ty p.h4 {
    min-height: auto;
}
  .banner_box_btm p.h3 {
    min-height: auto;
}
    .skills-table, .skills-table tbody, .skills-table tr, .skills-table td {
        display: block;
        width: 100%;
    }
    .skills-table .label-col {
        width: 100%;
        border-bottom: none;
        padding-bottom: 8px;
    }
    .skills-table tr td:last-child {
        border-top: none;
    }
    .skills-table tr {
        margin-bottom: 6px;
    }
    .direct-contact { padding: 22px; }
}

@media (max-width: 767px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}
    .about-h3 {
    min-height: done;
}
ul#footer_menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
.polaroid-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.amazon-box {
    display: inline-block;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}
.image-wrapper {
    margin: 30px 0px;
}
.revew-sec .col-md-6 {
    margin-top: 30px;
}
.job-match img {
    padding: 50px;
}
.flow-arrow {
    display: none;
}
.icon-row-4 {
    grid-template-columns: 1fr;
}
.form form {
    margin-top: 27px;
}
}



