/* 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: 'Inknut Antiqua', 'Inter Custom', serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}
.clear {
	clear:both;
}
.contain {
	position:relative;
}

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


	
	


/* 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;
}

/********slider-banner*********/
.ihrc-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.slider-content {
  position: absolute;
  top: 50%;          /* vertical center */
  left: 50%;         /* horizontal center */
  transform: translate(200%, -50%);
  text-align: center;
  color: #fff;       /* white text above image */
  z-index: 2;
  display:none;
}

.slider-content h1 {
  font-size: 48px;
  margin: 10px 0;
  font-weight: bold;
}

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

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

.ipsc-icon-top {
    position: absolute;
    width: 20%;
    left: 30px;
    bottom: -23px;
}
.ipsc-icon-top img {
    width: 100%;
}

/***************/
.top-ihrc-text {
	width:50%;
	float:left;
	text-align:right;
}
.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;
}
.top-ihrc-text p span {
	font-weight:bold;
}
.top-ihrc-logo {
	text-align:left;
	float:right;
	width:40%;
}

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

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

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

.gradient-sec {
	width:100%;
	padding:0px;
	 /* 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/ipsc/ipsc-gradient.webp) no-repeat center top;
   background-size:100%;
   min-height:434px;
}
.key-area-header {
  font-size: 36px;
  text-align: center;
  margin-bottom:0px;
  color: #0C1896ff;
  font-weight: bold;
}

.clear {
	clear:both;
}

.key-area {
  max-width:100%;
  margin: 0;
  padding: 32px 0;
  box-sizing: border-box;
  /*background: linear-gradient(90deg, #2530d7 0%, #28b885 100%);*/
}


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

.key-area-block {
  background: transparent;
  color: #fff;
  flex: 1 1 300px;
  min-width: 300px;
  max-width: 308px;
  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: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 108px;
}

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

.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: 330px;
  margin-bottom: 22px;
}

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

.strategic-sec {
  position: relative;
  width: 100%;
  padding: 0 0;
  background: url(../images/ipsc/strategic-bg.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:#fff;
	line-height:1.2;
	top:-20px;
	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%;
}
.strategic-block .head {
	color:#fff;
	font-size:65px;
    line-height: 1.2;
	margin:0 0 15px;
	font-weight:100;
	
}
.strategic-block .head span {
	display:block;
	font-weight:bold;
}
.strategic-block .para {
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
	width:80%;
}

/*****************/
.leadership {
	width:100%;
	position:relative;
}
.leadership-left {
	width:50%;
	float:left;
	margin:100px 0 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: 18px;
    }
    .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-holder {
	background: url(../images/ipsc/blue-flag.png) no-repeat right center;
	width: 100%;
    padding: 43px 52px 0 0px;
    background-size: contain;
}

  .card .slim{
      margin: 0 0 10px 0;
      font-size: 40px;
      line-height: 1.05;
      font-weight:100;
      text-align: right;
      color: #0C1895;
    }

  .card .bold{
      margin:0;
      font-size: 50px;
      line-height: 1.2;
	  font-weight: bold;
      text-align: right;
      color: #0C1895;
    }
.movee-below {
	margin: 0 0 50px;
}

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

 /*****************************/
.speaker-div {
    position: absolute;
    z-index: 2;
    right: 0;
    top:-270px;
}
  .speaker-div img {
	  width:100%;
  }
  
  /*************************/

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

}
.hrbg {
	  width: 100%;
  padding: 0 0;
  background: url(../images/ipsc/shipping.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/ihrc/Rectangle289.png) no-repeat  left bottom;
    padding: 13px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
	min-height: 335px;
}
.hr-blue .para-txt {
    font-size: 30px;
    color: #fff;
    padding: 0;
    width: 24%;
    text-align: right;
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1.2;
}
.hr-blue .para-txt h2 {
	font-size: 70px;
	font-weight: bold;
	
}
.hr-blue .para-txt span {
	display:block;
}

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




.lead-sec {
	width:100%;
	padding: 0;
	background: #E7E7E7;
	position: relative;
}

.recognision-part {
	width: 100%;
	float: left;
} 

.ipsc-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ipsc-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  direction: rtl;
  text-align: right;
  flex-wrap: wrap;
}

.ipsc-box {
  flex: 1 1 30%;
  background: linear-gradient(90deg, #202DBA 0%, #0C1895 100%);
  color: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.ipsc-box h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ipsc-box p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
	font-weight: 300;
}

.ipsc-box img {
  width: 90px;
  align-self: flex-end;
  margin-top: auto;
}
.qatar-sec {
	width: 100%;
	position: relative;
	bottom: 100px;
	
}
.qatar-sec img {
	width: 100%;
}


	
	/**************/
	.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;
}
/*************/
.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:rtl;
		}


    .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;
		clip-path:polygon(0 0, 100% 0%,  100% 100%,  14% 100% );
		}


    .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: 0 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: 100%;
    right: 0;
	 clip-path: polygon(0% 100%, 0% 0, 95% 0, 100% 100%);
	 cursor:pointer;
	
}*/
.info-footer-tab {
    background: #032E8C;
    color: #fff;
    padding: 12px 18px;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 122%;
    left: 0;
    clip-path: polygon(0% 100%, 0% 0, 96.5% 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;
		float: left;
		}

    /* 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 p span {
    display:contents;
}
.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: -80px;
}
	.strategic-head p {
	    top: 20px;
	}
	.info-footer-tab {
    clip-path: polygon(0% 100%, 0% 0, 96.3% 0, 100% 100%);
}

}
@media (max-width:1366px) {
.hr-blue .para-txt {
    font-size: 26px;
}
}
@media (max-width:1280px) {
	.strategic-block .para {
    font-size: 17px;
	}
	.speaker-div {
        right: -170px;
    }
	.key-area-content {
    gap: 26px;
	}
	.info-top-tab {
    gap: 40px;
	}
	
}
@media (max-width:1273px) {
	.gradient-sec {
 background: linear-gradient(
    to right,
    #082EE9 0%,
    rgba(236, 104, 22, 0.83) 60%,
    #E8511F 100%
  );
	}
	.key-area-logo-block {
		    align-items: center;
	}
	.key-area-block-text {
    font-size: 22px;
	}
}

@media (max-width:1000px) {
	.strategic-block .head {
    font-size: 35px;
	}
	.speaker-div {
        right: -320px;
    }
	.verse-left {
    position: relative;
    z-index: 20;
}
	.info-footer-tab {
    width: 114%;
	clip-path: polygon(0% 100%, 0% 0, 97.3% 0, 100% 100%);
	}
	

}
 /* 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;

}
	.card .bold {
    font-size: 40px;
		
    }
	.card p {
    font-size: 17px;
		}
	 .hr-blue .para-txt {
        font-size: 19px;
    }
		.ipsc-box p {
    font-size: 19px;
		}
		.ipsc-box h3 {
    font-size: 30px;
		}
	.top-ihrc-text h2 {
    font-size: 38px;
		}
}
	  /* 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: 992px) {
  .ipsc-box {
    flex: 1 1 45%;
  }
}



   

@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;
  }
	.cta-tab {
    font-size: 17px;
	}
}

 @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; }
	 
	     .key-area-content {
        gap: 0;
    }
	 .key-area-block {
    flex: 1 1 150px;
	 }
	 
.strategic-head p {
    font-size: 35px;
	 }
	 
.hr-blue .para-txt {
        font-size: 17px;
    }
.key-area-block-subheader {

    margin-top: 20px;
}
	.top-ihrc-text h2 {
        font-size: 30px;
    }
    }
	
@media (max-width:820px) {
.strategic-block .head {
    color: #fff;
    font-size: 40px;
}
    .strategic-block .para {
        font-size: 12px;
    }
	.speaker-div {
		display:none;
	}
	.leadership-left {
    width: 100%;
	}
	
	/*************************/
	.hr-blue {
    background-color: #032E8C;
/*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: 40px;
    }
	
	/**************************/
	.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;
	}
	    .cta-tab {
        font-size: 15px;
    }
	    .info-footer-tab {
        clip-path: polygon(0% 100%, 0% 0, 97.6% 0, 100% 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;
	}

	
	
/*****************************/	
  .lead-sec {
    display: flex;
    flex-direction: column-reverse; /* image will appear before lead-row */
  }
     .image-row {
        order: -1;
        width: 100%;
        float: left;
    }
  .lead-row {
    order: 0;  
	width:100%;              /* text below */
  }
  .image-row img {
    width: 100%;
}
	
	.blue-blend {
    background-color: #032E8C;
    clip-path: none;
    mix-blend-mode: hard-light;
    padding: 13px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.strategic-block {
    width: 40%;
}
.clipped-border {
	display:none;
}
	
.ipsc-icon-top {
    bottom: -12px;
}
.right-triangle {
    bottom: 0;
}
.right-triangle img {
	width:50px;
}
	.qatar-sec {
    bottom: 0;
    position: absolute;
		 text-align: center;
}
	.qatar-sec img {
		width: 70%;
	}
	.leadership-left {
    margin: 0 0 0;
}
	    .cta-tab {
        font-size: 14px;
    }
	
	

}
 @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%;
		  }
	.banner-tab__visual img {

    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
		.cta-tab {
        font-size: 18px;
    }
    }
	

@media (max-width: 650px) {
	
.top-ihrc-text {
	width:100%;
	float:left;
	text-align:right;
}
.top-ihrc-text span {
	display:block;
}

.top-ihrc-logo {
	text-align:right;
	float:right;
	width:100%;
}
.right-triangle img {
	width:25px;
}
.top-ihrc-text h2 {
	font-size:50px;
}


}
@media (max-width: 600px) {
  .ipsc-container {
    flex-direction: column;
  }

  .ipsc-box {
    flex: 1 1 30%;
  }
	.ipsc-box p {
		font-size: 25px;
	}
	   .hr-blue .para-txt {
        font-size: 22px;
	}
}

@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;
	}
	.hr-section {
    top: -46px;
}
	.event-header {
    font-size: 25px;
	}

}
@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; }
	    .qatar-sec img {
        width: 100%;
    }
    }

@media (max-width:375px) {
    .strategic-head p {
        font-size: 30px;
        top: 10px;
    }
}


/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
	
	    .strategic-head {
        top: 30px;
    }
	
}
/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
	.key-area-content {
    gap: 30px;
	}
	    .hr-blue .para-txt {
        font-size: 22px;
    }
	.card .bold {
    font-size: 36px;
	}
	.card p {
    font-size: 16px;
	}
	.card h2 {
    font-size: 25px;
	}
	.ipsc-box p {
    font-size: 22px;
	}
	.ipsc-box h3 {
    font-size: 30px;
	}
}

/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
	.top-ihrc-text h2 {
    font-size: 35px;
	}
	.top-ihrc-text p {
    font-size: 18px;
	}
	.key-area-block {
    flex: 1 1 260px;
    min-width: 260px;
    max-width: 290px;
	}
	.strategic-block .head {
    font-size: 34px;
	}
	.speaker-div img {
    width: 90%;
}
	.card .bold {
    font-size: 34px;
	}
	.card p {
    font-size: 16px;
	}
	.card h2 {
    font-size: 22px;
	}
	.hr-blue .para-txt {
        font-size: 18px;
    }
	.ipsc-box p {
    font-size: 22px;
	}
	.ipsc-box h3 {
    font-size: 25px;
	}
	.date-wrap-ihrc img {
    width: 86%;
}
	.logo-ihrc-inner img {
    max-width: 105px;
    float: left;
}
}