:root {
  --main-color: red;
  --second-color: red;
}

@font-face {
  font-family: bruumBoldFont;
  src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}

@font-face {
  font-family: setReta;
  src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}

@font-face {
  font-family: bruumFont;
  src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Black.otf);
}

@font-face {
  font-family: bruumLightFont;
  src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Light.otf);
}

@font-face {
  font-family: newJuneBoldFont;
  src: url(./../fonts/NewJune-Bold.otf);
}

@font-face {
  font-family: qatarBoldFont;
  src: url(./../fonts/Qatar2022Arabic-Bold.ttf);
}

@font-face {
  font-family: newJuneMedFont;
  src: url(./../fonts/NewJune-Medium.otf);
}

@font-face {
  font-family: acuminFont;
  src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}

.main-title p {
  font-size: 24px;
  margin-top: 15px;
}
strong {
  font-family: bruumBoldFont;
}

* {
  font-family: bruumLightFont;
  margin: 0;
  padding: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.header-links-row {
  padding: 10px 0 10px;
  background-color: #f2f2f2;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-links a {
  color: #121521;
  font-family: bruumLightFont;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  padding: 0 5px;
}
.header-links li:not(:last-child)::after {
  content: "|";
  margin: 0 6px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.header-links a:hover,
.header-links a:focus-visible {
  /* color: var(--accent); */
}
.profile p,
.profile ul li {
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
}
.site-nav {
  background: #000000;
  color: #ffffff !important;
  font-family: bruumLightFont;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav a {
  color: #ffffff;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 24px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

/* start home screen */
/* start header */
.site-header {
  background-color: #fff;
}

.header-top {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
}

.header-logo a {
  text-decoration: none;
}

.header-title {
  font-family: bruumBoldFont;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  color: #000;
}

.header-subtitle {
  display: block;
  color: red;
  font-size: 38px;
  font-weight: bold;
}

.car-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-logo img {
  max-width: 250px;
  height: auto;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.event-date-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.event-date-text-container {
  padding-bottom: 8px;
  border-bottom: 1px solid red;
}

.event-date-span {
  font-family: bruumLightFont;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}

.event-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-calendar-icon img {
  width: 45px;
  height: auto;
}

.event-tagline {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  color: #000;
  text-align: right;
  max-width: 320px;
}

.header-nav {
  background-color: #fff;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li:not(:last-child)::after {
  content: "|";
  margin: 0 6px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.nav-links a {
  font-family: bruumLightFont;
  font-weight: 700;
  font-size: 1.14rem;
  /* color: #000; */
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: red;
}

/* end header */

/* start main banner */
.main-banner {
  position: relative;
}

.banner-wrapper {
  position: relative;
}

.main-banner img {
  /* display: block; */
  /* width: 100%; */
  height: auto;
}

.banner-overlay-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 30%;
  padding-left: 3%;
  box-sizing: border-box;
}

.banner-overlay-text h2 {
  font-family: bruumBoldFont;
  font-size: clamp(16px, 2.8vw, 42px);
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
}

/* end main banner */

.counter-top {
  background-color: #dfdedeff;
  padding: 18px 0;
}

.counter-top .timetext {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

.counter-top #counter {
  display: inline;
}

.counter-top #counter strong {
  font-weight: 700;
  color: #000;
}

.counter-top #counter small {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.counter-top .btn-gallery {
  background-color: red;
  color: #fff;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.counter-top .btn-gallery:hover {
  background-color: red;
  color: #fff;
}

/* start counter */
.counter {
  margin: 30px 0;
}

.counter h2 {
  font-family: bruumBoldFont;
  color: var(--main-color);
  font-size: 35px;
  font-weight: bold;
  margin: 0 5px;
}
.events-schedule h2 {
  font-family: bruumBoldFont;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
}
.event-date-header {
  font-family: bruumBoldFont;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
  color: #000;
  text-align: center;
}

.counter i {
  font-size: 35px;
  color: #888686;
}

.counter img {
  margin: 10px auto;
  height: 35px;
}

.counter p {
  color: #888686;
  font-size: 18px;
}

/* end counter */
/* start datamatix-title */
.datamatix-title {
  margin-bottom: 64px;
  text-align: center;
}

.datamatix-title h2 {
  font-size: 35px;
  /* font-family: setReta; */
}

.datamatix-title p {
  font-family: bruumLightFont;
  font-size: 22px;
  text-align: left;
}

.datamatix-title .btn {
  border-radius: 0;
  background-color: var(--second-color);
}

/* end datamatix-title */

/* start images */
.images .img {
  position: relative;
  margin-bottom: 24px;
}

.images .img a {
  color: #000;
}

.images .img .number {
  position: absolute;
  bottom: 4px;
  left: 20px;
  font-family: bruumLightFont;
  font-weight: bold;
  font-size: 18px;
}

/* end images */

footer {
  padding: 50px 0 0;
  background-color: rgba(240, 240, 241, 255);
  margin-top: 30px;
}

footer .logo img {
  width: 55%;
}

footer .logo span {
  font-family: boldFont;
}

footer h5 {
  color: var(--main-color);
  font-family: bruumBoldFont;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}

footer form button.btn {
  display: flex;
  padding: 7px 17px;
  font-size: 18px;
  height: 44px;
  background-color: var(--second-color);
  border-color: var(--second-color);
}

footer form button.btn:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

footer .links span,
footer .links a {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 7px;
}

footer .links span:hover,
footer .links a:hover {
  color: var(--main-color);
  font-weight: 700;
}

footer .subscribe-label {
  color: var(--second-color);
  font-family: acuminFont;
  font-size: 20px;
}

footer p.footr {
  font-size: 15px;
  margin-top: 10px;
}

footer .copy-right {
  background-color: #000;
  color: #fff;
}

footer .copy-right p {
  font-family: acuminFont;
  font-size: 16px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
}

footer .social a i {
  font-size: 20px;
}

footer .social a div {
  border-radius: 50%;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social a img {
  border-radius: 50%;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}

footer .social a .face-icon {
  background-color: #3b5a9a;
  color: #fff;
}

footer .social a .twitter-icon {
  background-color: #1aa9e1;
  color: #fff;
}

footer .social a .linked-icon {
  background-color: #0073b2;
  color: #fff;
}

footer .social a .youtube-icon {
  color: #fff;
  background-color: #b80504;
}

footer form input,
footer form .btn,
footer .icon-download img {
  height: 35px;
}

footer .icon-download img {
  height: 43px;
}

footer form .btn {
  font-size: 15px;
}

/* start footer */
ol,
ul {
  padding-left: 0rem;
}

.footer {
  background: #0b1118;
  color: #fff;
  padding: 30px 5px;
  font-family: Arial, sans-serif;
  border-top: 14px solid red;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  flex: 2;
}
.footer-col {
  position: relative;
  padding: 0 0px;
}

/* Add line */
.footer-col::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 30%;
  right: 0;
  width: 1px;
  background-color: #2a2a2a;
}

/* Remove line for every 3rd column */
.footer-col:nth-child(3n)::after {
  display: none;
}
.footer-col h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: bruumBoldFont;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 6px;
  font-size: 17px;
  color: #ffffff !important;
}

/* RIGHT SIDE */
.footer-right {
  flex: 1;
  text-align: center;
}

.footer-text {
  font-size: 17px;
  margin-bottom: 15px;
  color: #fff;
  font-family: bruumLightFont;
}

.footer-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: bruumBoldFont;
}

/* SOCIAL ICONS */
.socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.socials a {
  background: #fff;
  color: #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
}

/* SUBSCRIBE */
.subscribe {
  margin-top: 10px;
}

.subscribe p {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: bruumBoldFont;
}

.subscribe-box {
  display: flex;
  align-items: center;
  /* background: #ccc; */
  max-width: 750px;
  gap: 8px;
}

.subscribe-box i {
  padding: 10px;
  color: #ccc;
  font-size: 20px;
}

.subscribe-box input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  background: #ccc;
}

.subscribe-box button {
  background: red;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/* FOOTER BOTTOM */
.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
  font-size: 16px;
  font-family: bruumBoldFont;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-right {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .subscribe-box {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-box button {
    width: 100%;
  }
}

/* end footer */
.info-sec img {
  width: 100%;
}

.info-sec h2 {
  font-family: bruumBoldFont;
  margin-bottom: 30px;
}

.info-sec p {
  font-size: 20px;
}

.categories img {
  width: 100%;
}

.categories h2 {
  font-family: bruumBoldFont;
  letter-spacing: 1px;
}

.categories p {
  margin-top: 35px;
  font-size: 18px;
  color: #555;
}

.categories h3 {
  font-family: bruumBoldFont;
}

.counter-desc {
  border-right: 1px solid #ccc;
}

.contact-page form i,
.links i {
  color: #b29700;
}

.contact-page h5,
.contact h2,
.links h4 {
  color: #3d8229;
  font-family: bruumBoldFont;
}

.links a {
  color: #000;
}

.submit-btn,
.contact .btn-danger {
  background-color: #3d8229;
  color: #fff;
  border: none;
}

/* start media query */
@media screen and (min-width: 2115px) {
  .img-banr-text {
    height: 1610px;
  }

  .nav-links a {
    font-size: 30px;
  }

  .header-nav {
    min-height: 100px;
  }

  .header-title {
    font-size: 50px;
  }

  .header-subtitle {
    font-size: 46px;
  }

  .car-logo img {
    max-width: 320px;
  }

  .event-date-span {
    font-size: 26px;
  }

  .event-calendar-icon img {
    width: 70px;
  }

  .event-tagline {
    font-size: 20px;
    max-width: 400px;
  }

  .banner-overlay-text h2 {
    font-size: clamp(50px, 3.5vw, 70px);
  }

  .img-banr-text .text h4 {
    font-size: 70px;
  }

  .img-banr-text .text p {
    font-size: 30px;
  }

  .counter-top p {
    font-size: 30px;
  }

  .counter-top button.btn {
    font-size: 30px;
  }

  .counter h2 {
    font-size: 40px;
  }

  .counter p {
    font-size: 20px;
  }

  .datamatix-title h2 {
    font-size: 70px;
  }

  .datamatix-video p {
    font-size: 25px;
    line-height: 40px;
  }

  .main-title h2,
  .main-title h3,
  .past-event-final .header h4 {
    font-size: 70px;
  }

  .past-event-final h5 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2110px) {
  .header-nav {
    min-height: 70px;
  }

  .nav-links a {
    font-size: 24px;
  }

  .header-title {
    font-size: 44px;
  }

  .header-subtitle {
    font-size: 40px;
  }

  .car-logo img {
    max-width: 280px;
  }

  .event-date-span {
    font-size: 22px;
  }

  .event-calendar-icon img {
    width: 65px;
  }

  .event-tagline {
    font-size: 18px;
    max-width: 380px;
  }

  .banner-overlay-text h2 {
    font-size: clamp(40px, 3vw, 60px);
  }

  .datamatix-title h2 {
    font-size: 50px;
  }

  .img-banr-text {
    height: 1170px;
  }

  .img-banr-text .text h4 {
    font-size: 50px;
  }

  .img-banr-text .text p {
    font-size: 24px;
  }

  .counter-top p {
    font-size: 24px;
  }

  .counter-top button.btn {
    font-size: 20px;
  }

  .counter-top .btn {
    min-height: 64px;
  }

  .datamatix-video p {
    font-size: 25px;
  }

  .image-upper .section .text p {
    font-size: 22px;
  }

  .middle-east-dark .header h3,
  .upcoming-events .header h3,
  .past-event-final .header h4 {
    font-size: 40px;
  }

  .past-event-final h5 {
    font-size: 30px;
  }

  .middle-east-dark .btn {
    font-size: 22px;
  }

  .main-title h2,
  .main-title h3 {
    font-size: 50px;
  }

  .upcoming-events .cards .text h4 {
    font-size: 35px;
  }

  .upcoming-events .cards .text h5,
  .upcoming-events .cards .text h6,
  .upcoming-events .cards .text p {
    font-size: 22px;
  }

  .upcoming-events .cards .text .btn {
    font-size: 22px;
  }

  footer h5 {
    font-size: 24px;
  }

  footer .links span,
  footer .links a {
    font-size: 20px;
  }

  .middle-east-dark .cards .text h5,
  .middle-east-dark .cards .text h6,
  .middle-east-dark .cards .text p {
    font-size: 20px;
  }

  .counter h2 {
    font-size: 40px;
  }

  .counter p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .banner {
    height: 820px;
  }
}

@media only screen and (max-width: 1281px) {
  .counter-top p {
    font-size: 14px;
  }

  .counter-top .btns {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1284px) {
  .banner_1 .banner-footer ul {
    transform: translateY(10px);
  }

  .banner_1 .banner-footer p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .datamatix-section p {
    font-size: 18px;
    width: 100%;
  }
}

@media only screen and (max-width: 1155px) {
  .nav-links {
    justify-content: center;
  }
}

@media only screen and (max-width: 1100px) {
  footer .social a div,
  footer .social a img {
    margin: 0 4px;
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .counter h2 {
    font-size: 24px;
  }

  .banner {
    height: 470px;
  }

  .banner .banner-text h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .banner .banner-text p {
    font-size: 13px;
    line-height: 17px;
    /* width: 75%; */
  }
}

@media only screen and (max-width: 1109px) {
  .counter-top .btns {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .counter h2 {
    font-size: 24px;
  }

  .nav-links {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  footer .icon-download img {
    width: 80px;
  }
}

@media only screen and (max-width: 842px) and (min-width: 768px) {
  .counter-top .btn-gallery {
    font-size: 14px;
    padding: 8px 20px;
  }

  .counter-top .timetext {
    font-size: 14px;
  }

  .counter h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 985px) {
  .counter-top .btn-gallery {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-top .row {
    text-align: center;
  }

  .header-top .col-md-4 {
    margin-bottom: 20px;
  }

  .header-title {
    font-size: 24px;
    text-align: center;
  }

  .header-subtitle {
    font-size: 20px;
  }

  .car-logo img {
    max-width: 180px;
  }

  .header-info {
    align-items: center;
    margin-top: 0;
  }

  .event-date-wrapper {
    justify-content: center;
  }

  .event-date-span {
    font-size: 16px;
  }

  .event-calendar-icon img {
    width: 45px;
  }

  .event-tagline {
    text-align: right;
    font-size: 16px;
    max-width: 280px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .nav-links li:not(:last-child)::after {
    display: none;
  }

  .nav-links li {
    padding: 8px 0;
  }

  .banner-overlay-text {
    left: 0;
    width: 30%;
    padding-left: 2%;
  }

  .banner-overlay-text h2 {
    font-size: clamp(14px, 2.5vw, 24px);
  }

  .counter-top .timetext {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }

  .counter-top .text-end {
    text-align: center !important;
  }

  .counter-top .btn-gallery {
    width: 100%;
    margin: 10px auto;
    display: block;
  }

  .counter-top #counter small {
    font-size: 14px;
  }

  .cover h5 {
    left: 25%;
    font-size: 20px;
  }

  .cover.cover2 h5,
  .cover.cover4 h5 {
    right: 25%;
  }

  .banner .over {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
  }

  .banner .banner-text {
    width: 100%;
    /* position: relative;
        top: 50%;
        margin: 20% auto; */
    /* margin: auto; */
  }

  .banner .banner-text h3 {
    color: #1b75bb;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .banner .banner-text p {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
  }

  .banner,
  .bannerTop {
    width: 100%;
    height: 500px;
    background-position: left;
  }

  .banner.bannerRight .banner-text .line,
  .banner.bannerLeft .banner-text .line {
    display: none;
  }

  .banner .banner-text h6 {
    text-align: center;
  }

  /* end banners */
  /* start section2 */
  .section2 .section-text {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  /* start images */
  .smart-images ul {
    flex-direction: column;
    text-align: center;
  }

  /* start discussions */
  .discussions ul {
    margin-bottom: 25px;
  }

  .smart-images ul li {
    width: auto;
    margin: 10px auto;
  }

  .smart-images ul li h4 br {
    display: none;
  }

  /* start sponsor */
  .sponsor {
    text-align: center;
  }

  .sponsor .top1 h3 br {
    display: none;
  }

  .sponsor .top1 .btn {
    padding: 10px 50px;
    width: 80%;
    margin: 30px auto 0;
  }

  /* start .agenda-screen */
  .agenda-screen .photo-gallery h4 {
    font-size: 20px;
    text-align: center;
  }

  .agenda-screen .photo-gallery .btn.btn-danger {
    width: 45%;
    margin: 1px auto;
  }

  .event-agenda nav button.nav-link {
    font-size: 15px;
    margin-bottom: 10px;
    width: 44%;
    padding: 3px 15px;
  }

  .event-agenda h5 {
    font-size: 16px;
  }

  footer .logo {
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
  }

  footer .icon-download,
  footer .social {
    justify-content: center;
    margin: 5px 0;
  }

  footer form button.btn {
    display: flex;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 580px) {
  .cover h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-upper {
    height: 950px;
  }

  .image-upper .section .text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .image-upper .section .text .btn {
    margin-top: 16px;
  }

  .main-title h2,
  .main-title h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-overlay-text h2 {
    font-size: clamp(18px, 2.8vw, 36px);
  }
}

@media only screen and (max-width: 575px) {
  .nav-links a {
    font-size: 14px;
  }

  .counter-top .timetext {
    font-size: 13px;
  }

  .counter-top .btn-gallery {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

  .counter-top #counter small {
    font-size: 13px;
  }

  .banner-overlay-text {
    width: 30%;
    padding-left: 1.5%;
  }

  .banner-overlay-text h2 {
    font-size: clamp(10px, 2.2vw, 18px);
    line-height: 1.15;
  }

  .banner .banner-text h3 {
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .banner .banner-text p {
    font-size: 15px;
    line-height: 20px;
  }

  .speaker .img-speak {
    width: 50%;
    margin: auto;
    text-align: center;
  }

  .datamatix-video video {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    width: 100%;
    margin: auto;
    display: block;
  }

  .datamatix-video p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 25px;
  }

  .image-upper {
    margin-top: 175px;
  }

  .past-event-final h5 {
    font-size: 16px;
    margin-top: 20px;
  }

  .datamatix-title h2 {
    font-size: 25px;
    text-align: left;
  }

  .contact-page .contact-page form .btn-outline-primary {
    margin-bottom: 30px;
  }

  .photo-gallery-page .accordion-item .accordion-button {
    display: flex;
    flex-direction: column;
  }

  .welcome-page .accordion-item .accordion-body p,
  .contact-page p,
  .welcome-page .accordion-item .accordion-button {
    font-size: 16px;
  }

  .datamatix-title p,
  .services-page .services a.h4,
  .services-page .services h3,
  .services-page .services h4 {
    font-size: 18px;
  }

  .image-upper .section img {
    margin-top: 35px;
  }

  .main-title h2,
  .main-title h3 {
    line-height: 35px;
  }

  .middle-east-dark .header h3,
  .upcoming-events .header h3,
  .past-event-final .header h4,
  .main-title h2,
  .main-title h3,
  .upcoming-events .cards .text h4 {
    font-size: 25px;
  }

  footer h5 {
    font-size: 15px;
  }

  footer .links span {
    font-size: 13px;
  }

  footer .copy-right p {
    font-size: 13px;
  }

  footer form,
  footer .icon-download {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 425px) {
  .cover.cover2 h5,
  .cover.cover4 h5 {
    right: 35%;
    bottom: 11%;
  }

  .image-upper .section .text h3 {
    font-size: 25px;
  }
}

/* end media query */
.dark-gry {
  background-color: #c8c8c8;
  padding: 30px;
}

.light-gry {
  background-color: #eeeeee;
  padding: 30px;
}

.dark-gry a,
.light-gry a {
  color: var(--main-color);
  text-decoration: underline;
  font-size: 18px;
  text-align: end;
  /* margin-top: 20px; */
}

.dark-gry span,
.light-gry span {
  font-size: 18px;
  font-weight: 700;
}

.dark-gry a span,
.light-gry a span {
  color: #000;
}

.col-md-9 a {
  text-decoration: none !important;
}

.welcome h2,
.welcome h3 {
  font-family: bruumBoldFont;
}

.welcome h3 {
  font-size: 20px;
}

.welcome p {
  font-size: 20px;
  text-align: justify;
}

footer #subscribe {
  background-color: #ccc;
  height: 48px;
}

.global .global-box {
  /* border removed - showing only red vertical bar on text */
}
.icon-red {
  filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(5000%)
    hue-rotate(0deg) brightness(95%) contrast(105%);
  width: 12%;
  margin-bottom: 40px;
}

.global .global-box h3 {
  font-family: bruumBoldFont;
  font-size: 20px;
  text-transform: uppercase;
}

.global .global-box .text {
  padding: 30px 0px 20px 20px;
  position: relative;
}

.global .global-box .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 5px;
  height: 135px;
  background-color: red;
}

.global .global-box .text p {
  color: #000;
  font-size: 15px;
}

.global .global-box .text {
  height: 200px;
}

/* Events Schedule Header Section */
.events-schedule-header {
  margin-top: 40px;
  margin-bottom: 0;
}

.events-schedule-header .row {
  display: flex;
  align-items: stretch;
}

.events-schedule-header .col-auto,
.events-schedule-header .col {
  padding: 0;
}

.calendar-icon-box {
  background-color: red;
  width: 120px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
}

.calendar-icon-box img {
  width: 100%;
  height: auto;
  max-width: 85px;
  object-fit: contain;
}

.calendar-icon-box i {
  font-size: 90px;
  color: #fff;
}

.events-schedule-title {
  background-color: #000;
  color: #fff;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 115px;
}

.events-schedule-title h3 {
  font-family: bruumLightFont;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #fff;
  letter-spacing: 0.5px;
}

.events-schedule-title h2 {
  font-family: bruumBoldFont;
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

/* Countdown Section */
.countdown-section {
  background-color: #fff;
  padding: 50px 0;
}
.event-day {
  flex-shrink: 0;
  font-size: 2.5rem;
  font-family: bruumLightFont;
  font-weight: 900;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto;
  color: red;
}
.event-day span {
  color: #000;
  padding: 0 6px;
}
hr {
  display: flex;
  align-content: center;
  margin: auto;
  justify-content: center;
}

.countdown-timer {
  display: flex;
  column-gap: 35px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.timer-item {
  text-align: center;
  min-width: 100px;
  padding: 0 40px;
  position: relative;
}

.timer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100px;
  background-color: #ccc;
}

#demod,
#demoh,
#demom,
#demos {
  font-family: bruumBoldFont;
  font-size: 59px !important;
  color: red;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.timer-item p {
  font-family: bruumLightFont;
  font-size: 18px;
  color: #666;
  margin: 0;
  text-transform: capitalize;
}

.countdown-cta {
  text-align: center;
  padding-left: 20px;
}

.event-date-text {
  font-family: bruumLightFont;
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.event-date-text .separator {
  margin: 0 8px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-register {
  background-color: red;
  color: #fff;
  font-family: bruumLightFont;
  font-size: 18px;
  padding: 6px 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  background-color: #9a1f24;
  color: #fff;
}

.btn-partnership {
  background-color: #000;
  color: #fff;
  font-family: bruumLightFont;
  font-size: 18px;
  padding: 6px 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-partnership:hover {
  background-color: #333;
  color: #fff;
}

.profile h4 {
  font-family: bruumBoldFont;
  color: red;
}

.profile ul li {
  font-size: 22px;
  margin-bottom: 7px;
}

.profile b {
  font-family: bruumBoldFont;
}

/* Responsive Styles for Events Schedule and Countdown */
@media only screen and (max-width: 991px) {
  .events-schedule-title h2 {
    font-size: 30px;
  }

  .events-schedule-title h3 {
    font-size: 24px;
  }

  .calendar-icon-box {
    width: 140px;
    height: 140px;
  }

  .calendar-icon-box img {
    max-width: 100px;
  }

  .calendar-icon-box i {
    font-size: 70px;
  }

  .events-schedule-title {
    height: 140px;
    padding: 20px 30px;
  }

  .countdown-cta {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
  }

  .countdown-timer {
    justify-content: center;
  }

  .event-date-text {
    font-size: 24px;
  }

  .cta-buttons {
    justify-content: center;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .calendar-icon-box {
    width: 100%;
    height: 120px;
  }

  .calendar-icon-box img {
    max-width: 80px;
  }

  .calendar-icon-box i {
    font-size: 60px;
  }

  .events-schedule-title {
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .events-schedule-title h3 {
    font-size: 16px;
  }

  .events-schedule-title h2 {
    font-size: 28px;
  }

  .countdown-section {
    padding: 30px 0;
  }

  .timer-item {
    min-width: 70px;
    padding: 0 15px;
  }

  .timer-item:not(:last-child)::after {
    height: 60px;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 32px !important;
  }

  .timer-item p {
    font-size: 14px;
  }

  .event-date-text {
    font-size: 20px;
  }

  .btn-register,
  .btn-partnership {
    padding: 10px 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .events-schedule-title h2 {
    font-size: 24px;
  }

  .events-schedule-title h3 {
    font-size: 14px;
  }

  .timer-item {
    min-width: 60px;
    padding: 0 12px;
  }

  .timer-item:not(:last-child)::after {
    height: 50px;
  }

  #demod,
  #demoh,
  #demom,
  #demos {
    font-size: 28px !important;
  }

  .timer-item p {
    font-size: 12px;
  }

  .event-date-text {
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-register,
  .btn-partnership {
    width: 100%;
    padding: 12px 20px;
  }
}

/* Profile Page Accordion Styles */
.profile .accordion {
  margin-top: 30px;
}

.profile .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.profile .accordion-item:first-child {
  border-top: 1px solid #ddd;
}

.profile .accordion-button {
  font-family: bruumBoldFont;
  font-size: 24px;
  color: red;
  background-color: #f8f8f8;
  padding: 20px 30px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.profile .accordion-button:not(.collapsed) {
  background-color: red;
  color: #fff;
  box-shadow: none;
}

.profile .accordion-button:hover {
  background-color: red;
  color: #fff;
}

.profile .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.profile .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A50000'%3e%3cpath fill-rule='evenodd' 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");
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}

.profile .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' 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");
}

.profile .accordion-body {
  font-family: bruumLightFont;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  padding: 30px;
  background-color: #fff;
}

.profile .accordion-body p {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.profile .accordion-body h4 {
  font-family: bruumBoldFont;
  font-size: 20px;
  color: red;
  margin-top: 25px;
  margin-bottom: 15px;
}

.profile .accordion-body ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}

.profile .accordion-body ul li {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.registration {
  font-size: 20px;
}
.profile .accordion-body a {
  color: red;
  text-decoration: underline;
}

.profile .accordion-body a:hover {
  color: red;
}

/* Responsive Accordion Styles */
@media only screen and (max-width: 767px) {
  .profile .accordion-button {
    font-size: 18px;
    padding: 15px 20px;
  }

  .profile .accordion-body {
    padding: 20px;
    font-size: 16px;
  }

  .profile .accordion-body p {
    font-size: 16px;
  }

  .profile .accordion-body h4 {
    font-size: 18px;
  }

  .profile .accordion-body ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .profile .accordion-button {
    font-size: 16px;
    padding: 12px 15px;
  }

  .profile .accordion-body {
    padding: 15px;
    font-size: 15px;
  }

  .profile .accordion-body p {
    font-size: 15px;
  }

  .profile .accordion-body h4 {
    font-size: 16px;
  }

  .profile .accordion-body ul li {
    font-size: 15px;
  }
}

/* Events Schedule - Compact 3-Column Banner Style */
.events-schedule-list {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.events-schedule-list h2 {
  font-family: bruumBoldFont;
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.events-schedule-list h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--main-color);
  margin: 15px auto 0;
}

/* Grid Container - Single Column */
.events-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Event Card - 3-Column Grid */
.event-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.event-card:hover {
  transform: scale(1.005);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* Content Side - Colored Background */
.event-card-content {
  grid-column: 2 / 3;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-card-title {
  font-family: bruumBoldFont;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-card-date {
  font-family: bruumLightFont;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

.event-card-date::before {
  display: none;
}

/* Image Side */
.event-card-image {
  grid-column: 1 / 2;
  overflow: hidden;
  position: relative;
}

.event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.event-card:hover .event-card-image img {
  transform: scale(1.05);
}

/* Hide date badge */
.event-card-date-badge {
  display: none;
}

/* Normal Layout: Thumbnail(1) | Content(2) | Blank(3) */
.event-card .event-card-image {
  grid-column: 1 / 2;
  grid-row: 1;
}

.event-card .event-card-content {
  grid-column: 2 / 3;
  grid-row: 1;
}

/* Reverse Layout: Blank(1) | Content(2) | Thumbnail(3) */
.event-card.reverse .event-card-image {
  grid-column: 3 / 4;
  grid-row: 1;
}

.event-card.reverse .event-card-content {
  grid-column: 2 / 3;
  grid-row: 1;
  text-align: right;
}

/* Arrow in Blank Column - Normal Layout (arrow on right pointing left to content) */
.event-card::after {
  content: "←";
  grid-column: 3 / 4;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ccc;
  background-color: #fff;
  transition: all 0.3s ease;
}

.event-card:hover::after {
  color: var(--main-color);
  transform: translateX(-5px);
}

/* Arrow in Blank Column - Reverse Layout (arrow on left pointing right to content) */
.event-card.reverse::after {
  content: "→";
  grid-column: 1 / 2;
  grid-row: 1;
}

.event-card.reverse:hover::after {
  transform: translateX(5px);
}

/* Color Themes for Each Card */
.event-card:nth-child(1) .event-card-content {
  background-color: red;
}

.event-card:nth-child(2) .event-card-content {
  background-color: #1976d2;
}

.event-card:nth-child(3) .event-card-content {
  background-color: #5d4037;
}

.event-card:nth-child(4) .event-card-content {
  background-color: #e65100;
}

.event-card:nth-child(5) .event-card-content {
  background-color: #616161;
}

.event-card:nth-child(6) .event-card-content {
  background-color: #795548;
}

.event-card:nth-child(7) .event-card-content {
  background-color: #00695c;
}

.event-card:nth-child(8) .event-card-content {
  background-color: #c62828;
}

.event-card:nth-child(9) .event-card-content {
  background-color: #2e7d32;
}

.event-card:nth-child(10) .event-card-content {
  background-color: #0277bd;
}

.event-card:nth-child(11) .event-card-content {
  background-color: #f57c00;
}

.event-card:nth-child(12) .event-card-content {
  background-color: #00838f;
}

.event-card:nth-child(13) .event-card-content {
  background-color: #6a1b9a;
}

.event-card:nth-child(14) .event-card-content {
  background-color: #bf360c;
}

/* Responsive - Tablet */
@media only screen and (max-width: 991px) {
  .event-card {
    min-height: 90px;
  }

  .event-card-content {
    padding: 12px 15px;
  }

  .event-card-title {
    font-size: 14px;
  }

  .event-card-date {
    font-size: 12px;
  }
}

/* Responsive - Mobile */
@media only screen and (max-width: 767px) {
  .events-schedule-list {
    padding: 40px 0;
  }

  .events-schedule-list h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .event-card {
    grid-template-columns: 1fr 2fr;
    min-height: 80px;
  }

  .event-card .event-card-image,
  .event-card.reverse .event-card-image {
    grid-column: 1 / 2;
  }

  .event-card .event-card-content,
  .event-card.reverse .event-card-content {
    grid-column: 2 / 3;
    text-align: left;
  }

  .event-card-content {
    padding: 10px 15px;
  }

  .event-card-title {
    font-size: 13px;
  }

  .event-card-date {
    font-size: 11px;
  }

  /* Hide arrows on mobile */
  .event-card::after,
  .event-card.reverse::after {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .event-card-content {
    padding: 8px 12px;
  }

  .event-card-title {
    font-size: 12px;
  }
}

.partnership-form-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

/* ===== FORM WRAPPER ===== */
.partnership-form-wrap .event-registration {
  background: #f2f2f2;
  margin: 30px auto;
  padding: 36px 42px;
}

/* ===== HEADER TEXT ===== */
.partnership-form-wrap .contact-form h6 {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.required {
  color: #d94435;
  font-weight: 700;
}

/* ===== ROWS ===== */
.partnership-form-wrap .form-row {
  margin-bottom: 20px;
}

/* ===== LABELS ===== */
.partnership-form-wrap .form-label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

/* ===== INPUTS ===== */
.partnership-form-wrap .form-control,
.partnership-form-wrap .form-select {
  width: 100%;
  height: 42px;
  padding: 8px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: #333;
  box-shadow: none;
}

.partnership-form-wrap .form-control::placeholder {
  color: #ababab;
}

.partnership-form-wrap .form-control:focus,
.partnership-form-wrap .form-select:focus {
  border-color: #c9c9c9;
  outline: none;
  box-shadow: none;
}

/* ===== SELECT2 BASE ===== */
.partnership-form-wrap .select2-container {
  width: 100% !important;
}

.partnership-form-wrap .select2-container--default .select2-selection--single {
  height: 42px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 6px !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  position: relative;
  padding-right: 40px !important; /* space for arrow */
}

/* TEXT */
.partnership-form-wrap .select2-selection__rendered {
  padding-left: 14px !important;
  padding-right: 10px !important;
  font-size: 15px;
  color: #333 !important;
  line-height: 40px !important;
}

.partnership-form-wrap .select2-selection__placeholder {
  color: #ababab !important;
}

/* ===== FIX DROPDOWN ICON ===== */
.partnership-form-wrap .select2-selection__arrow {
  height: 100% !important;
  width: 40px !important;
  position: absolute !important;
  right: 8px !important;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* REMOVE DEFAULT BROKEN ARROW */
.partnership-form-wrap .select2-selection__arrow b {
  display: none !important;
}

/* CUSTOM ARROW */
.partnership-form-wrap .select2-selection__arrow::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #555;
}

/* FOCUS STATE */
.partnership-form-wrap
  .select2-container--default.select2-container--focus
  .select2-selection--single,
.partnership-form-wrap
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}

/* ===== SECURITY BOX ===== */
.partnership-form-wrap .security-box {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 18px 16px;
}

.partnership-form-wrap .captcha-display {
  width: 100%;
  max-width: 320px;
  height: 58px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.partnership-form-wrap .security-label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
}

/* ===== BUTTONS ===== */
.partnership-form-wrap .captcha-btn {
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 14px;
}

.partnership-form-wrap .submit-btn {
  background: #ff2f26;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 20px;
}

.partnership-form-wrap .submit-btn:hover {
  background: #e42a22;
}

/* ===== COLUMN SPACING ===== */
@media (min-width: 768px) {
  .partnership-form-wrap .col-md-3 {
    padding-right: 16px;
  }

  .partnership-form-wrap .col-md-9 {
    padding-left: 10px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .partnership-form-wrap .event-registration {
    padding: 24px 18px;
  }

  .partnership-form-wrap .form-row {
    margin-bottom: 16px;
  }

  .partnership-form-wrap .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .partnership-form-wrap .form-control,
  .partnership-form-wrap .select2-selection--single {
    height: 40px !important;
  }

  .partnership-form-wrap .select2-selection__rendered {
    line-height: 38px !important;
  }

  .partnership-form-wrap .captcha-display {
    font-size: 26px;
    max-width: 100%;
  }
}

/* Welcome Page Specific Styles */
.welcome-hero {
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--second-color) 100%
  );
  color: white;
  padding: 4rem 0 2rem 0;
  position: relative;
  overflow: hidden;
}

.welcome-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="welcomePattern" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23welcomePattern)"/></svg>');
  opacity: 0.4;
}

.welcome-hero .container {
  position: relative;
  z-index: 2;
}

.welcome-content-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.welcome-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none;
  position: relative;
}

.welcome-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--main-color) 0%,
    var(--second-color) 100%
  );
}

.welcome-message-content {
  padding: 4rem;
  position: relative;
}

.welcome-title {
  color: var(--main-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.welcome-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--main-color), var(--second-color));
  border-radius: 2px;
}

.welcome-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: justify;
  font-family: "bruumLightFont", Arial, sans-serif;
}

.welcome-text strong {
  color: #000;
  font-weight: 600;
}

.signature-section {
  padding-top: 1rem;
  /* border-top: 2px solid #e9ecef; */
  text-align: right;
}

.signature-title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.signature-name {
  font-size: 1.3rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.signature-position {
  font-size: 1rem;
  color: #000;
  font-style: italic;
}

.conference-highlight {
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--second-color) 100%
  );
  color: white;
  padding: 2rem;
  border-radius: 15px;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.conference-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="confPattern" patternUnits="userSpaceOnUse" width="50" height="50"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23confPattern)"/></svg>');
  opacity: 0.3;
}

.conference-highlight .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.conference-highlight h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.conference-highlight .details {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.awards-highlight {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid var(--main-color);
  padding: 2rem;
  border-radius: 15px;
  margin: 2rem 0;
  text-align: center;
}

.awards-highlight h4 {
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.partnership-callout {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-left: 5px solid #ffc107;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 0;
}

.partnership-callout h4 {
  color: #856404;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.partnership-callout p {
  color: #856404;
  margin-bottom: 0;
  font-weight: 500;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .welcome-hero {
    padding: 2rem 0 1rem 0;
  }

  .welcome-message-content {
    padding: 2.5rem 2rem;
  }

  .welcome-title {
    font-size: 2rem;
  }

  .welcome-text {
    font-size: 1rem;
    text-align: left;
  }

  .signature-section {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .conference-highlight {
    padding: 1.5rem;
  }

  .conference-highlight h3 {
    font-size: 1.5rem;
  }

  .awards-highlight {
    padding: 1.5rem;
  }

  .partnership-callout {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .welcome-message-content {
    padding: 2rem 1.5rem;
  }

  .welcome-title {
    font-size: 1.8rem;
  }

  .welcome-text {
    font-size: 0.95rem;
  }
}

/* Animation Effects */
.welcome-card {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.conference-highlight,
.awards-highlight,
.partnership-callout {
  animation: fadeIn 1s ease-out 0.3s both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
