/* Arabic Website Stylesheet */

/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set default direction for Arabic content */
html, body {
    direction: rtl;
  font-family: 'GE SS Two', 'Inter Custom', serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}
.clear {
	clear:both;
}
.contain {
	position:relative;
}

.container.bannar img  {
	width:100%;
}
/*********************/

.manage-sec {
    width: 100%;
    padding: 10px 110px;
}	
	


/* Container for main content */
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
}


/* Header styles */
header {
    background-color: #2c3e50;
    color: #fff;
    padding: 0 0;
    text-align: center;
}


/* Main content area */
main {
    padding: 0 0;
}
.video-wrapper {
	  width: 100%;
  height: auto; /* desktop default */
  max-height: 600px; /* optional for large screens */
  object-fit: cover;
}

/********slider-banner*********/
.ihrc-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
 /* background: linear-gradient( 180deg,  #f1f1f1 0%, #8DB6DA 100%*/
    );
}

.ihrc-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-content {
  position: absolute;
    top: 38%;
    left: 27%;
  transform: translate(200%, -50%);
  text-align: center;

  z-index: 2;
  display:block;
	color: #0C1895;
}

.ihrc-slider .slider-content img {
    width: auto !important;   /* or your required width */
    max-width: 94%;
    height: auto;
    display: inline-block;
	float: right;
}

.slider-content h1 {
    font-size: 41px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.0;
    text-align: right;
}

.slider-content p {
  font-size: 24px;
  margin: 0;
}
.slider-content img {
	
}

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

.empower-header {
    width: 80%;
    text-align: center;
    padding: 20px 0 0;
}

.empower-header h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  direction: rtl; /* keeps Arabic correct */
  flex-wrap: wrap;
}

/* Arabic text */
.empower-header .ar {
  color: #0C1895; /* deep blue */
  white-space: nowrap;
	font-weight: bold;
	font-size: 45px;
}

/* English text */
.empower-header .en {
  font-family: 'Inter', 'Arial', sans-serif;
  direction: ltr;
  white-space: nowrap;
}
.empower-header .en img {
    width: 60%;
    float: right;
}
/* Highlight "Her" */
.empower-header .her {
  color: #ff007a;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {
  .empower-header h2 {
    font-size: 28px;
    gap: 10px;
  }
}

/***************************/
.bowld-banner {
  display: flex;
  width: 100%;
  min-height: 220px;
  overflow: hidden;
  background: #fff;
direction: ltr;
 border: 1px solid #0C1895;
	margin: 0 0 40px;
}

/* LEFT IMAGE SECTION */
.banner-image {
  position: relative;
  width: 65%;
  clip-path: polygon(
  0 0,
  100% 0,
  85% 100%,
  0 100%
)
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TEXT OVER IMAGE */
.banner-text {
  position: absolute;
  inset: 0;
 padding: 15px 40px;

  color: #fff;
  /*background: linear-gradient(
    90deg,
    rgba(90, 30, 170, 0.75),
    rgba(160, 80, 220, 0.45)
  );*/
}
.banner-change-txt {
    line-height: 1.2;
    text-align: left;
    padding-left: 55%;
}
.banner-change-txt img {
    width: auto;
    float: left;
    height: 64px;
}
.banner-change-txt h1 {
	  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}
.banner-change-txt h2 {
    opacity: 1!important;
    font-size: 24px!important;
    text-transform: capitalize!important;
  letter-spacing: 0px!important;
	
}


.banner-text h1 {
  font-size:34px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
	  margin-bottom: 10px;
}

.banner-text h2 {
  font-size: 48px;
  font-weight: 300;

  letter-spacing: 3px;
  opacity: 0.6;
}

/* RIGHT PANEL */
.banner-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
	position: relative;
}

.logos {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}

.logos img {
    max-height: 124px;
    object-fit: cover;
    margin: 0 50px;
}

/* LINK */
.banner-link {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #032E8C;
    padding: 10px;
    clip-path: polygon(0% 100%, 4% 0, 100% 0, 100% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 128%;
}
.banner-link span {
    text-align: center;
    width: 100%;
}

.banner-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .banner-text h1 {
    font-size: 32px;
  }

  .banner-text h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .bowld-banner {
    flex-direction: column;
  }

  .banner-image,
  .banner-right {
    width: 100%;
    clip-path: none;
  }

  .banner-text {
    padding: 25px;
  }

  .logos {
    justify-content: center;
  }

  .banner-link {
    justify-content: center;
  }
}


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

.ipsc-icon-top {
    position: absolute;
    width: 20%;
    left: 30px;
    bottom: -24px;
	
}
.ipsc-icon-top img {
    width: 100%;
}
.ipsc-sections {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 13px;
    direction: ltr;
    width: 74%;
}
/* COMMON SECTION STYLE */
.ipsc-sec {
    flex: 1;
}

/* SECTION 1 – LOGO */
.ipsc-sec-logo img {
    width: 45%;
}

/* SECTION 2 – CONTENT */
.ipsc-sec-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.ipsc-sec-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}





/***************/
.top-ihrc-text {
    width: 50%;
    float: left;
    text-align: right;
    position: relative;
    left: 12%;
}
.top-ihrc-text h2 {
	color:#0C1895;
	font-size:45px;
	font-weight:bold;
}
.top-ihrc-text h2 span {
	font-weight:normal;
}
.top-ihrc-text p {
    font-size: 22px;
    color: #505050;
    padding: 20px 0 0 140px;
    line-height: 1.3;
}
.top-ihrc-text p span {
	font-weight:bold;
}
.top-ihrc-logo {
	text-align:right;
	float:left;
	width:30%;
}
.top-ihrc-logo img {
	width: 20%;
	
}

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

.right-triangle {
    position: absolute;
    right: 0;
	bottom: -200px;
}
.right-triangle img {
    width: 5vw;
}

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

.gradient-sec {
	width:100%;
	padding:10px;
	 /* background: linear-gradient(
    to right,          /* direction (can change to top, bottom, or angle) */
   /* #1F2EFA 0%,        /* green */
  /*  #29967E 50%,       /* teal */
  /*  #97B83F 100%       /* blue */
 /* );*/
   background:url("../images/bowld-gradient.webp") no-repeat center center;
   background-size:100%;
   min-height:434px;
}

.clear {
	clear:both;
}

.key-area {
  max-width:100%;
  margin: 0;
  padding: 32px 16px;
  box-sizing: border-box;
  /*background: linear-gradient(90deg, #2530d7 0%, #28b885 100%);*/
}
.key-area-header {
  font-size: 45px;
  text-align: center;
  margin-bottom:30px;
  color: #fff;
  font-weight: bold;
}

.key-area-content {
    display: flex;
    flex-wrap: wrap;
    gap: 112px;
    justify-content: center;
    direction: ltr;
}

.key-area-block {
    background: transparent;
    color: #fff;
    flex: 1 1 320px;
    min-width: 320px;
    max-width: 320px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 12px;
    text-align: right;
}

.key-area-block-header {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.key-area-block-subheader {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.key-area-block-text {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.7;
}

.key-area-logo-block {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: center;
  min-width: 320px;
}

.key-area-logo {
    display: block;
    width: 90%;
    margin-bottom: -20px;
    position: relative;
    top: -86px;
    left: -18px;
}

/*******************Strategic-sec******/

.strategic-sec {
  position: relative;
  width: 100%;
  padding: 0 0;
  background: url(../images/strategic.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden; /* ensures pseudo-element stays inside */
  min-height:560px;
}


.blue-blend {
	background-color: #032E8C;
     clip-path: polygon(0% 100%, 100% 100%, 100% -280%, 27% 100%);
    mix-blend-mode: hard-light;
	padding: 13px 0;
    position: absolute;
	width:100%;
	bottom:0;
}
.clipped-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 46% 0, 28% 100%, 0% 100%);
    background: white;
    transform: translate(4px, 0);
    z-index: 0;
}


.strategic-head {
	width:60%;
	float:right;
	position:relative;
	z-index:20;

}
.strategic-head p {
    text-align: right;
    font-size: 45px;
    font-weight: bold;
    color: #0C1895;
    line-height: 1.0;
    top: 90px;
    position: relative;
}
.strategic-head p span {
	display:block;
}
.strategic-block {
    width: 24%;
    float: right;
    text-align: right;
    position: relative;
    top: 0;
    line-height: 1.4;
    right: 13%;
    padding: 40px 0;
}
.strategic-block .head {
	color:#fff;
	font-size:65px;
    line-height: 1.2;
	margin:0 0 15px;
	font-weight:300;
	
}
.strategic-block .head span {
	display:contents;
	font-weight:600;
}
.strategic-block .para {
    font-size: 22px;
    color: #fff;
    padding: 0 10px;
    width: 80%;
    font-weight: 300;
}

/*****************/
.leadership {
	width:100%;
	position:relative;
}
.leadership-left {
	width:60%;
	float:left;
	padding:10px 0;
}




    .leadership-sec{
      max-width: 100%;
      margin: 0;
      padding: 22px;
      direction: rtl; /* ensure RTL */
    }

    /* 1) H1 row (full width) */
    .leadership-title {
      width: 100%;
      text-align: right; /* as requested */
      margin-bottom: 20px;
    }
    .leadership-title h1{
      margin:0;
      color: #0C1895;
      font-size:65px;
      line-height: 1;
      font-weight:700;
      letter-spacing: .4px;
    }

    /* 2) Two block row */
    .leadership-row{
      display: grid;
      grid-template-columns: 1fr 1fr; /* two equal columns */
      gap: 28px;
      align-items: start;
    }

    .card{
      background: var(--card-bg);
      padding: 8px 6px;
      border-radius: 6px;
    }

    .card h2{
      margin: 0 0 10px 0;
      font-size: 32px;
      line-height: 1.05;
      font-weight:700;
      text-align: right;
      color: #0C1895;
    }

    .card p{
      margin:0;
      font-size: 22px;
      line-height: 1.28;
      text-align: right;
      color: #000;
    }

 /*****************************/
.speaker-div {
    position: absolute;
    z-index: 2;
    right: -30px;
    top: -310px;
    display: block;
}
  .speaker-div img {
	  width:100%;
  }
.speaker-div-mob {
	display: none;
}
  
  /*************************/

  .hr-section {
position: relative;
    width: 100%;
    padding: 10px 0;
    z-index: 20;
    top: 90px;

}
.hrbg {
	  width: 100%;
  padding: 0 0;
  background: url("../images/bowld-event.webp") no-repeat center center;
  background-size: cover;
  overflow: hidden; /* ensures pseudo-element stays inside */
  min-height:330px;
  position:relative
}
.hr-blue {
    background-color: #032E8C;
/*clip-path:polygon(0% 100%, 100% 100%, 100% -280%, 27% 100%);*/
    mix-blend-mode: hard-light;
	 background: url(../images/Rectangle289.png) no-repeat  left bottom;
    padding: 13px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
	min-height: 335px;
}
.hr-blue .para-txt {
    font-size: 42px;
    color: #fff;
    padding: 0;
    width: 45%;
    text-align: right;
    position: absolute;
    left: 20px;
    bottom: 40px;
    line-height: 1.2;
}
.hr-blue .para-txt span {
	font-weight:bold;
	display:block;
}
.hr-blue .para-logo {
    position: absolute;
    top: 40px;
    left: 30px;
}
.hr-blue .para-logo img {
	width: 100%;
	float: left;
}

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

.quadra-sec {
    width: 100%;
    position: relative;
    margin: 70px 0 52px;
    padding: 0 0 48px;
}
.quadra-sec img {
    width: 23%;
    position: absolute;
    left: 0;
    top: 0;
}
.quadra-sec-text {
	position: absolute;
	left: 500px;
	color: #0C1895;
	font-size: 64px;
	font-weight: 600;
}

.lead-sec {
	width:100%;
	padding:60px 0;
}

   /* H1 (full width, right aligned) */
    .lead-title {
      width: 100%;
      text-align: right;        /* heading aligned to right */
      margin: 40px 0 18px 0;
    }
    .lead-title h1 {
      margin: 0;
      color: #0C1895;           /* heading color */
      font-size: 65px;         /* requested size */
      line-height: 1;
      font-weight: 700;
    }
	.lead-row {
		width:60%;
		float:left;
		font-size:28px;
		color:#000;
		direction: ltr;
		text-align: right;
	}
.lead-row p {
    margin: 0 0 40px;
    line-height: 1.2;
}
	.image-row {
    position: relative;
    width: 35%;
    overflow: hidden;
	}
	.image-row img {
		  width: 100%;
  height: auto;
  display: block;
}
/* Text Overlay */
.img-overlay-text {
	  position: absolute;
    left: 60px;
    bottom: 80px;
	  line-height: 1.1;
	text-align: left;
	color: #fff;
}
.smalls {
	  font-size: 40px;
  font-weight: 400;
  display: block;
  opacity: 0.9;
}
.bigs {
	  font-size: 64px;
  font-weight: 800;
  display: block;
}


/* Mobile responsive */
@media (max-width: 768px) {
.img-overlay-text {
    left: 20px;
    bottom: 20px;
  }
}


	
	/**************/
	.metaverse-section {
		width:100%;
		padding:10px 0;
		position:relative;
	}
	.metaverse-bg {
	position: absolute;
    right: 0;
    top: -520px;
	}
	.metaverse-bg img {
		width:100%;
	}
	.metaverse-logo {
	position: absolute;
    width: 476px;
    z-index: 20;
    bottom: 0;
    right: 50px;
    background: url(../images/ihrc/hr-metaverse-logo.svg) no-repeat center center;
    height: 200px;
    top: 574px;
	}
	.metaverse-logo img {
		
	}
	
	/**************/
	.verse-left {
		width:50%;
		float:left;
	}
	.verse-left img {
		width:100%;
	}
	
	.verse-right {
		float:right;
		width:50%;
	}
	
	.promo {
      max-width: 340px;            /* change to fit your column */
      padding: 18px;
      background: #fff;
      direction: rtl;
	  margin-top:400px;             /* Arabic layout */
    }

    /* Logo area */
    .promo .logo {
      display:flex;
      gap:12px;
      align-items:center;
      margin-bottom:12px;
    }
    .promo .logo img {
      display:block;
      width:100%;                 /* tune size to match image */
      height:auto;
    }
    .promo .brand-text{
      font-size:14px;
      color:#333;
    }

    /* Headline - gold color, bold and large */
    .promo h1{
margin: 30px 0;
    color: #896D31;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;
    text-align: right;
    }

    /* Body text */
    .promo p {
      margin: 0 0 14px 0;
      font-size: 22px;
      color: #000;
      line-height: 1.6;
      text-align: right;
    }

    /* CTA button */
    .cta {
      display:inline-flex;
      gap:10px;
      align-items:center;
      justify-content:center;
      padding:10px 14px;
      background: #0C1895;
      color:#fff;
      text-decoration:none;
      font-weight:700;
      font-size:15px;
      border: none;
      cursor: pointer;
    }

    .cta .arrow {
      display:inline-block;
      width:18px;height:18px;
      transform: rotate(180deg); /* point left for RTL (adjust if you want) */
    }
	
/***************************************/
.display-events {
	background: url(../images/ihrc/event-bg.webp) no-repeat  center center;
	width:100%;
	background-size:cover;
}
.event-header {
	width:100%;
	text-align:right;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding:0 0 30px;
}
/*************/

.buldge {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 100px 0 0;
    background: #f6f6f6;
}

.buldge img {
    width: 21%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ihrc-events {
		width:100%;
		background:#EFEFEF;
	}
	  
    .ihrc-banner-wrap{
		max-width:1440px;
		 width: 90%;
		margin:0 auto;
		background:#fff;
		overflow:hidden;
		direction:ltr;
		position:relative;
		top:-60px;
		}


    .banner-ihrc{
		display:grid;
		grid-template-columns:1.6fr 1fr;
		align-items:stretch;
		min-height:220px;
		border: 1px solid #005197;
		}


    .banner-ihrc__visual{
		position:relative;
		overflow:hidden;
		}
    .banner-ihrc__visual img{
		width:100%;
		height:100%;
		object-fit:cover;
		display:block
		}


    .banner-ihrc__info{
		background:#fff;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		padding:20px 0 0;
		}

  
    .info-top-ihrc{
		display:flex;
		align-items:center;
		gap:106px;
		 margin: 34px 0 0 0;
		 }
    .date-wrap-ihrc{
		min-width:92px;
		}
 
	.date-wrap-ihrc img {
    display: block;
    width: 113%;
    height: auto;
}


    .logo-ihrc-inner{
		min-width:110px;
		text-align:right;
		}
    .logo-ihrc-inner img{
		max-width:190px;
		height:auto;
		}

	.info-footer-ihrc {
    background: #032E8C;
    color: #fff;
    padding: 12px 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 118%;
    right: 0;
	 clip-path: polygon(0 100%, 10% 0, 100% 0, 100% 100%);
	
}
    .cta-ihrc{
		background:transparent;
		border:none;
		color:#fff;
		font-weight:600;cursor:
		pointer;
		padding:0px 14px;
		font-size:18px; 
		font-weight:bold;
		}

    /* Accent diagonal shape on top of right panel (decor) */
    .banner-ihrc__info::before{
		content:"";
		position:absolute;
		right:0;top:0;
		bottom:0;
		width:38%;
		background:transparent;
		pointer-events:none;
		transform:skewX(-18deg);
		}
    .banner-ihrc__info{
		position:relative;
		}
		
		
/**************tab-part*****************/

.event-tab-sec {
	width:100%;
	padding:10px 0;
}

.event-tab-header {
    width: 100%;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    color: #0C1896;
    padding: 0 0 30px;
}

.tab-events {
		width:100%;
	}
    .tab-banner-wrap{
		max-width:1440px;
		margin:24px auto;
		background:#fff;
		overflow:hidden;
		direction:ltr;
		}


    .banner-tab{
		display:grid;
		grid-template-columns:1.6fr 1fr;
		align-items:stretch;
		min-height:220px;
		border: 1px solid #005197;
		}


    .banner-tab__visual{
		position:relative;
		overflow:hidden;
		}
    .banner-tab__visual img{
		width:100%;
		height:100%;
		object-fit:cover;
		display:block
		}


    .banner-tab__info{
		background:#fff;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		padding:20px 0 0;
		}

  
    .info-top-tab{
		display:flex;
		align-items:center;
		gap:106px;
		 margin: 34px 0 0 0;
		 }
    .date-wrap-tab{
		min-width:92px;
		}
 
	.date-wrap-tab img {
    display: block;
    width: 113%;
    height: auto;
}


    .logo-tab-inner{
		min-width:110px;
		text-align:right;
		}
    .logo-tab-inner img{
		max-width:190px;
		height:auto;
		}

	.info-footer-tab {
    background: #032E8C;
    color: #fff;
    padding: 12px 18px;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 118%;
    right: 0;
	 clip-path: polygon(0% 100%, 3% 0, 100% 0, 100% 100%);
	 cursor:pointer;
	
}
    .cta-tab{
		background:transparent;
		border:none;
		color:#fff;
		font-weight:600;cursor:
		pointer;
		padding:0px 14px;
		font-size:18px; 
		font-weight:bold;
		}

    /* Accent diagonal shape on top of right panel (decor) */
    .banner-tab__info::before{
		content:"";
		position:absolute;
		right:0;top:0;
		bottom:0;
		width:38%;
		background:transparent;
		pointer-events:none;
		transform:skewX(-18deg);
		}
    .banner-tab__info{
		position:relative;
		}

  /****************************************/
  
  .middle-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .middle-section h2 {
      font-size: 40px;
      color: #0C1895; /* dark blue */
      margin-bottom: 20px;
    }
    .middle-section a {
      display: inline-block;
      background: #001689;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      font-size: 18px;
	  direction:ltr;
    }
    .middle-section a:hover {
      background: #0033cc;
    }





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


@media (max-width:1584px) { 

.strategic-head {
    right: 8%;
}

}

@media (max-width:1440px) { 
.key-area-block-text {
    font-size: 18px;
}
.key-area-logo {
    display: block;
    width: 270px;
}
/***************/
    .speaker-div {
        right: -150px;
    }
	.slider-content {
    left: 14.5%;
	}
		.top-ihrc-logo img {
    width: 30%;
}
	.key-area-content {
    gap: 72px;
	}
	.key-area-header {
    margin-bottom: 20px;
    margin-top: 20px;
}
	.empower-header {
    width: 87%;
}
	.strategic-block .head {
    font-size: 50px;
}
		.ipsc-sec-content h3 {
    font-size: 21px;
	}

	.ipsc-icon-top {
    bottom: -20px;
}
}


@media (max-width:1366px) { 
    .slider-content {
        left: 11.5%;
    }
	.top-ihrc-text h2 {
    font-size: 40px;
}
	    .key-area-content {
        gap: 42px;
    }
	    .empower-header {
        width: 90%;
    }
	    .speaker-div {
        right: -180px;
    }
	.banner-change-txt h2 {
    font-size: 20px !important;
	}
	    .ipsc-sec-content h3 {
        font-size: 20px;
    }
	    .ipsc-icon-top {
        bottom: -19px;
    }
	


}


@media (max-width:1280px) {
	.strategic-block .para {
    font-size: 17px;
	}
	.speaker-div {
        right: -230px;
		top: -330px;
    }
	    .slider-content {
        left: 8%;
    }
	.top-ihrc-text {
    width: 52%;
	}
	.key-area-block {
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 300px;
	}
	.empower-header {
        width: 95%;
    }
	.strategic-head p {
    top: 130px;

}
	.leadership-title h1 {
    font-size: 55px;
	}
	    .ipsc-sec-content h3 {
        font-size: 18px;
    }
}
@media (max-width:1273px) {
    .gradient-sec {
        background: linear-gradient(-128deg, #EB008B 0%, #C300B2 50%, #1F2EFA 100%);
    }
	.key-area-logo-block {
		    align-items: center;
	}
	.key-area-block-text {
    font-size: 22px;
	}
}

@media (max-width:1117px) {
    .slider-content {
        left: 0%;
    }
	    .top-ihrc-text h2 {
        font-size: 32px;
    }
	.top-ihrc-text p {
    padding: 0 0 0 0;
	}
	    .key-area-content {
        gap: 112px;
    }
	    .key-area-block {
        flex: 1 1 320px;
        min-width: 320px;
        max-width: 320px;
    }
    .empower-header {
        width: 100%;
    }
	    .strategic-block .head {
        font-size: 40px;
    }
	    .leadership-title h1 {
        font-size: 45px;
    }
    .speaker-div img {
        width: 70%;
    }
	.speaker-div {
          right: -70px;
        top: -180px;
    }
	.quadra-sec-text {
    font-size: 54px;
	}
	.bigs {
		font-size: 54px;
	}
	.quadra-sec {
    padding: 0 0 50px;
}
	.logos {
    align-items: self-end;
    gap: 0;
}
	.banner-right {
		padding: 0;
	}
	    .banner-change-txt h2 {
        font-size: 17px !important;
    }
	.banner-text h1 {
    font-size: 20px;
	}
}

@media (max-width:1024px) {

      .slider-content {
        left: -14.5%;
    }
	.slider-content h1 {
    font-size: 32px;
	}
	.ihrc-slider .slider-content img {
    max-width: 70%;
	}
	    .top-ihrc-text h2 {
        font-size: 29px;
    }
	.strategic-block {
    width: 26%;
	}
    .speaker-div img {
        width: 66%;
    }
	
	    .quadra-sec-text {
        font-size: 50px;
    }
	.quadra-sec {
    padding: 0 0 0px;
}
	.bigs {
    font-size: 40px;
}
	.buldge {
    margin: 70px 0 0 0;
}
	.logos img {
    margin: 0 10px;
}
	.banner-change-txt img {
    height: 45px;
}
	.ipsc-icon-top {
    width: 250px;
	bottom: -18px;
}
}


@media (max-width:1000px) {
	.strategic-block .head {
    font-size: 35px;
	}

	.verse-left {
    position: relative;
    z-index: 20;
}

}
 /* Responsive behaviour */
    @media (max-width:1000px){
      .banner-ihrc{
		  grid-template-columns:1fr 0.95fr;
		  }
      
	  .date-wrap-ihrc img {
    width: 100%;
	}
	.logo-ihrc-inner img {
    max-width: 150px;
    height: auto;
}
.info-top-ihrc {
    margin: 0;
	gap: 30px;

}
    }
	  /* Responsive behaviour */
    @media (max-width:1000px){
      .banner-tab{
		  grid-template-columns:1fr 0.95fr;
		  }
      
	  .date-wrap-tab img {
    width: 100%;
	}
	.logo-tab-inner img {
    max-width: 150px;
    height: auto;
}
.info-top-tab {
    margin: 0;
	gap: 30px;

}
    }

@media (max-width: 980px) {
	    .slider-content {
        left: -18%;
    }
	.top-ihrc-text p {
    font-size: 20px;
	}
	    .speaker-div {
        right: -130px;
    }
	.lead-row p {
    font-size: 22px;
}
	    .quadra-sec-text {
        font-size: 46px;
    }
}
@media (max-width: 953px) {
	.hr-blue .para-txt {
    width: 65%
	}
		.quadra-sec-text {

    left: 300px;
}
}

@media (max-width: 950px) {
    .slider-content {
        left: -21%;
    }
	    .top-ihrc-text h2 {
        font-size: 27px;
    }
	

}


@media (max-width: 912px) {
    .slider-content {
        left: -24.5%;
    }
	    .top-ihrc-text h2 {
        font-size: 25px;
    }
	    .top-ihrc-text p {
        font-size: 18px;
    }
	    .leadership-title h1 {
        font-size: 38px;
    }
	.card h2 {
    font-size: 29px;
	}
	.leadership-left {
    width: 100%;
	}
	.speaker-div {
		display: none;
	}
	.speaker-div-mob {
		display: block;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.speaker-div-mob img {
		width: 80%;
	}
	.hr-section {
    top: 0px;
}
	    .bigs {
        font-size: 35px;
    }
	.quadra-sec-text {
    left: 300px;
	}
.quadra-sec {
        margin: 0px 0 20px;
    }
	.lead-sec {
    padding: 30px 0 0;
}
	.buldge {
    margin: 80px 0 0 0;
}
	    .banner-change-txt h2 {
        font-size: 15px !important;
    }
}
   

@media (max-width: 900px) {
  .key-area-header {
    font-size: 32px;
  }
  .key-area-content {
    flex-direction: column;
    align-items: stretch;
  }
  .key-area-block,
  .key-area-logo-block {
    max-width: 100%;
    min-width: 0;
    padding: 16px 10px;
  }
	
}

 @media (max-width: 880px){
      .leadership-title h1 { font-size: 48px; } /* scale down */
      .leadership-row{
        grid-template-columns: 1fr; /* single column */
      }
      .card h2{ font-size: 28px; }
      .card p{ font-size: 20px; }
	     .top-ihrc-text h2 {
        font-size: 24px;
    }
    }


@media (max-width:853px) {
    .slider-content {
        left: -30.5%;
    }
	
}
	
@media (max-width:820px) {
    .strategic-block .head {
        color: #fff;
        font-size: 30px;
    }
    .strategic-block .para {
        font-size: 12px;
    }
	.speaker-div {
		display:none;
	}
	.leadership-left {
    width: 100%;
	}
	    .top-ihrc-text h2 {
        font-size: 23px;
    }
	
	/*************************/
	.hr-blue {
    background-color: #4400EE;
/*clip-path:polygon(0% 100%, 100% 100%, 100% -280%, 27% 100%);*/

}
      .hr-blue .para-txt {
        font-size: 30px;
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0;
        top: 160px;
    }
	
	/**************************/
	.metaverse-bg {
        position: relative;
        background: #020102;
        right: 0;
        top: 0;
        width: 100%;
        float: left;
        min-height:280px;
		
	}
	.metaverse-bg img {
		display:none;
		
	}
	.metaverse-logo {
    position: relative;
    width: 476px;
    bottom: 0;
    right: 0;
    top: 24px;
    display: block;
}
	.promo {
		margin-top:0;
	}
	    .slider-content h1 {
        font-size: 25px;
    }
	    .ihrc-slider .slider-content img {
        max-width: 55%;
    }
	    .slider-content {
        left: -41%;
    }
	    .speaker-div-mob {
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
	.speaker-div-mob {
		width: 100%;
	}
	
	
}



/* Responsive design */
@media (max-width: 768px) {
	
	.verse-left {
    width:100%;
    float: left;
}
.promo {
    max-width: 100%;
    margin-top: 10px;
}
.verse-right {
    float: right;
    width:100%;
}
	
	/*******************/
	.metaverse-section {
		width:100%;
		padding:10px 0;
		position:relative;
	}
	
	.metaverse-logo {
    position: relative;
    width: 100%;
    z-index: 20;
    bottom: 0;
    right: 0;
	background-size:80%;
}
	.metaverse-logo img {
	     display: block;
        margin: 60px auto 0;
        max-width:80%;
        height: auto;
	}
		.metaverse-bg {
        position: relative;
        background: #020102;
        right: 0;
        top: 0;
        width: 100%;
        float: left;
        min-height:280px;
		display:block;
	}
	
	    .key-area-content {
        gap: 20px;
    }
	    .key-area-block {
        flex: 1 1 150px;
	}
	.key-area-logo {
    margin-bottom:0;
    top: 0;
    left: 0;
}

	
	
/**/	
  .lead-sec {
    display: flex;
    flex-direction: column-reverse;
  }
     .image-row {

        width: 100%;
        float: left;
    }
  .lead-row { 
	width:100%;              /* text below */
  }
  .image-row img {
    width: 100%;
}
	

  .overlay-text .big {
    font-size: 30px;
  }

  .overlay-text .small {
    font-size: 14px;
  }
	    .logos {
        padding: 20px 0 50px;
    }
.banner-change-txt {
    line-height: 1.2;
    text-align: right;
}
	.manage-sec {
    padding: 30px 110px;
}
	.banner-link {
		width: 100%;
		clip-path:margin-box;
	}
	    .banner-change-txt img {
        float: right;
    }
  
}

	
.clipped-border {
	display:none;
}
	


.lead-sec {
	display: flex;
	flex-direction: column;
	background: #f6f6f6;
}
 .image-row {
    order: 1; /* image first */
  }

  .lead-row {
    order: 2; /* text after */
  }




 @media (max-width:720px){
      /* stack - image on top */
      .banner-ihrc{
		  grid-template-columns:1fr;
		  }
      .banner-ihrc__visual{
		  order:0
		  }
      .banner-ihrc__info{
		  order:1;
	  padding:16px;
	  }
      .banner-ihrc__info::before{
		  display:none;
		  }
     
      .info-top-ihrc{
		  flex-direction:row;
		  align-items:center; 
		  margin: 0 0 0 30%;
		  }
      .logo-ihrc-inner img{
		  max-width:86px;
		  }
      .info-footer-ihrc{
		  justify-content:center; 
		  position:relative; 
		  clip-path:polygon(0 100%, 0% 0, 100% 0, 100% 100%); 
		  width:100%;
		  }
    }
	    @media (max-width:720px){
      /* stack - image on top */
      .banner-tab{
		  grid-template-columns:1fr;
		  }
      .banner-tab__visual{
		  order:0
		  }
      .banner-tab__info{
		  order:1;
	  padding:16px;
	  }
      .banner-tab__info::before{
		  display:none;
		  }
     
      .info-top-tab{
		  flex-direction:row;
		  align-items:center; 
		  margin: 0 0 0 30%;
		  padding: 10px 0;
		  }
      .logo-tab-inner img{
		  max-width:86px;
		  }
      .info-footer-tab{
		  justify-content:center; 
		  position:relative; 
		  clip-path:polygon(0 100%, 0% 0, 100% 0, 100% 100%); 
		  width:100%;
		  }
    }
	

@media (max-width: 650px) {
	

.top-ihrc-text span {
	display:block;
}

.top-ihrc-logo {
	text-align:right;
	float:right;
	width:100%;
}

.top-ihrc-text h2 {
	font-size:25px;
}
	.slider-content {
        left: -69%;
    }
.empower-header h2 {
        font-size: 28px;
        gap: 10px;
        margin: 0 0 20px;
    }
	    .key-area-header {
        font-size: 45px;
			text-align: right;
    }
	.quadra-sec-text {
		        left: 200px;
		font-size: 36px;
	}
	.blue-blend {
		clip-path: margin-box;
	}


}

@media (max-width: 600px) {
    .slider-content h1 {
        font-size: 20px;
    }
	    .ihrc-slider .slider-content img {
        max-width: 43%;
    }
	    .slider-content {
        left: -87%;
    }
	    .top-ihrc-text {
        width: 100%;
    }
	    .top-ihrc-logo {
        position: relative;
        left: 41px;
    }
	.right-triangle {

    bottom: -486px;
}
}


@media (max-width: 550px) {

	    .slider-content {
        left: 0;
        right: 70.6%;
    }
	    .slider-content h1 {
        font-size: 15px;
    }
	    .ihrc-slider .slider-content img {
        max-width: 77%;
    }
	    .quadra-sec-text {
        left: 180px;
        font-size: 28px;
    }
	    .banner-text h1 {
        font-size: 16px;
			margin-bottom: 0px;
    }
	
    
	    .banner-change-txt h2 {
        font-size: 13px !important;
    }
}


@media (max-width: 480px) {
	

    .container {
        width: 95%;
    }
	.ihrc-banner-wrap {
		width: 95%;
	}
    .strategic-block {
        width: 100%;
        right: 0;
        padding: 0 10px;
    }
	.strategic-head {
        right: 0;
    }
	.strategic-head p {
    font-size: 32px;
	}
.slider-content h1 {
        font-size: 13px;
    }
	.top-ihrc-text {
    left: 17%;
}
	    .strategic-block .head {
        color: #fff;
        font-size: 40px;
    }
	    .strategic-block .para {
        font-size: 22px;
    }
	    .strategic-block {
             padding: 0 30px 40px;
    }
    .strategic-head p {
        top: 10px;
    }
	

}
@media (max-width:480px){ 
	     .info-top-ihrc {
        margin: 0 0 0 0%;
    }
	 }
 @media (max-width:480px){ 
	     .info-top-tab {
        margin: 0 0 0 0%;
    }
	 }
@media (max-width: 420px){
      .leadership-title h1 { font-size: 36px; }
      .card h2{ font-size: 22px; }
      .card p{ font-size: 18px; }
	
    .manage-sec {
        padding: 30px 80px 10px 54px;
    }
	.right-triangle {
        bottom: -530px;
    }
	.strategic-head p span {
    display: contents;
}
	.strategic-head {
    width: 100%;
	}
	.middle-section h2 {
    font-size: 24px;
    line-height: 1.0;
}
	
    }

@media (max-width:390px) {
    .quadra-sec-text {
        left: 100px;
	}
	    .banner-text {
        padding: 5px 25px 25px;
    }
	    .ipsc-icon-top {
        left: 17%;
    }
	.als {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

@media (max-width:375px) {
    .strategic-head p {
        font-size: 30px;
        top: 0;
    }
	    .key-area-logo {
        width: 240px;
    }
	    .strategic-block {
        padding: 0 30px 20px;
    }
	    .banner-change-txt h2 {
        font-size: 12px !important;
    }
	
}

@media (max-width:350px) {
    .quadra-sec-text {
        font-size: 22px;
    }
}

@media (max-width: 330px) {
.top-ihrc-text {
        left: 21%;
    }
	    .top-ihrc-text h2 {
        font-size: 21px;
    }
	.right-triangle {
        bottom: -550px;
    }
	    .key-area-logo {
        width: 200px;
    }
.banner-image img {
    height: 110px;
	}
	    .newd {
        height: 45px !important;
    }
}


@media (max-width: 324px) {
    .slider-content h1 {
        font-size: 11px;
    }
	    .top-ihrc-text h2 {
        font-size: 19px;
    }
}

