@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");
/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Raleway:wght@400;600;700&display=swap');

:root {
  --gt-body: #fff;
  --ph-black: #000;
  --ph-white: #fff;
  --ph-theme: #1539EE;
  --ph-theme-2: #7A73D1;
  --ph-theme-3: #9900FF;
  --ph-theme-4: #FFFF00;
  --ph-header: #11112C;
  --ph-text: #11112C;
  --ph-text-2: #211C84;
  --ph-border: #00000026;
  --ph-bg: #FCFCFC;
  --ph-bg-2: #F2F2F2;
  --ph-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}
        .conference-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 308px 0px;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  z-index: -1;
}


    .event-card.h-100 {
    padding: 25px;
}
.wordpharma-card-evnts{
  min-height: 100vh; margin-bottom:70px; margin-left:40px;
}
.ph-theme-btn {
  font-size: 17px;
  font-weight: 600;
  font-family: "Sora";
  text-transform: capitalize;
  color: var(--ph-white);
  display: inline-block;
  text-align: center;
  min-width: 170px;
  overflow: hidden;
  border-radius: 100px;
  padding: 16px 25px;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #2ADDC8 0%, #1539EE 50%, #2ADDC8 100%);
  border-radius: 100px;
  transition: 0.5s;
}

@media (max-width: 575px) {
  .ph-theme-btn {
    padding: 14px 25px;
  }
}

.ph-theme-btn i {
  color: var(--ph-theme);
  transform: rotate(45deg);
  margin-right: 10px;
}

.ph-theme-btn.gt-style-2 {
  background-image: none;
  border: 1px solid rgba(21, 57, 238, 0.2);
  color: var(--ph-theme);
  transition: all 0.4s ease-in-out;
}

.ph-theme-btn.ph-theme-btn-3 {
  background-image: linear-gradient(to right, #90f 0%, #58aae3 50%, #5fe2d7 100%);
  padding: 14px 25px;
  text-transform: uppercase;
}

.ph-theme-btn.ph-theme-btn-3 i {
  color: var(--ph-white);
}

.ph-theme-btn:hover {
  background-position: right center;
}

.ph-theme-btn:hover.gt-style-2 {
  background-image: linear-gradient(to right, #2ADDC8 0%, #1539EE 50%, #2ADDC8 100%);
  color: var(--ph-white);
  border: 1px solid transparent;
}

.ph-theme-btn:hover.gt-style-2 i {
  color: var(--ph-white);
}

.ph-theme-btn.ph-theme-btn-2 {
  background-image: linear-gradient(to right, #211C84 0%, #7A73D1 50%, #211C84 100%);
  border-radius: 6px;
  padding: 12px 25px;
}

.ph-theme-btn.ph-theme-btn-2 i {
  transform: rotate(0);
  color: var(--ph-white);
}

.ph-theme-btn.ph-theme-btn-2.ph-border-btn {
  border: 1px solid #4D55CC;
  background-image: none;
  color: #4D55CC;
}

.ph-theme-btn.ph-theme-btn-2.ph-border-btn i {
  margin-right: 10px;
  color: #4D55CC;
  transform: rotate(0);
}

.ph-theme-btn.ph-theme-btn-2.ph-border-btn:hover {
  background-color: #4D55CC;
  color: var(--ph-white);
}

.ph-theme-btn.ph-theme-btn-2.ph-border-btn:hover i {
  color: var(--ph-white);
}
/* --------------------------------------------
         Fonts & Fonts Styles
 ---------------------------------------------- */
body {
     font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--ph-text);
  background-color: var(--ph-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-transform: capitalize;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--ph-white);
  outline: none;
}

input {
  color: var(--ph-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 100%;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
  .wordpharma-card-evnts{
   margin-bottom:0px; margin-left:0px;
}
}

@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 144%;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}
/* --------------------------------------------
         Home About Section
 ---------------------------------------------- */
.pharma-about-wrapper .pharma-about-image {
  max-width: 668px;
  z-index: 9;
}
.video-heading{
 font-size: 49px;
    font-weight: 700;
    color: #0ea0cf;
    
}
    


.pharma-about-wrapper .pharma-about-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.pharma-about-wrapper .pharma-about-image .pharma-about-circle {
  position: absolute;
  left: 13%;
  z-index: -1;
  max-width: initial;
  bottom: 13%;
}

@media (max-width: 1600px) {
  .pharma-about-wrapper .pharma-about-image .pharma-about-circle {
    display: none;
  }
}

.pharma-about-wrapper .pharma-about-image .pharma-about-circle img {
  width: initial;
  height: initial;
  border-radius: 0;
}

.pharma-about-wrapper .pharma-about-content .ph-text {
  margin-top: 30px;
  max-width: 690px;
  color: #6d6d7c;;
  margin-top: 15px;
  text-align:justify;
}

.pharma-about-wrapper .pharma-about-content .pharma-counter-box {
  background-color: var(--ph-white);
  border-radius: 10px;
  box-shadow: 0px 4px 84px 0px rgba(21, 57, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .pharma-about-wrapper .pharma-about-content .pharma-counter-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.pharma-about-wrapper .pharma-about-content .pharma-counter-box .pharma-count-item h2 {
  color: var(--ph-theme);
}

.pharma-about-wrapper .pharma-about-content .pharma-counter-box .pharma-count-item p {
  color: var(--ph-text-2);
}

.pharma-about-wrapper .pharma-about-content .pharma-about-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .pharma-about-wrapper .pharma-about-content .pharma-about-button {
    flex-wrap: wrap;
  }
}
.pharma-about-section {
  position: relative;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .pharma-about-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


@media (max-width: 991px) {
  .pharma-about-section {
    margin-bottom: -80px;
  }
}

.pharma-about-section .pharma-event-left {
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 1600px) {
  .pharma-about-section .pharma-event-left,
  .pharma-about-section .pharma-event-right {
    display: none;
  }
}

.pharma-about-section .pharma-event-right {
  position: absolute;
  right: 0;
  bottom: 10%;
}


.pharma-about-section .pharma-blur-shape {
  position: absolute;
  left: -2%;
  top: -22%;
  z-index: -1;
  max-width: initial;
}

@media (max-width: 1199px) {
  .pharma-about-section .pharma-blur-shape {
    display: none;
  }
}

.pharma-about-section .pharma-blur-shape img {
  width: 100%;
  height: auto;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* --------------------------------------------
         Why Attend Section
 ---------------------------------------------- */
.pharma-service-section{
  position: relative;
}
.pharma-service-wrapper .pharma-service-content .ph-text {
  color: var(--ph-text-2);
  margin-top: 30px;
}
.pharma-service-wrapper .pharma-service-item {
  border-radius: 10px;
  background: var(--ph-white);
  box-shadow: 0px 0px 200px 0px rgba(33, 28, 132, 0.1);
  padding: 50px;
}

@media (max-width: 1199px) {
  .pharma-service-wrapper .pharma-service-item {
    padding: 30px;
  }
}

.pharma-service-wrapper .pharma-service-item .accordion-item {
  border: 0;
  background-color: var(--ph-white);
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  color: var(--ph-theme-2);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--ph-white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 24px;
  border: none;
  padding: 0 0 0;
}

@media (max-width: 1199px) {
  .pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button span {
  font-size: 24px;
  font-weight: 300;
  color: #0c99aa;
}

@media (max-width: 1199px) {
  .pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button span {
    font-size: 18px;
  }
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--ph-theme-2);
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color: var(--ph-theme-2);
  transform: rotate(0);
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--ph-white);
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #051b55;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button.gt-style-2 {
  margin-bottom: 0;
  border-bottom: 1px none;
  padding-bottom: 0;
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-collapse .accordion-body {
  padding-right: 0;
  padding-left: 0;
  padding-top: 15px;
  color:#6d6d7c;
  background-color: var(--ph-white);
  font-weight: 400;
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-collapse .accordion-body .thumb {
  margin-top: 30px;
}

.pharma-service-wrapper .pharma-service-item .accordion-item .accordion-collapse .accordion-body .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pharma-service-wrapper .pharma-service-item {
  border-radius: 10px;
  background: var(--ph-white);
  box-shadow: 0px 0px 200px 0px rgba(33, 28, 132, 0.1);
  padding: 50px;
}

@media (max-width: 1199px) {
  .pharma-service-wrapper .pharma-service-item {
    padding: 30px;
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pharma-service-wrapper .pharma-service-item {
    margin-bottom: 80px;
  }
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #1539EE 0%, #90F 100%);
  z-index: 9;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .ph-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .ph-bg-shape img {
  width: 100%;
  height: 100%;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item {
  background-color: transparent;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: var(--ph-white);
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-header .accordion-button::after {
  color: var(--ph-white);
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  color: var(--ph-white);
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  color: var(--ph-white);
  border-bottom: 1px solid var(--ph-white);
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-collapse {
  transition: height 0.3s ease !important;
}

.pharma-service-wrapper .pharma-service-item.gt-style-2 .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
  color: var(--ph-white);
  transition: all 0.3s ease;
}
/* --------------------------------------------
         Pharma Summit 2026  Section
 ---------------------------------------------- */
.pharma-section {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.pharma-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(90deg, #1539eea6 0%, #2addc8db 100%), url(../img/home-1/sponser/sponsor-bg.jpg) center / cover no-repeat;
    opacity: 0.8;
}   

.pharma-content {
    position: relative;
    z-index: 1;
    padding: 4rem 1rem;
}

.pharma-title {
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/* --------------------------------------------
         Newsletter Section
 ---------------------------------------------- */
.pharma-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 55px;
  position: relative;
  border-radius: 20px;
  z-index: 999;
}

@media (max-width: 1199px) {
  .pharma-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .pharma-newsletter-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .pharma-newsletter-wrapper {
    padding: 30px;
  }
}

.pharma-newsletter-wrapper .microphone {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .pharma-newsletter-wrapper .microphone {
    display: none;
  }
}

.pharma-newsletter-wrapper .microphone img {
  width: 100%;
  height: 100%;
}

.pharma-newsletter-wrapper .pharma-newsletter-content h3 {
  font-size: 30px;
  color: var(--ph-white);
}

.pharma-newsletter-wrapper form {
  max-width: 515px;
  width: 100%;
}

.pharma-newsletter-wrapper .form-clt {
  position: relative;
}

.pharma-newsletter-wrapper .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--ph-white);
  color: #ABABAB;
  line-height: 1;
  padding: 20px;
  border-radius: 10px;
  max-width: 515px;
}

.pharma-newsletter-wrapper .form-clt input::placeholder {
  color: #ABABAB;
}

.pharma-newsletter-wrapper .form-clt .ph-theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px 30px;
  background-image: none;
  background: #0090df;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
}

.pharma-newsletter-wrapper .form-clt .ph-theme-btn:hover {
  background-color: var(--ph-theme-2);
}

@media (max-width: 470px) {
  .pharma-newsletter-wrapper .form-clt .ph-theme-btn {
    position: static;
    margin-top: 20px;
  }
}

.pharma-newsletter-section {
  margin-bottom: -150px;
}

@media (max-width: 1600px) {
  .pharma-newsletter-section {
    margin-bottom: 120px;
  }
}

@media (max-width: 1199px) {
  .pharma-newsletter-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pharma-newsletter-section {
    margin-bottom: 80px;
  }
}
/* --------------------------------------------
         Footer Section
 ---------------------------------------------- */
.pharma-footer {
  position: relative;
}

.pharma-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-51deg,  #041a56 0%, #3a86ff
 100%);
}

.pharma-footer-wrapper {
  padding: 20px 0 0;
}



.pharma-footer-wrapper.gt-style-2 {
  position: relative;
}


.pharma-footer-wrapper .pharma-footer-widget-items {
  margin-top: 30px;
}
.linkedin-link{
    border: 1px solid #0c9bae;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.linkedin-link:hover {
    border: 1px solid #0c9bae;
color:#FFF;
background-color:#0c9bae;
}
.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-head {
  margin-bottom: 30px;
}

.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-head h4 {
  color: var(--ph-white);
  font-weight: 700;
}

.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-content p {
    padding-right: 87px;
    text-align: justify;
  color: var(--ph-white);
}

.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-content .social-icons {
  gap: 15px;
  margin-top: 30px;
}

.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-content .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--ph-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #4D55CC;
  transition: all 0.4s ease-in-out;
}

.pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-content .social-icons a:hover {
  background: #4D55CC;
  color: var(--ph-white);
  border: 1px solid #4D55CC;
}

.pharma-footer-wrapper .pharma-footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
}

.pharma-footer-wrapper .pharma-footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 20px;
}

.pharma-footer-wrapper .pharma-footer-widget-items .list-area li a {
  color: var(--ph-white);
}

.pharma-footer-wrapper .pharma-footer-widget-items .list-area li:hover {
  margin-left: 5px;
}

.pharma-footer-wrapper .pharma-footer-widget-items .list-area li:hover a {
  color: var(--ph-theme-2);
}
 .footer-bottom {
  padding: 30px 0;
}

.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    justify-content: center;
  }
}

.footer-bottom .footer-wrapper p {
  color: var(--ph-header);
}

.footer-bottom .footer-wrapper .pharma-footer-list {
  display: flex;
  align-items: center;
  gap: 20px;
}


.footer-bottom .footer-wrapper .pharma-footer-list li a {
  color: var(--ph-header);
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom .footer-wrapper .pharma-footer-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.footer-bottom .footer-wrapper .pharma-footer-list li a:hover {
  color: var(--ph-theme);
}

.footer-bottom .footer-wrapper .pharma-footer-list li a:hover::after {
  transform: scaleX(1);
}

.footer-bottom .footer-wrapper .pharma-footer-list li a:hover {
  color: var(--ph-theme);
  border-bottom: 1px solid white;
}

.footer-bottom .footer-wrapper.gt-style-2 {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.footer-bottom .footer-wrapper.gt-style-2 p {
  color: var(--ph-white);
}

.footer-bottom .footer-wrapper.gt-style-2 .pharma-footer-list li a {
  color: var(--ph-white);
}

.pharma-contact-info {
    margin-top: 20px;
}

.pharma-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pharma-contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.pharma-contact-list i {
    margin-right: 12px;
    color: var(--ph-white);
    width: 20px;
    text-align: center;
}

.pharma-contact-list a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.pharma-contact-list a:hover {
    color: var(--ph-theme-2);
    text-decoration: none;
}

@media (max-width: 768px) {
    .pharma-contact-info {
        margin-bottom: 30px;
    }
}

    .worldpharma-attendees img {
        width: 200px;
        height:100px;
    }
   
/* --------------------------------------------
         COntact Us Section
 ---------------------------------------------- */
.gt-contact-us-wrapper .gt-contact-us-box {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: rgba(77, 85, 204, 0.07);
  padding: 25px;
  margin-bottom: 20px;
  max-width: 420px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}

@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    max-width: initial;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}

.gt-contact-us-wrapper .gt-contact-us-box .gt-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: var(--ph-header);
  font-size: 30px;
  color: var(--ph-white);
  border-radius: 4px;
}

.gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content span {
  color: var(--ph-header);
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: initial;
  }
}

.gt-contact-us-wrapper .gt-contact-us-box:hover {
  background-color: var(--ph-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
}

.gt-contact-us-wrapper .gt-contact-us-box:hover .gt-icon {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
}

.gt-contact-us-wrapper .gt-comment-form-wrap {
  padding: 40px;
  border-radius: 24px;
  background: var(--ph-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
}

@media (max-width: 575px) {
  .gt-contact-us-wrapper .gt-comment-form-wrap {
    padding: 30px;
  }
}

.gt-contact-us-wrapper .gt-comment-form-wrap h3 {
  font-size: 40px;
}

@media (max-width: 575px) {
  .gt-contact-us-wrapper .gt-comment-form-wrap h3 {
    font-size: 28px;
  }
}

.gt-contact-us-wrapper .gt-comment-form-wrap p {
  margin-bottom: 20px;
}

.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt span {
  color: var(--ph-header);
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  background: rgba(77, 85, 204, 0.07);
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--ph-header);
}

.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input::placeholder, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--ph-header);
}

.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}

.gt-instagram-item .gt-insta-item {
  text-align: center;
  margin-bottom: 60px;
}

.gt-instagram-item .gt-insta-item .gt-icon {
  background: linear-gradient(90deg, rgb(255, 123, 107), rgb(226, 0, 196));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  margin-bottom: 20px;
}

.gt-instagram-item .gt-insta-item h4 {
  font-weight: 400;
}

.gt-instagram-item .gt-insta-item h4 span {
  background: linear-gradient(90deg, #2ADDC8 34.44%, #4D55CC 79.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-instagram-item .gt-instagram-image {
  position: relative;
  overflow: hidden;
}

.gt-instagram-item .gt-instagram-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(77, 85, 204, 0.7) 0%, rgba(42, 221, 200, 0.7) 100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 9;
}

.gt-instagram-item .gt-instagram-image img {
  width: 100%;
  height: 100%;
  transition: all 1.5s ease-out;
  border-radius: 10px;
}

.gt-instagram-item .gt-instagram-image.gt-style-2 {
  position: relative;
  overflow: hidden;
}

.gt-instagram-item .gt-instagram-image.gt-style-2::before {
  border-radius: 100%;
}

.gt-instagram-item .gt-instagram-image.gt-style-2::before img {
  border-radius: 100%;
}

.gt-instagram-item .gt-instagram-image .gt-icon {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.gt-instagram-item .gt-instagram-image:hover .gt-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.gt-instagram-item .gt-instagram-image:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

@media (max-width: 1199px) {
  .gt-instagram-item .gt-instagram-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.gt-event-wrapper {
  padding: 130px 0 440px;
  position: relative;
}

@media (max-width: 991px) {
  .gt-event-wrapper {
    padding: 150px 0;
  }
}

@media (max-width: 575px) {
  .gt-event-wrapper {
    padding: 100px 0;
  }
}

.gt-event-wrapper .video-btn {
  width: 138px;
  height: 138px;
  line-height: 138px;
  text-align: center;
  border-radius: 100px;
  background-color: transparent;
  color: var(--ph-white);
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .gt-event-wrapper .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .gt-event-wrapper .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.gt-event-bg-section.bg-cover {
  background-position: bottom center;
}

.gt-event-card-item {
  background-color: var(--ph-white);
  padding: 25px;
  border-radius: 20px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.08);
}

.gt-event-card-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  border-radius: 20px;
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  z-index: 9;
}

.gt-event-card-item .gt-line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.gt-event-card-item .gt-line-shape img {
  width: 100%;
  height: 100%;
}

.gt-event-card-item .gt-event-content h2 {
  font-size: 60px;
  font-weight: 400;
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-event-card-item .gt-event-content h3 {
  margin-bottom: 15px;
}

.gt-event-card-item .gt-event-content p {
  max-width: 370px;
  color: #6d6d7c;
}

.gt-event-card-item:hover .gt-event-content {
  position: relative;
  z-index: 999;
}

.gt-event-card-item:hover .gt-event-content h2 {
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.gt-event-card-item:hover .gt-event-content h3 a {
  color: var(--ph-white);
}

.gt-event-card-item:hover .gt-event-content p {
  color: var(--ph-white);
}

.gt-event-card-item:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.gt-event-top-section {
  margin-top: -186px;
}

@media (max-width: 1199px) {
  .gt-event-top-section {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .gt-event-top-section {
    margin-top:0px;
  }
}

/* --------------------------------------------
         Events Schedule Section
 ---------------------------------------------- */
 .day-content {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top:6px;
    }

    .day-label {
        font-size: 18px;
        font-weight: 700;
    }

    .day-separator {
        opacity: 0.6;
        font-weight: 400;
        font-size: 14px;
    }

    .day-date {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    /* Active state styling */
    .pharma-event-schedule-wrapper .nav li .nav-link.active .day-separator {
        opacity: 0.8;
    }

    /* Hover effects */
    .pharma-event-schedule-wrapper .nav li .nav-link:not(.active):hover {
        background: rgba(77, 85, 204, 0.3);
        transform: translateY(-2px);
    }

    /* Spacing between tabs */
    .pharma-event-schedule-wrapper .nav {
        gap: 12px;
        flex-wrap: nowrap;
    }
    .pharma-event-item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .pharma-event-image {
        padding-right: 20px;
    }

    .pharma-event-content {
        width:70%;
        padding:5px 30px;
    }

    .pharma-event-list,
    .gt-list {
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }

    .pharma-event-list li {
        display: inline-block;
        margin-right: 15px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {

        .pharma-event-image,
        .pharma-event-content {
            width: 100%;
            padding-right: 0;
        }

        .pharma-event-image {
            margin-bottom: 15px;
        }
    }

    .gt-list-item {
        list-style-type: none;
        padding-left: 0;
        margin: 15px 0;
    }

    .gt-list-item li {
        padding: 5px 0;
        position: relative;
        padding-left: 25px;
    }

    .gt-list-item li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #4CAF50;
        /* Green color for checkmarks */
        font-weight: bold;
    }

.pharma-events-section {
  position: relative;
}

@media (max-width: 1600px) {
  .pharma-events-section {
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .pharma-events-section {
    margin-bottom: -30px;
  }
}

.pharma-events-section .pharma-middle-shape {
  position: absolute;
  left: 22%;
  top: -71%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .pharma-events-section .pharma-middle-shape {
    display: none;
  }
}

.pharma-events-section .pharma-middle-shape img {
  width: 100%;
  height: 100%;
}

.pharma-events-section .pharma-event-left {
  position: absolute;
  left: -29%;
  top: -62%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .pharma-events-section .pharma-event-left {
    display: none;
  }
}

.pharma-events-section .pharma-event-left img {
  width: 100%;
  height: 100%;
}

.pharma-events-section .pharma-event-right {
  position: absolute;
  right: 0;
  top: -60%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .pharma-events-section .pharma-event-right {
    display: none;
  }
}

.pharma-events-section .pharma-event-right img {
  width: 100%;
  height: 100%;
}
.pharma-event-schedule-wrapper {
  border-top: 1px solid rgba(17, 17, 44, 0.2);
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .pharma-event-schedule-wrapper {
    margin-top: 30px;
  }
}

.pharma-event-schedule-wrapper .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
  justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .pharma-event-schedule-wrapper .nav {
    flex-wrap: wrap;
    gap: 20px;
    border: 1px none;
  }
}

.pharma-event-schedule-wrapper .nav li .nav-link {
  transition: all 0.4s ease-in-out;
  padding: 12px 40px;
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.2);
  line-height: 1;
  color: var(--ph-header);
  font-weight: 600;
}

.pharma-event-schedule-wrapper .nav li .nav-link.active {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
}

.pharma-event-schedule-wrapper .pharma-event-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 4px 60px 0px rgb(21 57 238 / 44%);
  padding: 0px 60px 0 0px;
  z-index: 9;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper .pharma-event-item {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .pharma-event-schedule-wrapper .pharma-event-item {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .pharma-event-schedule-wrapper .pharma-event-item {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .pharma-event-schedule-wrapper .pharma-event-item {
    padding: 30px;
  }
}

@media (max-width: 470px) {
  .pharma-event-schedule-wrapper .pharma-event-item {
    padding: 25px;
  }
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper .pharma-event-item .gt-dot-shape {
    display: none;
  }
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-dot-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper .pharma-event-item .pharma-event-image {
    flex-basis: 100%;
  }
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content {
    border-right: none;
  }
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-event-list {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-event-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-event-list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--ph-theme);
  padding: 8px 16px;
  background-color: var(--ph-white);
  border-radius: 40px;
  line-height: 1;
  border: 1px solid var(--ph-theme);
  transition: all 0.4s ease-in-out;
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-event-list li:hover {
  background-color: var(--ph-theme);
  color: var(--ph-white);
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-event-list li i {
  margin-right: 5px;
}



.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content h3 a:hover {
  color: var(--ph-theme);
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .gt-list li {
  color: #6d6d7c;
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .gt-list li i {
  margin-right: 10px;
  color: var(--ph-theme);
}

.pharma-event-schedule-wrapper .pharma-event-item .pharma-event-content .pharma-client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-event-button .ph-theme-btn {
  background-image: none;
  border: 1px solid rgba(21, 57, 238, 0.2);
  color: var(--ph-theme);
  transition: all 0.4s ease-in-out;
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-event-button .ph-theme-btn i {
  color: var(--ph-theme);
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-event-button .ph-theme-btn:hover {
  background-image: linear-gradient(to right, #2ADDC8 0%, #1539EE 50%, #2ADDC8 100%);
  color: var(--ph-white);
}

.pharma-event-schedule-wrapper .pharma-event-item .gt-event-button .ph-theme-btn:hover i {
  color: var(--ph-white);
}
/* --------------------------------------------
        Gallery Section
 ---------------------------------------------- */
.pharma-attended-item {
  position: relative;
}

.pharma-attended-item .pharma-attended-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.pharma-attended-item .pharma-attended-image img {
  width: 100%;
  height: 100%;
}

.pharma-attended-item .pharma-attended-image .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--ph-white);
  z-index: 999;
  font-size: 32px;
}

.pharma-attended-item .pharma-attended-image:before, .pharma-attended-item .pharma-attended-image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(21, 57, 238, 0.7);
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.pharma-attended-item .pharma-attended-image:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}

.pharma-attended-item .pharma-attended-image-2 {
  position: relative;
}

.pharma-attended-item .pharma-attended-image-2 img {
  width: 100%;
  height: 100%;
}

.pharma-attended-item .pharma-attended-image-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 57, 238, 0.9) 0%, rgba(42, 221, 200, 0.9) 100%);
}

.pharma-attended-item .pharma-attended-image-2 .pharma-attended-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ph-white);
    font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1199px) {
  .pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h6 {
    padding: 10px 15px;
  }
}

.pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h2 {
  color: var(--ph-white);
  line-height: 100%;
}

@media (max-width: 1199px) {
  .pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .pharma-attended-item .pharma-attended-image-2 .pharma-attended-content h2 {
    font-size: 25px;
  }
}

.pharma-attended-item:hover .pharma-attended-image .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.pharma-attended-item:hover .pharma-attended-image:before, .pharma-attended-item:hover .pharma-attended-image:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.gt-event-ticket-section {
  position: relative;
}

.gt-event-ticket-section.bg-cover {
  background-position: bottom center;
}

.gt-event-ticket-section .pharma-blur-shape {
  position: absolute;
  left: 25%;
  top: -6%;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section .pharma-blur-shape {
    display: none;
  }
}

.gt-main-card-item {
  padding: 12px;
  background-color: var(--ph-theme);
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
}

.gt-main-card-item.ph-bg {
  background: rgba(122, 115, 209, 0.3);
}

@media (max-width: 1199px) {
  .gt-main-card-item {
    margin-bottom: 0;
  }
}

.gt-main-card-item.gt-style-2 {
  background: linear-gradient(180deg, #2ADDC8 0%, #4D55CC 100%);
}

.gt-main-card-item.gt-style-2 .gt-event-ticket-card-item {
  background: rgba(255, 255, 255, 0.8);
}

.gt-main-card-item.ph-bg-color {
  background: linear-gradient(180deg, #1539EE 0%, #90F 100%);
}

.gt-main-card-item .gt-event-ticket-card-item {
  border-radius: 10px;
  background-color: var(--ph-white);
  position: relative;
  padding: 30px 17px;
  position: relative;
}

@media (max-width: 575px) {
  .gt-main-card-item .gt-event-ticket-card-item {
    padding: 30px;
  }
}

@media (max-width: 470px) {
  .gt-main-card-item .gt-event-ticket-card-item {
    padding: 25px;
  }
}

.gt-main-card-item .gt-event-ticket-card-item h3 {
  border-bottom: 1px dashed rgb(191, 191, 191);
  padding-bottom: 16px;
  font-weight: 800;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item {
  padding: 24px 20px;
  background-color: var(--ph-bg);
  position: relative;
  margin-bottom: 16px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::before {
  position: absolute;
  content: "";
  left: -13px;
  top: -12px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--ph-bg-2);
}

@media (max-width: 575px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::before {
    display: none;
  }
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::after {
  position: absolute;
  content: "";
  right: -13px;
  top: -12px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--ph-bg-2);
}

@media (max-width: 575px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::after {
    display: none;
  }
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item h6 {
  border-bottom: 1px dashed rgb(191, 191, 191);
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item h6 span {
   font-size: 25px;
    background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item {
  text-align: center;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item span {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  color: #595959;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item p {
  text-align: center;
  color: #595959;
}

@media (max-width: 1199px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item p {
    text-align: left;
  }
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty {
  display: flex;
  align-items: center;
  background-color: var(--ph-bg-2);
  padding: 5px 12px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
  width: 100px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty button,
.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ph-header);
  font-weight: 400;
  font-size: 16px;
  width: 45px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.gt-main-card-item .gt-event-ticket-card-item h3 span{
    background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float:right;
}
.gt-main-card-item .gt-event-ticket-card-item .gt-list-item {
  background-color: var(--ph-bg);
  padding: 24px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: #595959;
}

@media (max-width: 1199px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-list-item li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .gt-main-card-item .gt-event-ticket-card-item .gt-list-item li {
    font-size: 16px;
  }
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li:not(:last-child) {
    border-bottom: 1px solid rgba(191, 191, 191, 0.32);
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #595959;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li span {
  font-weight: 400;
  color: #595959;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button {
  margin-top: 30px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button .ph-theme-btn.gt-style-2 {
  border: 1px solid var(--ph-theme);
  width: 100%;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button .ph-theme-btn.gt-style-2:hover {
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(21, 57, 238, 0.6), rgba(42, 221, 200, 0.6));
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button .ph-theme-btn.ph-theme-btn-2 {
  background-image: none;
  width: 100%;
  border: 1.5px solid #4D55CC;
  color: var(--ph-header);
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button .ph-theme-btn.ph-theme-btn-2:hover {
  background: #4D55CC;
  color: var(--ph-white);
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button.gt-cart-button-2 .ph-theme-btn.ph-theme-btn-2 {
  background-image: none;
  width: 100%;
  border: 1.5px solid #4D55CC;
  color: var(--ph-header);
  border-radius: 100px;
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button.gt-cart-button-2 .ph-theme-btn.ph-theme-btn-2:hover {
  background-image: linear-gradient(to right, #1539EE 0%, #90F 50%, #1539EE 100%);
  border: 1.5px solid transparent;
  color: var(--ph-white);
}

.gt-main-card-item:hover {
  transform: translateY(-10px);
}

.gt-event-ticket-section-2 {
  position: relative;
}

.gt-event-ticket-section-2 .pharma-event-left {
  position: absolute;
  left: 50px;
  bottom: 270px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .pharma-event-left {
    display: none;
  }
}

.gt-event-ticket-section-2 .gt-top-shape {
  position: absolute;
  right: 37%;
  top: 120px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .gt-top-shape {
    display: none;
  }
}

.gt-event-ticket-section-2 .pharma-event-right {
  position: absolute;
  right: 50px;
  bottom: 230px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .pharma-event-right {
    display: none;
  }
}

.gt-event-ticket-section-2 .pharma-event-right-2 {
  position: absolute;
  right: 0;
  top: -20%;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .pharma-event-right-2 {
    display: none;
  }
}

.tab-content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 30px;
}

.tab-content .gt-event-box-item {
  background-color: var(--ph-white);
  padding: 25px;
  border-radius: 20px;
  position: relative;
}

.tab-content .gt-event-box-item .pharma-event-image {
  position: relative;
}

.tab-content .gt-event-box-item .pharma-event-image .gt-link-btn-3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .tab-content .gt-event-box-item .pharma-event-image .gt-link-btn-3 {
    padding: 9px 15px;
  }
}

.tab-content .gt-event-box-item .pharma-event-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.tab-content .gt-event-box-item .gt-event-content {
  margin-top: 30px;
}

.tab-content .gt-event-box-item .gt-event-content .pharma-event-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .tab-content .gt-event-box-item .gt-event-content .pharma-event-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.tab-content .gt-event-box-item .gt-event-content .pharma-event-list li {
  font-size: 16px;
  font-weight: 400;
  color: #4D55CC;
  padding: 8px 16px;
  background-color: var(--ph-white);
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #4D55CC;
  transition: all 0.4s ease-in-out;
}

.tab-content .gt-event-box-item .gt-event-content .pharma-event-list li:hover {
  background-color: var(--ph-theme-2);
  border: 1px solid var(--ph-theme-2);
  color: var(--ph-white);
}

.tab-content .gt-event-box-item .gt-event-content .pharma-event-list li i {
  margin-right: 5px;
}

.tab-content .gt-event-box-item .gt-event-content h3 {
  margin-bottom: 10px;
}

.tab-content .gt-event-box-item .gt-event-content h3 a:hover {
  color: var(--ph-theme);
}

.tab-content .gt-event-box-item .gt-event-content p {
  color: var(--ph-text-2);
  max-width: 390px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.tab-content .gt-event-box-item .gt-event-content .pharma-client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tab-content .gt-event-box-item .gt-event-content .pharma-client-info .ph-text h6 {
  color: var(--ph-theme-2);
}

.tab-content .gt-event-main-box-item {
  border-radius: 20px;
  background-color: var(--ph-white);
  padding: 25px;
}
.gt-our-event-section {
  position: relative;
  z-index: 9;
}

.gt-our-event-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(33, 28, 132, 0.9) 0%, rgba(9, 0, 255, 0.9) 52.88%, rgba(122, 115, 209, 0.9) 100%);
  z-index: -1;
}
.tab-content {
  margin-top: 60px;
  border-top: 1px none;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .tab-content {
    margin-top: 30px;
  }
}
.gt-concert-image video {
  width: 100%;
  height: 609px;
  border-radius: 40px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .gt-concert-image video {
    height: 400px;
  }
}

.gt-event-concert-section {
  margin-top: 60px;
  position: relative;
}
.scrolling-wrap-2 {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  padding: 15px 0;
}

.scrolling-wrap-2 .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 15px;
  cursor: pointer;
}

.scrolling-wrap-2 .comm .cmn-textslide {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--ph-white);
    font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}

.scrolling-wrap-2 .comm .cmn-textslide i {
  font-size: 21px;
}

.scrolling-wrap-2 .comm .cmn-textslide.text-color-2 {
  color: var(--ph-header);
}

.scrolling-wrap-2:hover .comm {
  animation-play-state: paused;
}

@media (max-width: 1399px) {
  .scrolling-wrap-2 .comm {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .scrolling-wrap-2 {
    gap: 14px;
  }

  .scrolling-wrap-2 .comm {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .scrolling-wrap-2 .comm {
    gap: 12px;
  }
}

.mycustom-marque.style-2 {
  transform: rotate(-2.579deg);
  position: relative;
  z-index: -1;
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .mycustom-marque.style-2 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mycustom-marque.style-2 {
    margin-bottom: 80px;
  }
}

.mycustom-marque.theme-green-bg {
  background-color: var(--ph-theme-2);
}

.mycustom-marque.theme-pink-bg {
  background: #D8CEF0;
}

.mycustom-marque.theme-pink-bg .scrolling-wrap-2 .comm {
  animation: scrollRight 60s linear infinite;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.mycustom-marque.theme-pink-bg .scrolling-wrap-2 .cmn-textslide {
  color: var(--ph-header);
}

.mycustom-marque.theme-pink-bg .scrolling-wrap-2 .cmn-textslide i {
  color: var(--ph-header);
}

.mycustom-marque.header-marque .scrolling-wrap {
  padding: 5px 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrolly {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-60%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.gt-feature-bg-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .gt-feature-bg-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .gt-feature-bg-wrapper {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .gt-feature-bg-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .gt-feature-bg-wrapper {
    padding: 30px;
  }
}

.gt-feature-bg-wrapper .gt-ai-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .gt-feature-bg-wrapper .gt-ai-image {
    display: none;
  }
}

.gt-feature-bg-wrapper .gt-ai-image img {
  width: 100%;
  height: 100%;
}

.gt-feature-bg-wrapper .gt-feature-content h2 {
  color: var(--ph-white);
  margin-bottom: 10px;
}

.gt-feature-bg-wrapper .gt-feature-content h4 {
  color: var(--ph-white);
  margin-bottom: 20px;
}

.gt-feature-bg-wrapper .gt-feature-content p {
  color: var(--ph-white);
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 35px;
}

.gt-feature-bg-wrapper .gt-feature-content .ph-theme-btn.ph-theme-btn-2.ph-border-btn {
  border: 1px solid var(--ph-white);
  color: var(--ph-white);
}

.gt-feature-bg-wrapper .gt-feature-content .ph-theme-btn.ph-theme-btn-2.ph-border-btn i {
  color: var(--ph-white);
}

.gt-feature-bg-wrapper .gt-feature-content .ph-theme-btn.ph-theme-btn-2.ph-border-btn:hover {
  border: 1px solid #4D55CC;
}

.gt-feature-bg-wrapper .gt-coming-soon-time {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .gt-feature-bg-wrapper .gt-coming-soon-time {
    flex-wrap: wrap;
  }
}

.gt-feature-bg-wrapper .gt-coming-soon-time .gt-timer-content {
  text-align: center;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--ph-white);
  border-radius: 100%;
}

.gt-feature-bg-wrapper .gt-coming-soon-time .gt-timer-content h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ph-header);
  line-height: 1;
}

.gt-feature-bg-wrapper .gt-coming-soon-time .gt-timer-content p {
  font-size: 14px;
  font-weight: 300;
  color: var(--ph-header);
  text-transform: uppercase;
}

.gt-coming-soon-items {
  text-align: center;
  position: relative;
}

.gt-coming-soon-items .gt-coming-soon-image {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gt-coming-soon-items .gt-coming-soon-image img {
  width: 100%;
  height: 100%;
}

.gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time {
    flex-wrap: wrap;
    position: static;
    transform: translate(0);
    margin-top: 30px;
    justify-content: center;
  }
}

.gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content {
  text-align: center;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--ph-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
  border-radius: 100%;
}

@media (max-width: 767px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content {
    width: 100px;
    height: 100px;
  }
}

.gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content h3 {
  font-size: 64px;
  font-weight: 800;
  color: var(--ph-header);
  line-height: 1;
}

@media (max-width: 1199px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content h3 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content h3 {
    font-size: 28px;
  }
}

.gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content p {
  font-size: 20px;
  font-weight: 400;
  color: var(--ph-header);
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .gt-coming-soon-items .gt-coming-soon-image .gt-coming-soon-time .gt-timer-content p {
    font-size: 14px;
  }
}

.gt-coming-soon-items .gt-coming-soon-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .gt-coming-soon-items .gt-coming-soon-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .gt-coming-soon-items .gt-coming-soon-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .gt-coming-soon-items .gt-coming-soon-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .gt-coming-soon-items .gt-coming-soon-content h2 {
    font-size: 28px;
  }
}

.gt-coming-soon-items .gt-coming-soon-content p {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .gt-coming-soon-items .gt-coming-soon-content p {
    margin-bottom: 30px;
  }
}

.gt-coming-soon-items .gt-coming-soon-content form {
  max-width: 752px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .gt-coming-soon-items .gt-coming-soon-content form {
    text-align: left;
  }
}

.gt-coming-soon-items .gt-coming-soon-content .form-clt {
  position: relative;
}

.gt-coming-soon-items .gt-coming-soon-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.07);
  line-height: 1;
  padding: 20px;
  max-width: 664px;
  color: var(--ph-header);
}

@media (max-width: 470px) {
  .gt-coming-soon-items .gt-coming-soon-content .form-clt input {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.gt-coming-soon-items .gt-coming-soon-content .form-clt .ph-theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

@media (max-width: 470px) {
  .gt-coming-soon-items .gt-coming-soon-content .form-clt .ph-theme-btn {
    position: static;
  }
}

.gt-feature-bg-section {
  position: relative;
}

.gt-feature-bg-section .gt-top-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gt-feature-bg-section .gt-top-shape img {
  width: 100%;
  height: 100%;
}

.gt-counter-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .gt-counter-wrapper-4 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.gt-counter-wrapper-4 .gt-counter-item {
  width: 100%;
  height: 388.462px;
  width: 388.462px;
  border-radius: 388.462px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gt-counter-wrapper-4 .gt-counter-item.gt-style-2 {
  margin-left: -35px;
}

@media (max-width: 991px) {
  .gt-counter-wrapper-4 .gt-counter-item.gt-style-2 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .gt-counter-wrapper-4 .gt-counter-item {
    height: 330.462px;
    width: 330.462px;
  }
}

@media (max-width: 767px) {
  .gt-counter-wrapper-4 .gt-counter-item {
    height: 300.462px;
    width: 300.462px;
  }
}

.gt-counter-wrapper-4 .gt-counter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home-4/counter/bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.gt-counter-wrapper-4 .gt-counter-item .gt-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.gt-counter-wrapper-4 .gt-counter-item .gt-content .gt-icon {
  margin-bottom: 10px;
}

.gt-counter-wrapper-4 .gt-counter-item .gt-content h3 {
  font-weight: 600;
  color: #686868;
}

.gt-counter-wrapper-4 .gt-counter-item .gt-content h2 {
  font-size: 75px;
  color: var(--ph-white);
}

.gt-counter-wrapper-4 .gt-counter-item:hover .gt-content h3 {
  color: var(--ph-white);
}

.gt-counter-wrapper-4 .gt-counter-item:hover::before {
  opacity: 1;
  z-index: 9;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .header-main .logo .header-logo img {
    width:206px;
  }
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 32px;
}

@media (max-width: 1199px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--ph-header);
    font-family: 'Roboto', sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}

.header-main .main-menu ul li a:hover {
  color: var(--ph-theme) !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--ph-header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--ph-theme);
  background-color: var(--ph-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.34px;
  color: var(--ph-header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--ph-theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li a:hover {
  color: var(--ph-theme) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  color: var(--ph-theme) !important;
  margin-left: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::before {
  width: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--ph-theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--ph-theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--ph-white);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .ph-theme-btn {
  color: var(--ph-white);
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .ph-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .ph-theme-btn {
  padding: 18px 30px;
  justify-content: center;
  line-height: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .ph-theme-btn:hover {
  color: var(--ph-white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
    font-family: 'Roboto', sans-serif;
  color: var(--ph-header);
}

.header-main .main-menu ul li:hover>a {
  color: var(--ph-theme);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--ph-theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .header-right {
  gap: 30px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 1899px) {
  .header-1.header-new {
    position: static;
  }
}

.header-1 .container-fluid {
  padding: 0 110px;
}

@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 120px;
}

@media (max-width: 991px) {
  .header-1 .header-left .logo .header-logo img {
    width: 100px;
  }
}

.header-1 .header-right {
  gap: 50px;
}

@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 30px;
  }
}

.header-1 .header-right .header-right-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .header-1 .header-right .header-right-icon {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .header-1 .header-right .header-right-icon {
    gap: 15px;
  }
}

.header-1 .header-right .header-right-icon .search-toggler {
  font-size: 20px;
  color: var(--ph-header);
}

@media (max-width: 1199px) {
  .header-1 .header-right .header-right-icon .search-toggler {
    display: none;
  }
}

@media (max-width: 1399px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}

.header-1 .header-right .header-button .ph-theme-btn {
  padding: 12px 25px;
}

.header-1 .header-right .header-button .ph-theme-btn i {
  transform: rotate(0);
  color: var(--ph-white);
}

.header-1 .header-right .sidebar__toggle {
  color: var(--ph-theme);
}

.header-1.header-2 .header-main .logo .header-logo-2 {
  display: none;
}



/* White color for nav items on index page only (non-sticky state) */
body.index-page .header-1.header-2:not(.sticky) .header-main .header-right .main-menu ul li a {
  color: var(--ph-white);
}

/* Sticky header style (applies to all pages including index) */
.sticky.header-2 .header-main .header-right .main-menu ul li a {
  color: var(--ph-header) !important;
}

/* Active/hover state for all pages */
.header-1.header-2 .header-main .header-right .main-menu ul li a:hover,
.header-1.header-2 .header-main .header-right .main-menu ul li.active a {
  color: var(--ph-theme-color);
}

.header-1.header-2 .header-main .header-right .main-menu ul li .submenu {
  border-top: 6px solid var(--ph-theme);
}

.header-1.header-2 .header-main .header-right .main-menu ul li .submenu li a {
  color: var(--ph-header) !important;
}

.header-1.header-2 .header-main .header-right .main-menu ul li .submenu li a::before {
  background: var(--ph-theme-2);
}

.header-1.header-2 .header-main .header-right .main-menu ul li .submenu li a:hover {
  color: var(--ph-theme-2) !important;
}

.header-1.header-2 .header-main .header-right .header-right-icon .search-toggler {
  color: var(--ph-white);
}

.header-1.header-2 .header-main .header-right .header-button .ph-theme-btn {
  background-image: linear-gradient(to right, #90f 0%, #58aae3 50%, #5fe2d7 100%);
  border-radius: 6px;
}

.header-1.header-2 .header-main .header-right .header-button .ph-theme-btn i {
  transform: rotate(0);
  color: var(--ph-white);
}

.header-1.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--ph-theme);
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--ph-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-right {
  padding-bottom: 0;
  margin-top: 0;
}

.sticky.header-2 .header-main .logo .header-logo {
  display: none;
}

.sticky.header-2 .header-main .logo .header-logo-2 {
  display: block;
}

.sticky.header-2 .header-main .header-right .main-menu ul li a {
  color: var(--ph-header);
}

.sticky.header-2 .header-main .header-right .main-menu ul li .submenu li a {
  color: var(--ph-header);
}

.sticky.header-2 .header-main .header-right .header-right-icon .search-toggler {
  color: var(--ph-header);
}

.sticky.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--ph-header);
}
.offcanvas__info {
  background: var(--ph-white) none repeat scroll 0 0;
  border-left: 2px solid var(--ph-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.style-offcanvas-2 .offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.style-offcanvas-2 .offcanvas__info {
  background: var(--ph-white) none repeat scroll 0 0;
  border-left: 2px solid var(--ph-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.style-offcanvas-2 .offcanvas__info::-webkit-scrollbar {
  display: none;
}

@media (max-width: 450px) {
  .style-offcanvas-2 .offcanvas__info {
    width: 300px;
  }
}

.style-offcanvas-2 .mean-nav>ul>li>a:hover {
  color: var(--ph-theme) !important;
}

.style-offcanvas-2 .mean-container .mean-nav ul li li a {
  color: #1C1D20 !important;
}

.style-offcanvas-2 .mean-container .mean-nav ul li li a:hover {
  color: var(--ph-theme) !important;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--ph-black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--ph-theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close.gt-close-2 {
  background-color: var(--ph-theme-2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close.gt-close-3 {
  background-color: var(--ph-theme-3);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--ph-white);
}

.offcanvas__wrapper .offcanvas__content .sideber-image {
  margin-top: 80px;
}

.offcanvas__wrapper .offcanvas__content .sideber-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  margin-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
  }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--ph-black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--ph-theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--ph-border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--ph-theme);
  color: var(--ph-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.gt-breadcrumb-wrapper {
  position: relative;
}

.gt-breadcrumb-wrapper .gt-top-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-top-shape {
    display: none;
  }
}

.gt-breadcrumb-wrapper .gt-top-shape img {
  width: 100%;
  height: 100%;
}

.gt-breadcrumb-wrapper .gt-line-shape {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0px;
  z-index: 999;
}

@media (max-width: 1600px) {
  .gt-breadcrumb-wrapper .gt-line-shape {
    display: none;
  }
}

.gt-breadcrumb-wrapper .gt-arrow-shape {
  position: absolute;
  left: 26%;
  bottom: 20%;
  z-index: 999;
}

@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-arrow-shape {
    display: none;
  }
}

.gt-breadcrumb-wrapper .container-fluid {
  padding: 100px 100px 20px;
}

@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .container-fluid {
    padding: 100px 40px 20px;
  }
}

@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .container-fluid {
    padding: 100px 30px 0;
  }
}

@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .container-fluid {
    padding: 100px 30px 0;
  }
}

@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .container-fluid {
    padding: 100px 25px 0;
  }
}

.gt-breadcrumb-wrapper .gt-page-heading {
  padding: 120px 70px 160px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 80px 30px 80px;
    background-image: none !important;
    background-color: var(--ph-text);
  }
}

@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 80px 30px 80px;
  }
}

@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 80px 30px 80px;
  }
}

.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--ph-white);
  font-size: 72px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 30px;
  }
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--ph-white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li span {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--ph-theme);
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--ph-theme);
  margin-right: 5px;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--ph-white);
}

.gt-error-items {
  text-align: center;
}

.gt-error-items .gt-error-image {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .gt-error-items .gt-error-image {
    margin-bottom: 40px;
  }
}

.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}

.gt-error-items .gt-error-image .gt-error-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .gt-error-items .gt-error-image .gt-error-shape {
    display: none;
  }
}

.gt-error-items h2 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .gt-error-items h2 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .gt-error-items h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .gt-error-items h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .gt-error-items h2 {
    font-size: 30px;
  }
}

.gt-error-items p {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ph-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ph-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}

.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .array-buttons {
    flex-wrap: wrap;
  }
}

.array-buttons .array-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #C9EDFF;
  color: var(--ph-theme);
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}

.array-buttons .array-prev:hover {
  background: linear-gradient(to right, #1539EE, #2ADDC8);
  color: var(--ph-white);
}

.array-buttons .array-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(to right, #1539EE, #2ADDC8);
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
}

.array-buttons .array-next:hover {
  background: #C9EDFF;
  color: var(--ph-theme);
}

.array-buttons-2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .array-buttons-2 {
    flex-wrap: wrap;
  }
}

.array-buttons-2 .array-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: var(--ph-header);
  color: #00E5FF;
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}

.array-buttons-2 .array-prev:hover {
  background: var(--ph-theme-2);
  color: var(--ph-white);
}

.array-buttons-2 .array-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: #2ADDC8;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
}

.array-buttons-2 .array-next:hover {
  background: var(--ph-theme-2);
  color: var(--ph-white);
}

.array-buttons-4 {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .array-buttons-4 {
    flex-wrap: wrap;
  }
}

.array-buttons-4 .array-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 255, 0), rgb(153, 0, 255));
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}

.array-buttons-4 .array-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgb(65, 65, 65);
  border-radius: 100%;
  text-align: center;
  background: transparent;
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
}

.array-buttons-4 .array-next:hover {
  background: linear-gradient(90deg, rgb(255, 255, 0), rgb(153, 0, 255));
  border: 1px none;
  color: var(--ph-white);
}

.swiper-dot {
  text-align: center;
}

.swiper-dot .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--ph-white);
  border-radius: 0;
  opacity: 1;
  position: relative;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ph-theme);
  border: 1px solid var(--ph-theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 0;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--ph-theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-dot-2 {
  text-align: center;
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--ph-white);
  border-radius: 30px;
  opacity: 1;
  position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ph-theme);
  border: 1px solid var(--ph-theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--ph-theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.footer-bg {
  background-color: var(--ph-header);
}

.page-nav-wrap {
  margin-top: 60px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
  border: 1px none;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(21, 57, 238, 0.2);
  background: transparent;
  color: var(--ph-header);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--ph-theme);
  transition: all 0.4s ease-in-out;
}

.page-nav-wrap ul li .page-numbers:hover {
  border-radius: 12px;
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
  border: 1px none;
}

.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--ph-white);
}

.swiper-number4 {
  text-align: center;
}

.swiper-number4 .swiper-number-bullet {
  transition: 0.6s;
  opacity: 1;
  border: 1px transparent;
  position: relative;
  color: var(--ph-white);
}

.swiper-number4 .swiper-number-bullet.swiper-number-bullet-active {
  background-color: var(--ph-theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  border-radius: 30px;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

/************ Home Video Section CSS ***********/
.pharma-video-section {
  position: relative;
}

@media (max-width: 1899px) {
  .pharma-video-section {
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
  .pharma-video-section {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .pharma-video-section {
    background-image: none !important;
  }
}

@media (max-width: 575px) {
  .pharma-video-section {
    margin-top: 70px;
    margin-bottom: 405px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 0px 15px;
    padding: 0 10px;
    overflow: visible;
    background-image: none !important;
  }
}

@media (max-width: 575px) {
  .pharma-video-section .gt-top-shape {
    display: initial;
  }
}

@media (max-width: 1199px) {
  .pharma-video-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .pharma-video-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .pharma-video-section .container-fluid {
    padding: 0 0;
  }
}

.pharma-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.pharma-home-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.3) 20%,
      rgba(0, 0, 0, 0.1) 100%);
}



.pharma-event-card {
margin-left:56px;
border-radius: 10px;
margin-top: 100px;
}
/*.pharma-cards{*/
/*    box-shadow: 0px 0px 11px #9c9c9c;*/
/*    padding: 28px;*/
/*    border-radius: 10px;*/
/*}*/
.hero-event-cards {
  position: relative;
  z-index: 2;
}

/*.event-card {*/
/*  color: white;*/
/*  padding: 30px;*/
/*  box-shadow: none;*/
/*  height: 100%;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  transition: all 0.3s ease;*/
/*  border: none !important;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  box-shadow: 0px 0px 4px white;*/
/*    margin: 0px 5px;*/
/*     border-radius: 10px;*/
/*}*/

.event-card:hover {
  transform: translateY(-3px);
}



.card-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin: 0 10px 0 0;
  line-height: 1.3;
}

.card-date {
  font-size: 21px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.card-location {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}

.card-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.card-btn {
  padding: 12px 7px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
  font-size: 16px;
}

.register {
    background: #0ea0cf;
    color: #d3e0e0;
}


.enquiry {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.register:hover {
   background: transparent;
  color: white;
   border: 2px solid white;
}

.enquiry:hover {
   background: #0ea0cf;
    color: #d3e0e0;
}

.event-heading-row {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .hero-event-cards {
    flex-direction: column;
    height: auto !important;
  }

  .event-card {
    padding: 25px;
  }

  .card-header h3 {
    font-size: 20px;
  }

  .card-date {
    font-size: 18px;
  }

  .card-location {
    font-size: 16px;
  }
}

/************ HOME VIDEO CSS END *******************/

/* --------------------------------------------
         Home Marquee Section
 ---------------------------------------------- */
.home-marque-section {
  position: relative;
}

.home-marque-section .overlay-shape {
  position: absolute;
  left: 0;
  top: 288px;
  z-index: 999;
}

@media (max-width: 1199px) {
  .home-marque-section .overlay-shape {
    display: none;
  }
}

.home-marque-section .overlay-shape-2 {
  position: absolute;
  right: 0;
  top: 288px;
  z-index: 999;
}

@media (max-width: 1199px) {
  .home-marque-section .overlay-shape-2 {
    display: none;
  }
}
.marquee-text-slider-3 {
  background-color: var(--ph-bg);
}

.marquee-text-slider-3.style-11 {
  background-color: transparent;
  padding: 0;
  margin-top: 50px;
  position: relative;
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .marquee-text-slider-3.style-11 {
    margin-left: 0;
  }
}

.marquee-text-slider-3.style-11 .marquee-text-3 {
  display: flex;
  align-items: center;
  background-color: var(--ph-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  line-height: 1;
  border-radius: 30px;
}

.marquee-text-slider-3.style-11 .marquee-text-3.bg-cover {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.marquee-text-slider-3.style-11 .marquee-text-3.bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home-1/marque/bg-image.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.marquee-text-slider-3.style-11 .marquee-text-3 .text-marquee {
  font-size: 16px;
  font-weight: 600;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
}

.marquee-text-slider-3.style-11 .marquee-text-3:hover .text-marquee {
  color: var(--ph-white);
}

.marquee-text-slider-3.style-11 .marquee-text-3:hover.bg-cover::before {
  opacity: 1;
}

.marquee-text-slider-3.style-12 {
  background-color: transparent;
  padding-top: 30px;
  margin-top: 0;
  margin-right: 50px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .marquee-text-slider-3.style-12 {
    padding-bottom: 80px;
  }
}

.marquee-text-slider-3.style-12 .marquee-text-3 {
  display: flex;
  align-items: center;
  background-color: var(--ph-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  line-height: 1;
  border-radius: 30px;
}

.marquee-text-slider-3.style-12 .marquee-text-3.bg-cover {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.marquee-text-slider-3.style-12 .marquee-text-3.bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home-1/marque/bg-image.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.marquee-text-slider-3.style-12 .marquee-text-3 .text-marquee {
  font-size: 16px;
  font-weight: 600;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
}

.marquee-text-slider-3.style-12 .marquee-text-3:hover .text-marquee {
  color: var(--ph-white);
}

.marquee-text-slider-3.style-12 .marquee-text-3:hover.bg-cover::before {
  opacity: 1;
}
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  padding: 50px 0 0;
  position: relative;
  z-index: 999;
}

.scrolling-wrap.gt-style-3 {
  padding: 7px 0 0;
}

.scrolling-wrap.gt-style-inner {
  padding: 7px 0 0;
}

.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 20px;
  cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 96px;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2ADDC8;
  transition: all 0.4s ease-in-out;
}

.scrolling-wrap .comm .cmn-textslide:hover {
  color: var(--ph-header);
  -webkit-text-stroke-color: transparent;
}

.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }

  .scrolling-wrap .comm {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: var(--ph-black);
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border: none;
    font-family: 'Roboto', sans-serif;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--ph-theme);
}

.mean-container .mean-nav ul li .submenu li a {
  border-bottom: none !important;
  font-size: 14px;
  padding: 6px 0;
  color: #9A9A9A;
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--ph-theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  border-radius: 16px;
  background: var(--ph-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
  padding: 30px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}

.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  border-radius: 4px;
  background: rgba(77, 85, 204, 0.07);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--ph-header);
}

.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input::placeholder {
  color: var(--ph-header);
}

.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 4px;
  font-size: 18px;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
    font-size: 30px;
  }
}

.gt-main-sideber .gt-single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--ph-header);
  transition: all 0.4s ease-in-out;
  border-radius: 12px;
  padding: 12px 15px;
}

.gt-main-sideber .gt-single-sideber-widget ul li a {
  color: var(--ph-header);
}

.gt-main-sideber .gt-single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--ph-header);
}

.gt-main-sideber .gt-single-sideber-widget ul li:hover {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
}

.gt-main-sideber .gt-single-sideber-widget ul li:hover a {
  color: var(--ph-white);
}

.gt-main-sideber .gt-single-sideber-widget ul li:hover span {
  color: var(--ph-white);
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
  margin-bottom: 20px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb {
  margin-bottom: 15px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 24px;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content .gt-list li {
  color: #4D55CC;
  padding: 0;
  background: none;
}

.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h4 a:hover {
  color: var(--ph-theme);
}

.gt-main-sideber .gt-single-sideber-widget .gt-tagcloud a {
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--ph-header);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
}

.gt-main-sideber .gt-single-sideber-widget .gt-tagcloud a:last-child {
  margin-right: 0;
}

.gt-main-sideber .gt-single-sideber-widget .gt-tagcloud a:hover {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--ph-white);
  border: 1px solid transparent;
  background-image: near-gradient(#fff, #fff), linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  background-origin: border-box;
}

.gt-news-details-post .gt-news-details-image {
  position: relative;
  margin-bottom: 30px;
}

.gt-news-details-post .gt-news-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gt-news-details-post .gt-news-details-image span {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--ph-theme);
  color: var(--ph-white);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 100px;
  line-height: 1;
}

.gt-news-details-post .gt-news-details-content {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content {
    margin-left: 0;
  }
}

.gt-news-details-post .gt-news-details-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .gt-news-details-post .gt-news-details-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .gt-news-details-post .gt-news-details-content h2 {
    font-size: 25px;
  }
}

.gt-news-details-post .gt-news-details-content p {
  color: var(--ph-header);
  margin-bottom: 15px;
}

.gt-news-details-post .gt-news-details-content h5 {
  color: #211C84;
  border-bottom: 1px solid rgba(21, 57, 238, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.gt-news-details-post .gt-news-details-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .gt-news-details-post .gt-news-details-content h3 {
    font-size: 20px;
  }
}

.gt-news-details-post .gt-news-details-content p {
  margin-bottom: 30px;
}

.gt-news-details-post .gt-news-details-content .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gt-news-details-post .gt-news-details-content .gt-list-content h3 {
  font-size: 32px;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-list-content h3 {
    font-size: 25px;
  }
}

.gt-news-details-post .gt-news-details-content .gt-list-content p {
  margin-bottom: 0;
}

.gt-news-details-post .gt-news-details-content .gt-list-content .gt-list {
  margin-top: 20px;
}

.gt-news-details-post .gt-news-details-content .gt-list-content .gt-list li {
  font-size: 16px;
  font-weight: 600;
  color: var(--ph-header);
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-list-content .gt-list li {
    font-size: 14px;
  }
}

.gt-news-details-post .gt-news-details-content .gt-list-content .gt-list li:not(:last-child) {
  margin-bottom: 12px;
}

.gt-news-details-post .gt-news-details-content .gt-list-content .gt-list li i {
  margin-right: 10px;
  color: var(--ph-theme-2);
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0;
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .tagcloud span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  color: var(--ph-header);
    font-family: 'Roboto', sans-serif;
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 10px 25px;
  line-height: 1;
  border-radius: 100px;
  background: linear-gradient(0deg, rgba(77, 85, 204, 0.07) 0%, rgba(77, 85, 204, 0.07) 100%), #FFF;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  color: var(--ph-header);
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    padding: 10px 18px;
  }
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .tagcloud a:hover {
  background-color: var(--ph-theme);
  color: var(--ph-white);
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--ph-header);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}

.gt-news-details-post .gt-news-details-content .gt-tag-share-wrap .social-share a:hover {
  color: var(--ph-white);
  background-color: var(--ph-theme);
}

.gt-news-details-post .gt-news-details-content .gt-comments-area {
  margin-top: 40px;
}

.gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}

@media (max-width: 575px) {
  .gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment.gt-style-2 {
  margin-left: 100px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment.gt-style-2 {
    margin-left: 0;
  }
}

.gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .head .con h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}

.gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply {
  border-radius: 20px;
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--ph-header);
  color: var(--ph-white);
  transition: all 0.4s ease-in-out;
}

.gt-news-details-post .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply:hover {
  background-color: var(--ph-theme-2);
}

.gt-news-details-post .gt-news-details-content .gt-comment-form-wrap h3 {
  border-bottom: 1.2px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 32px;
}

@media (max-width: 1199px) {
  .gt-news-details-post .gt-news-details-content .gt-comment-form-wrap h3 {
    font-size: 25px;
  }
}

.gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt span {
  color: var(--ph-header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt input, .gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  background: rgba(77, 85, 204, 0.07);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--ph-header);
}

.gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt input::placeholder, .gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--ph-header);
}

.gt-news-details-post .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}

.small-toggle-btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.small-toggle-btn .small-play-btn {
  display: inline-block;
}

.small-toggle-btn .small-play-btn:before {
  content: "\f04b";
  font: 1em "FontAwesome";
}

.small-toggle-btn .small-pause-btn {
  display: inline-block;
}

.small-toggle-btn .small-pause-btn:before {
  content: "\f04c";
  font: 1em "FontAwesome";
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--ph-theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Sora", sans-serif, "Sora", sans-serif;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--ph-theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--ph-header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
    font-family: 'Roboto', sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--ph-theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: var(--ph-bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.gt-back-to-top {
  background-color: var(--ph-theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--ph-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@media (max-width: 575px) {
  .gt-back-to-top {
    display: none;
  }
}

.gt-back-to-top:hover {
  background-color: var(--ph-header);
  color: var(--ph-bg);
}

.gt-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--ph-theme);
  background-color: var(--ph-theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--ph-theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--ph-text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--ph-theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--ph-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--ph-text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--ph-header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--ph-white);
  background-color: var(--ph-theme);
  transition: all 0.4s ease-in-out;
}

.search-popup__form .search-btn:hover {
  background-color: var(--ph-black);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.gt-section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gt-section-title {
    margin-bottom: 0;
  }
}

.gt-section-title .gt-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ph-theme);
    font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-radius: 100px;
  background: rgba(21, 57, 238, 0.1);
  padding: 10px 24px;
  line-height: 1;
  display: inline-block;
}

.gt-section-title .gt-sub-title.gt-style-4 {
  color: var(--ph-theme-3);
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 15px;
}

.gt-section-title .gt-sub-title.gt-style-5 {
  font-family: "Yellowtail", sans-serif;
  color: var(--ph-theme-4);
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 15px;
  letter-spacing: 1.3px;
  font-size: 18px;
}

.gt-section-title .gt-sub-title.ph-bg {
  background: rgba(255, 255, 255, 0.1);
}

.gt-section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
        .gt-event-ticket-section-2 {
    position: relative;
}

.gt-event-ticket-section-2 .gt-left-shape {
    position: absolute;
    left: 50px;
    bottom: 270px;
}
.gt-event-ticket-section-2 .gt-right-shape-2 {
    position: absolute;
    right: 0;
    top: -20%;
}
.gt-event-ticket-section-2 .gt-right-shape {
    position: absolute;
    right: 50px;
    bottom: 230px;
}
@media (max-width: 767px) {
  .gt-section-title-2 {
    margin-bottom: 0;
  }
}

.gt-section-title-2 .gt-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #7A73D1;
    font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  text-transform: uppercase;
}

.gt-section-title-2 .gt-sub-title.style-3 {
  position: relative;
}

.gt-section-title-2 .gt-sub-title.style-3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  left: 38px;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3 .right-small-border {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  right: 38px;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3 .right-large-border {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  right: 0;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 {
  position: relative;
}

.gt-section-title-2 .gt-sub-title.gt-style-2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  left: 38px;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 .right-small-border {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  right: 38px;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 .right-large-border {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  right: 0;
  top: 10px;
  background-color: var(--ph-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 h2 span {
  background: linear-gradient(90deg, #2ADDC8 47.48%, #7A73D1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}

.gt-section-title-area .gt-section-title-2 {
  margin-bottom: 0;
}

.gt-section-title-area .gt-section-title {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .gt-section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .gt-section-title-area {
    margin-bottom: 0;
  }
}

.gt-section-title-area .rating span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(136, 136, 136);
}

.gt-section-title-area .rating .star {
  margin-top: 5px;
  color: rgb(255, 8, 8);
}

.gt-section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.gt-section-title-area .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #ABABAB;
  padding: 0;
}

.gt-section-title-area .nav .nav-item .nav-link.active {
  color: var(--ph-theme);
}

.gt-section-title-area .gt-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .gt-section-title-area .gt-nav {
    flex-wrap: wrap;
    gap: 20px;
    border: 1px none;
  }
}

.gt-section-title-area .gt-nav li .nav-link {
  transition: all 0.4s ease-in-out;
  padding: 12px 15px;
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.2);
  line-height: 1;
  color: var(--ph-header);
  font-weight: 600;
}

.gt-section-title-area .gt-nav li .nav-link.active {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(90deg, #1539EE 0%, #90F 100%);
  color: var(--ph-white);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--ph-bg-2);
}

.section-bg-1 {
  background-color: var(--ph-bg);
}

.text-bg {
  background-color: var(--ph-text);
}

.black-bg {
  background-color: var(--ph-black);
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.pharma-service-wrapper .pharma-service-content .ph-text {
  color: #6d6d7c;
  margin-top: 30px;
}

.pharma-service-wrapper .pharma-service-content .ph-theme-btn.ph-theme-btn-2 {
  position: relative;
  z-index: 999;
}

.pharma-service-wrapper .pharma-service-content .gt-man-image {
  margin-top: -60px;
  text-align: right;
  margin-bottom: -35px;
}

@media (max-width: 1600px) {
  .pharma-service-wrapper .pharma-service-content .gt-man-image {
    left: 18%;
  }
}

@media (max-width: 1199px) {
  .pharma-service-wrapper .pharma-service-content .gt-man-image {
    display: none;
  }
}


.pharma-service-wrapper .gt-service-dark-box {
  background-color: var(--ph-white);
  padding: 40px 60px 0;
  position: relative;
  z-index: 9;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .pharma-service-wrapper .gt-service-dark-box {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .pharma-service-wrapper .gt-service-dark-box {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .pharma-service-wrapper .gt-service-dark-box {
    padding: 30px;
  }
}

.pharma-service-wrapper .gt-service-dark-box .gt-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pharma-service-wrapper .gt-service-dark-box .gt-shape img {
  width: 100%;
  height: 100%;
}

.pharma-service-wrapper .gt-service-dark-box h6 {
  color: var(--ph-theme);
}

.pharma-service-wrapper .gt-service-dark-box .gt-service-image {
  margin-top: 30px;
  max-width: 525px;
}

.pharma-service-wrapper .gt-service-dark-box .gt-service-image img {
  width: 100%;
  height: 100%;
}

.pharma-service-section{
  position: relative;
}

.pharma-service-section.gt-star-shape {
  position: absolute;
  left: 100px;
  bottom: 170px;
}

@media (max-width: 1199px) {
  .pharma-service-section.gt-star-shape {
    display: none;
  }
}
/***************** Meet-Speaker Section **************************/
.gt-meet-speaker-items {
  text-align: center;
  margin-bottom: 200px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .gt-meet-speaker-items {
    margin-bottom: 250px;
  }
}

@media (max-width: 1199px) {
  .gt-meet-speaker-items {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.gt-meet-speaker-items .swiper.gt-speaker-slider {
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide {
  position: relative;
  overflow: visible;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 {
  padding-top: 30px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .speaker-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .speaker-image img {
  width: 250px;
  height:250px;
  max-width: 250px;
  transition: transform 0.5s ease;
  transform: scale(1);
  transform-origin: center center;
  display: block;
  border-radius:50%;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  margin-top: 50px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active {
  z-index: 10;
  padding-top: 30px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active .speaker-image img {
  transform: scale(1.2);
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
}

.gt-meet-speaker-section {
  position: relative;
}

.gt-meet-speaker-section .gt-left-image {
  position: absolute;
  bottom: 120px;
  left: 0;
}

@media (max-width: 1199px) {
  .gt-meet-speaker-section .gt-left-image {
    display: none;
  }
}

.gt-meet-speaker-section .gt-left-image .array-buttons-3 .array-prev {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--ph-white);
  color: #4D55CC;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.gt-meet-speaker-section .gt-left-image .array-buttons-3 .array-prev:hover {
  background-color: #4D55CC;
  color: var(--ph-white);
}

.gt-meet-speaker-section .gt-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 0px 1000px 1000px 0px;
}

.gt-meet-speaker-section .gt-right-image {
  position: absolute;
  bottom: 120px;
  right: 0;
}

@media (max-width: 1199px) {
  .gt-meet-speaker-section .gt-right-image {
    display: none;
  }
}

.gt-meet-speaker-section .gt-right-image .array-buttons-3 .array-next {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: #4D55CC;
  color: var(--ph-white);
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.gt-meet-speaker-section .gt-right-image .array-buttons-3 .array-next:hover {
  background-color: var(--ph-white);
  color: #4D55CC;
}

.gt-meet-speaker-section .gt-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 1000px 0px 0px 1000px;
}
/************* Sponsor Section ****************/
.gt-sponsor-item {
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.07);
  padding: 25px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.gt-sponsor-item .gt-hover-bg {
  border-radius: 100px;
  background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
  padding: 35px 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.gt-sponsor-item .gt-hover-bg h4 a {
  color: var(--ph-white);
}

.gt-sponsor-item:hover .gt-hover-bg {
  opacity: 1;
  visibility: visible;
}

.gt-sponsor-bg-wrapper {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 150px 90px 60px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .gt-sponsor-bg-wrapper {
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .gt-sponsor-bg-wrapper {
    padding: 50px;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .gt-sponsor-bg-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .gt-sponsor-bg-wrapper {
    padding: 30px;
  }
}

.gt-sponsor-bg-wrapper .pharma-event-right {
  position: absolute;
  right: 0;
  top: 170px;
}

@media (max-width: 1199px) {
  .gt-sponsor-bg-wrapper .pharma-event-right {
    display: none;
  }
}

.gt-sponsor-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #2ADDC8 0%, #1539EE 100%);
  opacity: 0.8;
  z-index: -1;
}

.gt-sponsor-bg-wrapper .gt-sponsor-content {
  position: relative;
}

.gt-sponsor-bg-wrapper .gt-sponsor-content h2 {
  color: var(--ph-white);
  margin-bottom: 10px;
}

.gt-sponsor-bg-wrapper .gt-sponsor-content p {
  color: var(--ph-white);
  max-width: 690px;
  margin-bottom: 30px;
}

.gt-sponsor-bg-wrapper .gt-sponsor-content .ph-theme-btn {
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #fff 100%);
  color: var(--ph-theme);
}

.gt-sponsor-bg-wrapper .gt-sponsor-content .ph-theme-btn:hover {
  background-image: linear-gradient(to right, #ffabf4 0%, #1539EE 50%, #ffabf4 100%);
  color: var(--ph-white);
}

.gt-sponsor-bg-wrapper .gt-sponsor-content .ph-theme-btn:hover i {
  color: var(--ph-white);
}

.gt-sponsor-bg-wrapper .gt-qr-image img {
  width: 100%;
  height: 100%;
}

/************** Testimonial Section *******************/
@media (max-width: 575px) {
  .gt-testimonial-wrapper {
    margin-top: 30px;
  }
}

.gt-testimonial-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}

.gt-testimonial-wrapper .swiper-slide.swiper-slide-shadow {
  box-shadow: none !important;
}

.gt-testimonial-wrapper .swiper-slide .th-testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.gt-testimonial-wrapper .swiper-3d .swiper-slide-shadow {
  background: transparent;
}

.gt-testimonial-wrapper .gt-testimonial-card-item {
  position: relative;
}

.gt-testimonial-wrapper .gt-testimonial-card-item .array-buttons {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 999;
}

@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-card-item .array-buttons {
    left: 50%;
  }
}

@media (max-width: 991px) {
  .gt-testimonial-wrapper .gt-testimonial-card-item .array-buttons {
    left: 60%;
  }
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content .gt-star {
  color: #FFA620;
  font-weight: 900;
  margin-bottom: 10px;
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content p {
  font-size: 16px;
  line-height: 36px;
  color: #6d6d7c;
  max-width: 831px;
}

@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content p {
    font-size: 16px;
  }
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content .pharma-client-info {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content .pharma-client-info {
    margin-top: 30px;
  }
}

.gt-testimonial-wrapper .gt-testimonial-card-item .gt-testimonial-content .pharma-client-info span {
  font-size: 17px;
  color: var(--ph-theme);
}

.gt-testimonial-section {
  position: relative;
}

.gt-testimonial-section .gt-map-shape {
  position: absolute;
  left: 8%;
  bottom: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .gt-testimonial-section .gt-map-shape {
    display: none;
  }
}

.gt-testimonial-section .gt-map-shape img {
  width: 100%;
  height: 100%;
}

.gt-testimonial-section .gt-client-image {
  position: absolute;
  left: 13%;
  top: 20%;
}

@media (max-width: 1600px) {
  .gt-testimonial-section .gt-client-image {
    display: none;
  }
}

.gt-testimonial-section .gt-client-image-2 {
  position: absolute;
  left: 9%;
  bottom: 8%;
}

@media (max-width: 1600px) {
  .gt-testimonial-section .gt-client-image-2 {
    display: none;
  }
}

.gt-testimonial-section .gt-client-image-3 {
  position: absolute;
  top: 8%;
  right: 15%;
}

@media (max-width: 1600px) {
  .gt-testimonial-section .gt-client-image-3 {
    display: none;
  }
}

.gt-testimonial-section .gt-client-image-4 {
  position: absolute;
  top: 44%;
  right: 4%;
}

@media (max-width: 1600px) {
  .gt-testimonial-section .gt-client-image-4 {
    display: none;
  }
}

.gt-testimonial-section .gt-client-image-5 {
  position: absolute;
  bottom: 12%;
  right: 8%;
}

@media (max-width: 1600px) {
  .gt-testimonial-section .gt-client-image-5 {
    display: none;
  }
}


/* Why Exhibit */
.ph-text {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
    text-align:justify;
}
.gt-section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
        .why-exhibit-img {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            height: 100%;
            position: relative;
            animation: fadeInRight 1s ease-out;
        }
        
        .why-exhibit-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: all 0.4s ease;
        }
        
        .why-exhibit-img:hover img {
            transform: scale(1.05);
        }
/* Index Page  */
    .pharma-count-item {
    text-align: center;
    position: relative;
}
@media (max-width: 768px) {
    .pharma-count-item::after {
        display: none;
    }
}

.pharma-count-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

    .pharma-about2-img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Main Section Styles */
    .gt-faq-section {
        position: relative;
        /* padding: 80px 0; */
        overflow: hidden;
    }

    .gt-faq-image-column {
        position: relative;
        height: 100%;
    }

    .gt-faq-inner {
        position: relative;
        /* padding-bottom: 100px; */
    }

    /* Purple Background Shape */
    .gt-purple-bg-shape {
        position: absolute;
        bottom: 87px;
        left: 80px;
        width: 540px;
        height: 434px;
        border-radius: 40px;
        background-color: #0c99b0;
        animation: bounce-y 10s infinite linear;
        z-index: 0;
    }

    /* Circular Badge */
    .gt-circular-badge {
        position: absolute;
        bottom: 300px;
        right: 0;
        width: 220px;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid #F5F5F5;
        background: radial-gradient(circle, #4361EE 0%, #150036 100%);
        z-index: 1;
    }

    .gt-rotating-text {
        position: relative;
        fill: currentColor;
        height: auto;
        transform-origin: center;
        width: 202px;
        height: 202px;
        animation: fa-spin 30s infinite linear;
    }

    .gt-rotating-text text {
        position: relative;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.8px;
        font-family: 'Poppins', sans-serif;
        color: #F5F5F5;
        text-transform: uppercase;
    }

    .gt-badge-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid #F5F5F5;
        box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
        background-color: #F5F5F5;
        transform: translate(-50%, -50%);
    }

    /* Image Styles */
    .gt-main-image {
        position: relative;
        border-radius: 30px;
        margin-bottom: 0;
        overflow: hidden;
        width: 80%;
        z-index: 2;
    }

    .gt-overlay-image {
        position: absolute;
        margin-top: -200px;
        right: -168px !important;
        width: 75%;
        border-radius: 30px;
        overflow: hidden;
        border: 7px solid #F5F5F5;
        z-index: 3;
    }

    .gt-image-animation {
        position: relative;
        display: inline-flex;
        visibility: visible;
        overflow: hidden;
    }

    .gt-image-animation img {
        position: relative;
        border-radius: 30px;
        transform-origin: center;
        transition: all 300ms ease;
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    /* Content Styles */

    .pharma-about-content {
        padding: 20px;
    }

    .gt-section-title h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .ph-text {
        margin-bottom: 20px;
        line-height: 1.8;
        color: #555;
    }

    /* Animations */
    @keyframes bounce-y {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-20px);
        }
    }

    @keyframes fa-spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Responsive Styles */
    @media (max-width: 1699px) {
        .gt-purple-bg-shape {
            left: 57px;
        }

        .gt-overlay-image {
            right: 100px;
        }

        .gt-circular-badge {
            display: none;
        }
    }

    @media (max-width: 1199px) {
        .gt-purple-bg-shape {
            width: 450px;
            height: 500px;
        }
    }

    @media (max-width: 991px) {
        .gt-faq-inner {
            padding-bottom: 80px;
        }

        .gt-purple-bg-shape {
            width: 380px;
            height: 420px;
            bottom: 95px;
        }

        .gt-overlay-image {
            width: 50%;
            bottom: -150px;
        }
    }

    @media (max-width: 767px) {
        .row {
            flex-direction: column;
        }

        .gt-faq-inner {
            /* margin-bottom: 100px; */
            padding-bottom: 0;
        }

        .gt-purple-bg-shape {
            width: 100%;
            max-width: 400px;
            height: 400px;
            left: 20%;
            transform: translateX(-50%);
        }

        .gt-main-image {
            width: 90%;
            margin: 0 auto;
        }

        .gt-overlay-image {
            right: 5%;
            width: 75%;
            bottom: 25px;
        }

 .pharma-about-content {
    text-align: center;
    padding: 15px;
  }
    }

    @media (max-width: 575px) {
        .gt-purple-bg-shape {
            height: 350px;
        }

        .gt-overlay-image {
            bottom: -80px;
        }
    }
    .about-images {
        position: relative;
    }

    .img1,
    .img2 {
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .img1:hover,
    .img2:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }



    .img2 {
        position: absolute;
        bottom: -113px;
        right: 45px;
        border: 5px solid white;
    }

    @media (max-width: 768px) {
        .about-section {
            flex-direction: column;
            text-align: center;
        }

        .about-images {
            width: 90%;
            height: auto;
        }

        .img2 {
            bottom: -20px;
            right: -20px;
        }
    }

    /************* About Page CSS ************************/
    .importance-section {
        position: relative;
        padding: 80px 0;
        background: #f8faff;
        overflow: hidden;
    }

    .importance-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }

    .section-header {
        text-align: center;
        margin-bottom: 70px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-subtitle {
        font-size: 18px;
        color: #1539EE;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .section-title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.2;
        color: #0c2d6b;
    }

    .section-intro {
        font-size: 18px;
        color: #555;
        line-height: 1.7;
    }

    .importance-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 40px;
        margin-top: 50px;
    }

    .importance-card {
        background: white;
        border-radius: 20px;
        padding: 45px 35px;
        box-shadow: 0 10px 30px rgba(21, 57, 238, 0.08);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .importance-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(135deg, #1539EE 0%, #4ECDC4 100%);
        transition: height 0.5s ease;
        z-index: -1;
    }

    .importance-card:hover::before {
        height: 100%;
    }

    .importance-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 15px 40px rgba(21, 57, 238, 0.15);
    }

    .card-icon {
        width: 80px;
        height: 80px;
        background: rgba(21, 57, 238, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        transition: all 0.4s ease;
    }

    .importance-card:hover .card-icon {
        background: rgba(255, 255, 255, 0.2);
    }

    .card-icon i {
        font-size: 36px;
        color: #1539EE;
        transition: all 0.4s ease;
    }

    .importance-card:hover .card-icon i {
        color: white;
        transform: scale(1.1);
    }

    .card-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #0c2d6b;
        transition: all 0.4s ease;
    }

    .importance-card:hover .card-title {
        color: white;
    }

    .card-content {
        font-size: 16px;
        color: #666;
        line-height: 1.7;
        transition: all 0.4s ease;
    }

    .importance-card:hover .card-content {
        color: rgba(255, 255, 255, 0.9);
    }

    .highlight-box {
        background: linear-gradient(135deg, #1539EE 0%, #4ECDC4 100%);
        border-radius: 20px;
        padding: 60px;
        margin-top: 70px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        color: white;
    }

    .highlight-content {
        flex: 1;
        padding-right: 40px;
    }

    .highlight-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.3;
    }

    .highlight-text {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px;
        opacity: 0.9;
    }

    .highlight-btn {
        display: inline-block;
        background: white;
        color: #1539EE;
        padding: 16px 40px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    }

    .highlight-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .highlight-image {
        flex: 1;
        text-align: center;
    }

    .highlight-image img {
        max-width: 100%;
        border-radius: 15px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    /* Shapes and Decorations */
    .shape {
        position: absolute;
        z-index: 1;
        opacity: 0.1;
    }

    .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 2px solid #1539EE;
        top: 10%;
        right: 5%;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-bottom: 180px solid #4ECDC4;
        bottom: 10%;
        left: 8%;
        transform: rotate(25deg);
    }

    .diamond {
        width: 150px;
        height: 150px;
        background: #1539EE;
        transform: rotate(45deg);
        top: 25%;
        left: 5%;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .highlight-box {
            flex-direction: column;
            text-align: center;
        }

        .highlight-content {
            padding-right: 0;
            margin-bottom: 40px;
        }

        .importance-content {
            gap: 30px;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 36px;
        }

        .importance-card {
            padding: 35px 25px;
        }

        .card-icon {
            width: 70px;
            height: 70px;
            margin-bottom: 25px;
        }

        .card-title {
            font-size: 22px;
        }

        .highlight-box {
            padding: 40px 25px;
        }

        .highlight-title {
            font-size: 28px;
        }
    }

    @media (max-width: 576px) {
        .section-header {
            margin-bottom: 50px;
        }

        .section-subtitle {
            font-size: 16px;
        }

        .section-title {
            font-size: 32px;
        }

        .section-intro {
            font-size: 16px;
        }
    }

    .pharma-about2-img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Main Section Styles */
    .gt-faq-section {
        position: relative;
         padding: 40px 0; 
        overflow: hidden;
    }

    .gt-faq-image-column {
        position: relative;
        height: 100%;
    }

    .gt-faq-inner {
        position: relative;
        /* padding-bottom: 100px; */
    }

    /* Purple Background Shape */
    .gt-purple-bg-shape {
        position: absolute;
        bottom: 110px;
        left: 80px;
        width: 540px;
        height: 430px;
        border-radius: 40px;
        background-color: #1539EE;
        animation: bounce-y 10s infinite linear;
        z-index: 0;
    }

    /* Circular Badge */
    .gt-circular-badge {
        position: absolute;
        bottom: 300px;
        right: 0;
        width: 220px;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid #F5F5F5;
        background: radial-gradient(circle, #4361EE 0%, #150036 100%);
        z-index: 1;
    }

    .gt-rotating-text {
        position: relative;
        fill: currentColor;
        height: auto;
        transform-origin: center;
        width: 202px;
        height: 202px;
        animation: fa-spin 30s infinite linear;
    }

    .gt-rotating-text text {
        position: relative;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.8px;
        font-family: 'Poppins', sans-serif;
        color: #F5F5F5;
        text-transform: uppercase;
    }

    .gt-badge-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid #F5F5F5;
        box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
        background-color: #F5F5F5;
        transform: translate(-50%, -50%);
    }

    /* Image Styles */
    .gt-main-image {
        position: relative;
        border-radius: 30px;
        margin-bottom: 0;
        overflow: hidden;
        width: 80%;
        z-index: 2;
    }

    .gt-overlay-image {
        position: absolute;
        margin-top: -200px;
        right: -168px !important;
        width: 75%;
        border-radius: 30px;
        overflow: hidden;
        border: 7px solid #F5F5F5;
        z-index: 3;
    }

    .gt-image-animation {
        position: relative;
        display: inline-flex;
        visibility: visible;
        overflow: hidden;
    }

    .gt-image-animation img {
        position: relative;
        border-radius: 30px;
        transform-origin: center;
        transition: all 300ms ease;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /* Content Styles */

    .pharma-about-content {
        padding: 20px;
    }

    .gt-section-title h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .ph-text {
        margin-bottom: 20px;
        line-height: 1.8;
        color: #555;
    }

    /* Animations */
    @keyframes bounce-y {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-20px);
        }
    }

    @keyframes fa-spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Responsive Styles */
    @media (max-width: 1699px) {
        .gt-purple-bg-shape {
            left: 57px;
        }

        .gt-overlay-image {
            right: 100px;
        }

        .gt-circular-badge {
            display: none;
        }
    }

    @media (max-width: 1199px) {
        .gt-purple-bg-shape {
            width: 450px;
            height: 500px;
        }
    }

    @media (max-width: 991px) {
        .gt-faq-inner {
            padding-bottom: 80px;
        }

        .gt-purple-bg-shape {
            width: 380px;
            height: 420px;
            bottom: 240px;
        }

        .gt-overlay-image {
            width: 50%;
            bottom: -150px;
        }
    }
 @media (max-width: 480px) {
         .gt-breadcrumb-wrapper .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        top: 75px;
     }
.header-main {
    padding: 0px 0;
}
     .gt-breadcrumb-wrapper .gt-page-heading{
         border-radius:0;
     }
     .gt-breadcrumb-sub-title{
             position: relative;
    bottom: 30px;
     }
         .section-padding {
        padding: 50px 0;
        padding-bottom:0;
    }
        .gt-circular-badge {
        display: none;
    }
  .gt-main-image {
    display: none;
  }

  .gt-overlay-image {
    display: block;
    text-align: center;  
    margin: 0 auto;
    left:0;
    width: 100%;
    border:none;
    bottom:0 !important;
    border-radius: 0;
  }

  .gt-overlay-image img {
    width: 100%;         
    height: auto;
    display: inline-block;
    border-radius: 0;
  }
      .gt-purple-bg-shape{
          display:none;
      }
        .gt-faq-inner {
            padding-bottom:0;
        }
        .gt-faq-section{
            padding:0;
        }
    .pharma-video-section{
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
      
    }
    .pharma-cards {
        position: relative;
        left:0;
      
        top:100px;
        
    }
    .header-1 {
    position: absolute;
    top: 0px;
   
}
    .pharma-about-wrapper .pharma-about-content .pharma-counter-box {
        justify-content:center !important;
    }
    .pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button.collapsed{
        padding-bottom: 8px;
        margin-bottom:0;
    }
    .accordion-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .accordion-button span {
    min-width: 2rem;
    text-align: center;
    font-weight: bold;
  }

  .accordion-button::after {
    margin-left: auto; /* arrow stays at end */
  }

  .accordion-button.d-flex {
    flex-wrap: nowrap !important;
  }
  .gt-main-card-item .gt-event-ticket-card-item .gt-list-item{
      padding:5px;
  }
  .gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item {
  padding: 24px 7px;
  }
  .pharma-footer-wrapper .pharma-footer-widget-items .pharma-footer-content p{
      padding-right:0;
  }
      .video-heading{
          font-size:24px;
      }
      .card-buttons {
    flex-wrap: wrap;
  }
  .pharma-service-content .gt-section-title-2{
      text-align:center;
  }
  p{
      font-size:14px;
      text-align: justify;
  }
  .pharma-service-wrapper .pharma-service-item .accordion-item .accordion-header .accordion-button{
      font-size:17px;
  }
  .accordion-body{
     font-size:14px;  
  }
    .gt-faq-section{
        display:inline-block;
    }
    a.card-btn.register {
    padding: 14px 23px;
    text-align: center;
}
.card-buttons {
    display: inline-block;
}
.header-logo-2 img{
    width:180px;
}
 }


    @media (max-width: 767px) {

        .row {
            flex-direction: column;
        }

        .gt-faq-inner {
            /* margin-bottom: 100px; */
            padding-bottom: 0;
        }

        .gt-purple-bg-shape {
            width: 100%;
            max-width: 400px;
            height: 400px;
            left: 20%;
            transform: translateX(-50%);
        }

        .gt-main-image {
            width: 90%;
            margin: 0 auto;
        }

        .gt-overlay-image {
            right: 5%;
            width: 100%;
            bottom: 145px;
        }

        .pharma-about-content {
            padding: 20px 0;
        }
    }

    @media (max-width: 575px) {
        .gt-purple-bg-shape {
            height: 350px;
        }

        .gt-overlay-image {
            bottom: -80px;
        }
    }

    .about-images {
        position: relative;
        text-align: center;
    }

    .img1,
    .img2 {
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .img1:hover,
    .img2:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

.img1 {
    width: 69%;
    height: 550px;

}

 

    .img2 {
        position: absolute;
        bottom: -120px;
        right: 20px;
        width: 385px;
       
        border-radius: 20px;
        border: 5px solid white;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }


    @media (max-width: 768px) {
        .about-section {
            flex-direction: column;
            text-align: center;
        }

        .about-images {
            width: 100%;
            height: auto;
        }

        .img2 {
            position: relative;
            bottom: 0;
            right: 0;
            width: 100%;
            display: block;
        }
    }

    /********************* Apply For Speaking Page **************/
     
    .gt-apply-container {
        display: flex;
        max-width: 1400px;
        width: 100%;
        margin: 40px auto;
        overflow: hidden;
        position: relative;
    }
    .accordion-section {
        flex: 1;
        padding: 5px 30px;
        color: #0c2d6b;
        position: relative;
        overflow: hidden;
    }

    .accordion-header {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }

    .accordion-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 15px;
        background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .accordion-subtitle {
        font-size: 18px;
        color: #5a6c93;
        max-width: 500px;
        margin: 0 auto;
    }

    .accordion-container {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .accordion-item {
        border: none;
        border-bottom: 1px solid #686868;
        margin-bottom: 5px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .accordion-header-btn {
        width: 100%;
        padding:10px 0;
        background: transparent;
        border: none;
        color: #0c2d6b;
        font-size: 1remx;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Poppins', sans-serif;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-header-btn:hover {
        color: #4361ee;
    }

    .accordion-header-btn i {
        transition: all 0.3s ease;
        color: white;
        background: #0a96a8;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .accordion-header-btn.active i {
        transform: rotate(45deg);
        background: #031b59;
    }

    .accordion-content {
        background: transparent;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .accordion-content.active {
        padding: 0 0 10px 0;
        max-height: 500px;
    }

    .accordion-content p {
        margin-bottom: 10px;
        color: #5a6c93;
        line-height: 1.6;
        font-size: 15px;
    }


    .form-section {
        flex: 1;
        padding: 40px 30px;
        background: linear-gradient(135deg, #089aae 0%, #021c57 100%);
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .form-header {
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .form-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 8px;
        color: white;
    }

    .form-subtitle {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.85);
        max-width: 500px;
        margin: 0 auto;
    }

    .form-container {
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .form-row {
        display: flex;
        gap: 12px;
        margin-bottom: 12px;
    }

    .form-col {
        flex: 1;
    }

    label {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 13px;
    }

    input::placeholder,
    textarea::placeholder {
        color: #021852;
    }

    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.3);
        background: white;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    }

    select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
    }

    .file-input {
        position: relative;
    }

    .file-input input[type="file"] {
        padding: 10px 12px;
        border: 1px dashed rgba(255, 255, 255, 0.4);
        background:white;
        border-radius: 6px;
    }

    .checkbox-group {
        display: flex;
        align-items: flex-start;
        margin: 15px 0;
    }

    .checkbox-group input {
        width: auto;
        margin-right: 8px;
        margin-top: 2px;
        accent-color: #4361ee;
    }

    .checkbox-group label {
        margin-bottom: 0;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        font-size: 13px;

    }

    .checkbox-group a {
        color: white;
        text-decoration: underline;
    }

    .note {
        background: rgba(255, 255, 255, 0.1);
        padding: 12px;
        border-radius: 6px;
        margin: 15px 0;
        font-size: 12px;
        border-left: 3px solid rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 0.85);
    }

    .submit-btn {
        display: block;
        width: 100%;
        background: white;
        color: #4361ee;
        border: none;
        padding: 14px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Montserrat', sans-serif;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }
    .bg-shape {
        position: absolute;
        z-index: 1;
        opacity: 0.05;
    }

    .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 2px solid white;
        top: 10%;
        right: 10%;
        animation: float 8s infinite ease-in-out;
    }


    @keyframes float {

        0%,
        100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(-15px) rotate(3deg);
        }
    }
    .decorative-element {
        position: absolute;
        z-index: 0;
        opacity: 0.1;
        pointer-events: none;
    }

    .dots {
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(67, 97, 238, 0.4) 2px, transparent 3px);
        background-size: 30px 30px;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
    }

    .wave {
        width: 300px;
        height: 300px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%234361ee' fill-opacity='0.1' d='M0,224L48,229.3C96,235,192,245,288,229.3C384,213,480,171,576,165.3C672,160,768,192,864,192C960,192,1056,160,1152,144C1248,128,1344,128,1392,128L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
        background-size: contain;
        bottom: -50px;
        right: -50px;
        transform: rotate(30deg);
    }
    @media (max-width: 1200px) {
        .gt-apply-container {
            flex-direction: column;
        }

        .accordion-section,
        .form-section {
            padding: 30px;
        }

        .accordion-section {
            border-right: none;
            border-bottom: 1px solid rgba(67, 97, 238, 0.1);
        }
    }

    @media (max-width: 768px) {

        .accordion-title,
        .form-title {
            font-size: 32px;
        }

        .form-row {
            flex-direction: column;
            gap: 0;
        }

        .accordion-section,
        .form-section {
            padding: 20px 15px;
        }

        .bg-shape,
        .decorative-element {
            display: none;
        }
    }

    @media (max-width: 480px) {

        .accordion-title,
        .form-title {
            font-size: 28px;
        }

        .accordion-subtitle,
        .form-subtitle {
            font-size: 14px;
        }

        .accordion-header-btn {
            padding: 10px 0;
            font-size: 16px;
        }

        input,
        select,
        textarea {
            padding: 10px 12px;
        }
    }
/************ Testimonial ***************/
.testimonial-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
    /* Current Exhibition */
     .exhibition-booth {
        margin: 40px auto;
        background: white;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .exhibition-booth:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
    }

    .booth-row {
        display: flex;
        flex-wrap: wrap;
        background: #f8fafc;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }

    .booth-row:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
    }

    .booth-image {
        flex: 1;
        min-width: 300px;
        position: relative;
        overflow: hidden;
    }

    .booth-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .booth-image:hover img {
        transform: scale(1.05);
    }

    .booth-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #2563eb;
        color: white;
        padding: 8px 20px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
    }

    .booth-content {
        flex: 1;
        min-width: 300px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .booth-title {
        font-size: 1.8rem;
        color: #1e40af;
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
    }

    .booth-title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 60px;
        height: 4px;
        background: var(--ph-theme-2);
        ;
        border-radius: 2px;
    }

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

    .list-style1 li {
        padding: 12px 0;
        border-bottom: 1px dashed #e2e8f0;
        display: flex;
        align-items: flex-start;
        font-size: 1.1rem;
    }

    .list-style1 li:last-child {
        border-bottom: none;
    }

    .list-style1 i {
        color: #0597a8;
        font-size: 1.4rem;
        margin-right: 15px;
        min-width: 24px;
    }

    .booth-description {
        margin: 50px 0 30px;
        font-size: 1.1rem;
        line-height: 1.8;
        color: #4b5563;
        text-align: center;
        background: #f1f5f9;
        padding: 30px;
        border-radius: 15px;
        border-left: 4px solid #3b82f6;
    }

    .booth-description b {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.1);
        padding: 2px 8px;
        border-radius: 5px;
    }

    .cta-box {
        text-align: center;
        background: linear-gradient(135deg, #2563eb, #1e40af);
        padding: 40px;
        border-radius: 15px;
        color: white;
        margin-top: 30px;
    }

    .cta-box h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .cta-box p {
        font-size: 1.2rem;
        margin-bottom: 25px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-button {
        display: inline-block;
        background: white;
        color: #2563eb;
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

    .cta-button:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        background: #f8fafc;
    }

    @media (max-width: 992px) {
        .exhibition-booth {
            padding: 30px;
        }

        .sec-title {
            font-size: 2.3rem;
        }
    }

    @media (max-width: 768px) {
        .booth-row {
            flex-direction: column;
            margin: 40px 0;
        }

        .booth-image {
            order: 1;
        }

        .booth-content {
            order: 2;
        }

        .booth-row:nth-child(even) .booth-image {
            order: 1;
        }

        .booth-row:nth-child(even) .booth-content {
            order: 2;
        }
    }

    @media (max-width: 576px) {
        .exhibition-booth {
            padding: 20px;
        }

        .booth-content {
            padding: 25px;
        }

        .booth-title {
            font-size: 1.5rem;
        }

        .list-style1 li {
            font-size: 1rem;
        }
    }

    .who-can-exhibit {
        margin-top: 50px;
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .exhibitor-categories {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        margin-top: 20px;
    }

    .exhibitor-category {
        background: #f5f8ff;
        padding: 12px 15px;
        border-radius: 8px;
        font-weight: 500;
        color: #2a3a7a;
        display: flex;
        align-items: center;
    }

    .exhibitor-category i {
        margin-right: 10px;
        color: #4a6fdc;
    }

    .note-box {
        background: #fff8f0;
        border-left: 4px solid #ffa726;
        padding: 15px;
        margin: 25px 0;
        border-radius: 0 8px 8px 0;
    }

    .note-box p {
        margin: 0;
        color: #5d4037;
        font-size: 0.95rem;
    }
    
    
    /*who attend*/
    /* === Who Will Attend Section === */
.who-will-attend {
  background: #f7fbff;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.who-will-attend .list-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Desktop: 5 items in a row */
  gap: 18px;
}

.who-will-attend .list-box ul li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  word-break: break-word;
  position: relative;
}

/* Tick icon before text */
.who-will-attend .list-box ul li::before {
  content: "✓";
  color: #0b76ff;
  font-weight: bold;
  margin-right: 8px;
  background: rgba(11, 118, 255, 0.1);
  border-radius: 6px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
}

/* Hover effect */
.who-will-attend .list-box ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive breakpoints */
@media (max-width: 1100px) {
  .who-will-attend .list-box ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .who-will-attend .list-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .who-will-attend .list-box ul {
    grid-template-columns: 1fr;
  }
}
