.elementor-4641 .elementor-element.elementor-element-e8aad21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4641 .elementor-element.elementor-element-1180911{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4641 .elementor-element.elementor-element-1180911.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4641 .elementor-element.elementor-element-d30ab41.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4641 .elementor-element.elementor-element-cc2f57e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4641 .elementor-element.elementor-element-1d066a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4641 .elementor-element.elementor-element-a649bfe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4641 .elementor-element.elementor-element-b612973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-4641 .elementor-element.elementor-element-1180911{--min-height:70px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-4641 .elementor-element.elementor-element-d30ab41{width:var( --container-widget-width, 249.797px );max-width:249.797px;--container-widget-width:249.797px;--container-widget-flex-grow:0;}}@media(max-width:1024px) and (min-width:768px){.elementor-4641 .elementor-element.elementor-element-1180911{--width:400px;}}@media(max-width:767px){.elementor-4641 .elementor-element.elementor-element-1180911{--width:300px;}.elementor-4641 .elementor-element.elementor-element-d30ab41{width:var( --container-widget-width, 263.646px );max-width:263.646px;--container-widget-width:263.646px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-d07ee35 */.hero-curved {
  position: relative;
  padding: 150px 20px 120px;
  color: #fff;
  overflow: hidden;

  /* Super smooth, big bubble curve at bottom-right */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%230b0c3a" d="M0,0 H100 V50 Q100,100 50,100 H0 Z"/></svg>') no-repeat bottom right;
  background-size: cover;
}



.iqvia-right {
  width: 100%;
  display: flex;
  justify-content: center;
}


/*.iqvia-hero-image img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/

  /* 🔥 THIS is the fix */
/*  object-position: center top;*/
/*}*/
.iqvia-hero-image {
  position: relative;
  padding: 70px 40px 60px 50px;
    transform: translateX(65px);
  height: 100%;
  display: flex;
  align-items: flex-end; /* 🔥 anchor image to bottom */
  overflow: hidden;
  margin: 0 40 50 0px;
}

.iqvia-hero-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain; /* 🔥 not cover */
  
  border-radius: 32px 32px 32px 120px;*/
}


/*.iqvia-hero-image {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  max-width: 620px;*/
/*  aspect-ratio: 4 / 3;*/
/*  overflow: hidden;*/

  /* SAME SHAPE */
/*  border-radius: 32px 32px 32px 120px;*/
/*}*/

.iqvia-hero-image img {
  width: 85%;
  height: 100%;
  object-fit: cover; /* 🔥 keeps image perfect */
  display: block;
}























/* CTA Button */
.iqva-cta-button {
  display: inline-block;
  padding: 10px 20px;             /* slightly wider for better look */
  background-color: transparent !important;  /* transparent default */
  color: #ffffff !important;      /* white text */
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  border-radius: 100px;
  border: 1px solid #ffffff !important;  /* white border */
  text-decoration: none;
  text-align: center;
  margin: 20px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

/* Hover state */
.iqva-cta-button:hover {
  background-color: #8ed1fc !important;  /* fill background */
  border-color: #8ed1fc !important;      /* match border to background */
  color: #ffffff !important;             /* text stays white */
}

/* Center button properly inside container */
.iqvia-cta {
  display: flex;
  justify-content: left;   /* center horizontally */
  width: 100%;
}


/* Right Column / Image Placeholder */
/*.iqvia-right {*/
/*  flex: 1 1 600px;*/
/*  min-height: 540px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}

.iqvia-right
/* CONTENT INSIDE */
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  z-index: 1;
}

/* Title */
.iqvia-tiwtle {
  color: #fff;
 
  font-weight: 600;
  font-size: 13px;
 line-height: 1.9;
  margin: 10px 0px 0px 0px;
 
}

.h1-p2 {
  color: #fff;
 
  font-weight: 600;
  font-size: 17px;
 line-height: 1.9;
  margin: 0px 0px 20px ;
}

/* Subtext */
.iqvia-subtext p {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

/* LEFT CONTENT */
.hero-left {
  max-width: 500px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 12px;
  padding: 0;
  color: #8ed1fc;
}



.hero-left h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1px;
}


.hero-left h1 span {
  color: #8ed1fc;
}
.hero-btn {
  display: inline-block;
  background: #ffe08a;
  color: #000;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px; /* spacing below button */
}

.hero-meta {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
   margin: -15px 0px 0px;
  color: #ffff;
}

.hero-mett {
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  font-style: italic;
  color: #8ed1fc;

  margin-top: 16px;
  opacity: 0.9;
  letter-spacing: 0.2px;
}




/* Right Column / Image Placeholder */
.iqvia-right {
  flex: 1 1 600px;
  min-height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iqvia-image-placeholder {
  width: 100%;
  height: 100%;
  background: #33333333; /* light gray placeholder */
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans', sans-serif;
  color: #666;
  font-size: 18px;
  border: 2px dashed #999;
  border-radius: 20px;
}




@media (max-width: 1024px) {
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }

  .hero-left {
    padding-top: 40px;
    max-width: 100%;
  }

  .hero-left h1 {
    font-size: 48px;
  }
  
  
  
 

  
  

  .iqvia-right {
    display: none;
  }
}

@media (max-width: 767px) {

  .hero-inner {
    align-items: center;
    text-align: center;
  }

  .hero-left {
    max-width: 100%;
    padding-top: 20px;
  }
  
  

  


  .hero-eyebrow {
    margin-bottom: 10px;
  }

  .hero-left h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .h1-p2 {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .iqvia-tiwtle {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

 .iqva-cta {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}


  .hero-meta {
    font-size: 12px;
    margin-top: 10px;
  }

  .hero-mett {
    font-size: 12px;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d30ab41 *//* Tabs Section Wrapper */
.iqvia-tabs {
  width: 100%;
  background: #ffffff;
  padding: 25px 20px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* Container for tabs */
.iqvia-tabs-container {
  display: flex;
  flex-wrap: nowrap; /* 🚫 prevent wrapping */
  max-width: 1280px;
  width: 100%;
  margin-left: 40px;
}

/* Each Tab */
.iqvia-tab {
  padding: 10px 16px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #140B42;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-right: 1px solid #C3C1CF;
  white-space: nowrap; /* 🚫 prevent text wrap */
  transition: all 0.3s ease;
}

/* Remove right border from last tab */
.iqvia-tab:last-child {
  border-right: none;
}

/* Hover underline */
.iqvia-tab::after {
  content: '';
  height: 1px;
  width: 0%;
  background-color: #8ed1fc;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}

.iqvia-tab:hover::after,
.iqvia-tab.active::after {
  width: 100%;
}

.iqvia-tab.active {
  font-weight: 600;
}

/* ========================= */
/* Tablet adjustments only */
/* ========================= */
@media (max-width: 1024px) {
  .iqvia-tabs-container {
    margin-left: 0;
    justify-content: center;
  }

  .iqvia-tab {
    font-size: 13px;
    padding: 8px 14px;
  }
}

/* ========================= */
/* Mobile adjustments only */
/* ========================= */
@media (max-width: 767px) {
  .iqvia-tab {
    font-size: 11.5px;
    padding: 6px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e99d82 */.tab-section {
  display: none; /* hide all sections by default */
}

.tab-section.active {
  display: block; /* show only the active section */
}



.iqvia-about-v2-image-mask {
  width: 100%;
  max-width: 620px;
  height: 430px;

  /* Shape */
  border-radius: 32px 32px 32px 250px;
  overflow: hidden;
  position: relative;
}

/* Image */
.iqvia-about-v2-image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🔵 Blue overlay */
.iqvia-about-v2-image-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 70, 160, 0.112),
    rgba(7, 10, 58, 0.75)
  );
  z-index: 2;
  pointer-events: none;
}














/* SECTION */
.iqvia-about-v2 {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

/* CONTAINER */
.iqvia-about-v2-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* IMAGE COLUMN */
.iqvia-about-v2-image {
  flex: 1 1 620px;
}

.iqvia-about-v2-placeholder {
  width: 100%;
  max-width: 620px;
  height: 430px;
  background: #ddd;
  border-radius: 32px 32px 32px 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  color: #666;
  border: 2px dashed #999;
}

/* CONTENT COLUMN */
.iqvia-about-v2-content {
  flex: 1 1 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* TITLE */
.iqvia-about-v2-title-wrap {
  border-top: 1px solid #140B42;
  padding-top: 20px;
}

.iqvia-about-v2-title-wrap h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #140B42;
  margin: 0;
}




/* Title styling */
.iqvia-agenda-v2 h2 {
  text-align: center;          /* center the title */
  margin-top: 40px;            /* space above the title */
  margin-bottom: 40px;         /* space below the title */
  font-size: 28px;             /* optional: adjust size */
  color: #140B42;              /* matches your brand color */
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

/* Table wrapper */
.agenda-table-wrapper {
  width: 100%;
  overflow-x: auto;            /* horizontal scroll on mobile */
  margin-top: 20px;            /* smaller space from title */
  padding: 0 20px;             /* horizontal padding */
  box-sizing: border-box;
  margin-bottom: 60px;         /* bottom space after table */
}

/* Table itself (no changes, but repeat for context) */
.agenda-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans', sans-serif;
}

.agenda-table th,
.agenda-table td {
  border: 1px solid #C3C1CF;
  padding: 12px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: top;
}

.agenda-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #140B42;
}

.agenda-table tbody tr {
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.agenda-table tbody tr:hover {
  background-color: #8ed1fc33; /* light blue hover */
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .i.qvia-agenda-v2 h2 {
    font-size: 22px;           /* smaller on mobile */
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .agenda-table-wrapper {
    padding: 0 12px;
    margin-bottom: 40px;
  }

  .agenda-table th,
  .agenda-table td {
    font-size: 11px;
    padding: 8px 6px;
  }

  .agenda-table th:nth-child(4),
  .agenda-table td:nth-child(4) {
    display: block; /* stack last column */
  }

  .agenda-table td {
    display: block;
    width: 100%;
  }

  .agenda-table tr {
    display: block;
    margin-bottom: 12px;
    border-bottom: 2px solid #C3C1CF;
  }
}



/* FEATURES */
.iqvia-about-v2-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.iqvia-about-v2-feature strong {
  font-size: 12px;
  font-weight: 700;
  color: #140B42;
}
/* Wrapper */
.xcene-accordion-wrapper {
  max-width: 720px;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
}

/* Title */
.xcene-accordion-title {
  font-size: 18px;
  font-weight: 500;
  color: #140B42;
  margin-bottom: 20px;
}

/* Item */
.xcene-accordion-item {
  border-bottom: 1px solid #8ed1fc;
}

/* Header Button */
.xcene-accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 0;
  text-align: left;
  font-size: 12.6px;
  font-weight: 500;
  color: #140B42;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Hover */
.xcene-accordion-header:hover {
  color: #8ed1fc;
}

/* Chevron */
.xcene-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #8ed1fc;
  border-bottom: 2px solid #8ed1fc;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 12px;
}

/* Active Chevron */
.xcene-accordion-item.active .xcene-chevron {
  transform: rotate(-135deg);
}

.xcene-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}


.xcene-accordion-content p,
.xcene-accordion-content ul {
  font-size: 14px;
  line-height: 22px;
  color: #140B42;
  margin: 12px 0 16px;
  padding-right: 10px;
}

.xcene-accordion-content ul {
  padding-left: 18px;
}

.xcene-accordion-content li {
  margin-bottom: 6px;
}

/* Active Content */
.xcene-accordion-item.active .xcene-accordion-content {
  max-height: 600px;
}

/* Mobile */
@media (max-width: 767px) {
  .xcene-accordion-title {
    font-size: 14px;
    /*font-weight: 600px;*/
  }

  .xcene-accordion-header {
    font-size: 12px;
  }

  .xcene-accordion-content p,
  .xcene-accordion-content ul {
    font-size: 12px;
  }
}


.iqvia-about-v2-feature p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 24px;
  color: #140B42;
}

/* CTA */
.iqvia-about-v2-cta {
  margin-top: 10px;
  align-self: flex-start;
  padding: 10px 16px;
  background: #00447d;
  color: #ffff;
  border-radius: 100px;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #00447d;
  transition: all 0.3s ease;
}

.iqvia-about-v2-cta:hover {
  background: #8ed1fc;;
  border-color: #8ed1fc;;
}

/* ========================= */
/* TABLET & MOBILE */
/* ========================= */
@media (max-width: 1024px) {
  .iqvia-about-v2-container {
    flex-direction: column;
    gap: 40px;
  }

  /* hide image */
  .iqvia-about-v2-image {
    display: none;
  }

  /* keep LEFT alignment */
  .iqvia-about-v2-content {
    align-items: flex-start;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .iqvia-about-v2 {
    padding: 60px 16px;
  }

  .iqvia-about-v2-title-wrap h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .iqvia-about-v2-feature p,
  .iqvia-about-v2-feature strong {
    font-size: 11.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4680ade */.hero-curved {
  position: relative;
  padding: 90px 20px 140px;
  color: #fff;
  overflow: hidden;
}

 /*BACKGROUND LAYER (CURVED) */
.hero-curved::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

   two-tone blue background 
  background: linear-gradient(135deg, #0b0c3a 0%, #07123a 100%);

   REAL curve — background only 
  -webkit-mask-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>\
    <path fill='white' d='M0,0 H100 V55 Q100,100 45,100 H0 Z'/>\
  </svg>");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  
  

  mask-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>\
    <path fill='white' d='M0,0 H100 V55 Q100,100 45,100 H0 Z'/>\
  </svg>");
  mask-size: cover;
  mask-repeat: no-repeat;
}

 /*CONTENT ABOVE BACKGROUND */
.hero-curved > * {
  position: relative;
  z-index: 1;
}


.hero-second {
  position: relative;
  padding: 90px 20px 140px;
  color: #fff; /* ensure all text is white */
  overflow: hidden;

  /* Use the same curved SVG background as the first hero */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%230b0c3a" d="M0,0 H100 V58 Q100,100 50,100 H0 Z"/></svg>') no-repeat bottom right;
  background-size: cover;
  background-color: #0b0c3a; /* fallback in case SVG doesn't load */
}



/* Eyebrow style */
.hero-second .hero-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.75;
  display: block;
  margin-bottom: 12px;
  color: #ffe08a; /* optional brand highlight */
}

/* Left content */
.hero-second .hero-left h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-second .hero-left .hero-subtext {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 480px;
  color: #fff; /* make text visible */
}

/* CTA button variant */
.hero-btn-alt {
  display: inline-block;
  background: #8ed1fc;  /* standout brand color */
  color: #000;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

/* Right content */
.hero-second .hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-second .hero-right .hero-image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .hero-curved,
  .hero-second {
    padding: 70px 20px 120px; /* slightly tighter */
  }

  .hero-second .hero-left h2 {
    font-size: 34px; /* reduce heading */
    line-height: 1.25;
  }

  .hero-second .hero-left .hero-subtext {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-second .hero-right {
    justify-content: center;
    margin-top: 40px;
  }
}



@media (max-width: 767px) {
  .hero-curved,
  .hero-second {
    padding: 60px 16px 100px; /* tighter top + bottom */
    text-align: center;
  }

  /* Center everything */
  .hero-second .hero-left,
  .hero-second .hero-right {
    width: 100%;
  }

  .hero-second .hero-left h2 {
    font-size: 26px; /* 👈 key reduction */
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .hero-second .hero-left .hero-subtext {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .hero-btn-alt {
    padding: 12px 26px;
    font-size: 14px;
  }

  .hero-second .hero-right {
    margin-top: 30px;
    justify-content: center;
  }

  .hero-second .hero-right .hero-image {
    max-width: 85%;
  }
}/* End custom CSS */