@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    /* font-family: "Rufina", serif; */
    /* font-family: "Jost", sans-serif; */
    /* font-family: "Great Vibes", cursive; */
}

body {
    background-color: #161718;
}

.sis-text-anime-style-1,
.sis-text-anime-style-3 {
    overflow: hidden;
}



/* =================================/
   START: HERO SECTION
/================================= */

.hero-section-elementor {
	background: 
		linear-gradient(to bottom, rgb(155 128 82 / 62%), rgba(16,10,34,0.7)),
		url("https://new.fancyfork.ca/wp-content/uploads/2026/05/all_hero_image_4s-scaled.jpg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
    position: relative !important;
    overflow: hidden !important;
}

.hero-section-elementor .hero-content-elementor {
	background: transparent !important;
	z-index: 10 !important;
}

.hero-list .elementor-icon-list-items li:last-child .elementor-icon-list-text {
	color: #fff !important;
	font-weight: 600 !important;
}

.hero-section-elementor .hero-breatcum1 {
	width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .25rem .75rem;
    border-radius: 18px;
/*     background-color: #ffffff1a; */
	backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgba(249, 250, 251, 0.05);
    border: .5px solid #fff3;
}

.hero-section-elementor .hero-breatcum1-1 {
	width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .25rem .75rem;
    border-radius: 18px;
/*     background-color: #ffffff1a; */
	backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgba(249, 250, 251, 0.05);
    border: .5px solid #fff3;
}

.hero-section-elementor .hero-img-elementor {
    width: 66% !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0.55;
/*     animation: rocketFloat 12s linear infinite; */
    animation: rocketFloat 80s linear infinite;
    will-change: transform;
}

@keyframes rocketFloat {
    0% {
        transform: translate(-50%, 66%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, 66%) rotate(-360deg);
    }
}

/* Responsive */
@media (max-width: 768px){
	.hero-section-elementor .hero-breatcum1 {
		width: 50% !important;
	}
	
	.hero-section-elementor .hero-breatcum1-1 {
		width: 60% !important;
	}
	
	.hero-section-elementor .hero-img-elementor {
		display: none !important;
	}
	
}

/* =================================/
   END: HERO SECTION
/================================= */



/* =================================/
   START: HEADING SECTION
/================================= */
.heading-subtitle {
	position: relative !important;
}

.heading-subtitle::after {
    content: url("https://new.fancyfork.ca/wp-content/uploads/2026/05/separator.svg") !important;
    display: block;
    width: 220px;
    margin-inline: auto !important;
    margin-block-start: 5px !important;
}

.heading-desc {
	width: 30% !important;
	margin: 0 auto !important;
}

.heading-desc-1 {
	width: 60% !important;
	margin: 0 auto !important;
}

/* Responsive */
@media (max-width: 768px) {
	.heading-desc {
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	.heading-desc-1 {
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	
}
/* =================================/
   END: HEADING SECTION
/================================= */




/* =================================/
   START: MENU SECTION
/================================= */
.menu-img-box {
	position: relative !important;
}

/* .menu-img-box img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
	aspect-ratio: auto 100% / 550;
    width: 100%;
    height: 550px;
	object-fit: cover;
} */

#menu-shape-img {
	position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-image: url("https://new.fancyfork.ca/wp-content/uploads/2026/05/img-shape.svg") !important;
    background-position: center top;
    background-repeat: repeat;
}

#menu-shape-img-1 {
	position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-image: url("https://new.fancyfork.ca/wp-content/uploads/2026/05/img-shape.svg") !important;
    background-position: center top;
    background-repeat: repeat;
}

/* menu-content-box */
.menu-content-box {
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25) !important;
/* 	border-radius: 8px !important; */
	border-radius: 8px !important;
}

.menu-content-box-1 {
/* 	border: 1px solid rgba(255, 255, 255, 0.15) !important; */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25) !important;
}

.hero-clip-section {
    background: #262627 !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}


.menu-item-span {
	flex-grow: 1 !important;
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	position: relative !important;
}

.menu-item-span::before {
	content: "" !important;
	height: 6px !important;
	flex-grow: 1 !important;
	border-block: 1px solid hsla(0, 0%, 100%, 0.2) !important;
}


.menu-img-1 {
	position: relative;
    overflow: hidden;
}

.menu-img-1 img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
	aspect-ratio: auto 520 / 800;
    width: 520px;
    height: 800px;
	object-fit: cover;
}

/* menu-content-shape */
.menu-content-shape {
	position: relative !important;
}

#menu-content-shape::before {
	content: "";
	position: absolute;
    top: 0;
    left: -2.2rem;
    width: 15px;
    height: 100%;
    background-image: url("https://new.fancyfork.ca/wp-content/uploads/2026/05/img-shape.svg") !important;
    background-position: center top;
    background-repeat: repeat;
}


/* Responsive */
@media (max-width: 768px) {
	.menu-shape-img {
		display: none !important;
	}
	
	.menu-shape-img-1 {
		display: none !important;
	}
	
	.menu-content-shape::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0rem;
		width: 0px;
		height: 100%;
		background-image: url("");
		background-position: center top;
		background-repeat: repeat;
	}
	
}
/* =================================/
   END: MENU SECTION
/================================= */












/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.iqbal-banner-section{
  position: relative;
  padding: 0 0;
  background: #E4C590;
  overflow: hidden;
}


.iqbal-banner-section.iqbal-banner-section .iqbal-banner-container{
  position: relative;
}

.iqbal-banner-section .iqbal-banner-slider{
  position:relative;
  width:100%;
  overflow: hidden;
}

.iqbal-banner-section .iqbal-slide-item{
  position: relative;
  width:100%;
  padding:0px;
  overflow: hidden;
}

.iqbal-banner-section .iqbal-slide-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  z-index: 1;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition:all 0ms linear 0ms;
  -ms-transition:all 0ms linear 0ms;
  -o-transition:all 0ms linear 0ms;
  -moz-transition:all 0ms linear 0ms;
  transition:all 0ms linear 0ms;
}

.iqbal-banner-section .iqbal-slide-item.swiper-slide-active .iqbal-image-layer{
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition:all 7000ms linear 0ms;
  -ms-transition:all 7000ms linear 0ms;
  -o-transition:all 7000ms linear 0ms;
  -moz-transition:all 7000ms linear 0ms;
  transition:all 7000ms linear 0ms;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-content-box{
  position:relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding-top: 0px;
  margin-top: -45px;
  padding-bottom: 100px;
  /* height: 880px; */
  height: 100%;
  min-height: 100vh;
  z-index: 10;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-content{
  position:relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-inner {
  position: relative;
  display: block;
  /* max-width: 950px; */
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-inner .iqbal-hero-logo {
    margin-bottom: -8px;
    position: relative;
    display: block;
    opacity:0;
    visibility: hidden;
    -webkit-transform:translateY(30px);
    -ms-transform:translateY(30px);
    transform:translateY(30px);
}


.iqbal-banner-section .swiper-slide-active .iqbal-inner .iqbal-hero-logo {
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 700ms;
    -ms-transition:all 1000ms ease 700ms;
    -o-transition:all 1000ms ease 700ms;
    -moz-transition:all 1000ms ease 700ms;
    transition:all 1000ms ease 700ms;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-inner .iqbal-hero-logo::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 30%;
    width: 10%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.iqbal-banner-section .iqbal-slide-item .iqbal-inner .iqbal-hero-logo::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 30%;
    width: 10%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.iqbal-banner-section .iqbal-slide-item .iqbal-inner .iqbal-hero-logo img {
    width: 18%;
    height: 18%;
    object-fit: cover;
}




.iqbal-banner-section .iqbal-slide-item .iqbal-subtitle{
  position: relative;
  color: rgb(255,255,255);
  font-size: 16px;
  font-family: "Jost", sans-serif;
  margin-top: 20px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}


.iqbal-banner-section .swiper-slide-active .iqbal-subtitle,
.iqbal-banner-section .swiper-slide-active .iqbal-pattern-image{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 2000ms;
    -ms-transition:all 1000ms ease 2000ms;
    -o-transition:all 1000ms ease 2000ms;
    -moz-transition:all 1000ms ease 2000ms;
    transition:all 1000ms ease 2000ms;
}


.iqbal-banner-section .iqbal-slide-item h1{
  position: relative;
  font-size: 80px;
  font-weight:normal;
  color: rgb(255,255,255);
  text-transform: none;
  line-height:1.0em;
  margin:0px 0px;
  opacity:0;
  font-family: "Rufina", serif;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.iqbal-banner-section .iqbal-slide-item h1 span{
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.iqbal-banner-section .swiper-slide-active h1{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1000ms;
    -ms-transition:all 1000ms ease 1000ms;
    -o-transition:all 1000ms ease 1000ms;
    -moz-transition:all 1000ms ease 1000ms;
    transition:all 1000ms ease 1000ms;
    font-family: "Rufina", serif;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-text{
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 20px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
  font-family: "Jost", sans-serif;
}

.iqbal-banner-section .swiper-slide-active .iqbal-text{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1500ms;
    -ms-transition:all 1000ms ease 1500ms;
    -o-transition:all 1000ms ease 1500ms;
    -moz-transition:all 1000ms ease 1500ms;
    transition:all 1000ms ease 1500ms;
    color: #fff;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-links-box{
  position: relative;
  display: block;
  padding-top: 30px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.iqbal-banner-section .swiper-slide-active .iqbal-links-box{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 2000ms;
    -ms-transition:all 1000ms ease 2000ms;
    -o-transition:all 1000ms ease 2000ms;
    -moz-transition:all 1000ms ease 2000ms;
    transition:all 1000ms ease 2000ms;
}

.iqbal-banner-section .iqbal-slide-item .iqbal-links-box .iqbal-link{
  position: relative;
  display: inline-block;
  vertical-align: top;
}


.iqbal-banner-section .swiper-button-next,
.iqbal-banner-section .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: #fff;
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
  z-index: 9999; /* bring to top */
}

.iqbal-banner-section .swiper-button-next span,
.iqbal-banner-section .swiper-button-prev span {
  position: relative;
  z-index: 9999;
}

.iqbal-banner-section .swiper-button-next span img,
.iqbal-banner-section .swiper-button-prev span img {
    /* filter: brightness(0); */
    transition: all 400ms ease-in-out;
}

.iqbal-banner-section .swiper-button-next:hover span img,
.iqbal-banner-section .swiper-button-prev:hover span img {
    filter: brightness(0);
}

.iqbal-banner-section .swiper-button-next span img,
.iqbal-banner-section .swiper-button-prev span img


.iqbal-banner-section .swiper-button-next span img {
    width: 25px;
    height: 25px;
    /* margin-bottom: -5.5px; */
    margin-bottom: 4px;
}

.iqbal-banner-section .swiper-button-prev span img {
    width: 25px;
    height: 25px;
    /* margin-bottom: -5.5px; */
    margin-bottom: 4px;
}

.iqbal-banner-section .swiper-button-next:after,
.iqbal-banner-section .swiper-button-prev:after{
  display: none;
}

.iqbal-banner-section .swiper-button-next:before,
.iqbal-banner-section .swiper-button-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.40);
  border-radius: 100px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
  z-index: 9999;
}

.iqbal-banner-section .swiper-button-next{
  right: 80px;
  z-index: 9999;
}

.iqbal-banner-section .swiper-button-prev{
  left: 80px;
}

.iqbal-banner-section .swiper-button-next:hover,
.iqbal-banner-section .swiper-button-prev:hover{
  color: #fff;
  z-index: 9999;

}

.iqbal-banner-section .swiper-button-next:hover:before,
.iqbal-banner-section .swiper-button-prev:hover:before{
  background: #E4C590;
  z-index: 9999;
}


/* explore menu badge */
.iqbal-banner-section .iqbal-explore-menu-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0px;
  width: 117px; /* full badge size */
  height: 170px;
  z-index: 10;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  background: url('.../../img/menu-badge-arrow.png') no-repeat center center;
  background-size: contain;
  text-decoration: none; /* remove underline if any */
}

.iqbal-banner-section .iqbal-explore-menu-btn .iqbal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  z-index: 1;
}

.iqbal-banner-section .iqbal-explore-menu-btn .iqbal-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  animation: bounce-down-delay 3s infinite ease-in-out;
}


@keyframes bounce-down-delay {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  10% {
    transform: translateY(10px);
    opacity: 0.6;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



/* Parent container to position it inside the banner */
.iqbal-banner-section .iqbal-banner-social-list {
  position: absolute;
  left: 30px; /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; /* stack vertically */
  align-items: center;
  gap: 10px;
  z-index: 10;
}

/* Top and bottom vertical lines */
.iqbal-banner-social-list .iqbal-line {
  width: 1px;
  height: 25px;
  background-color: rgba(255,255,255,0.40);
}

/* Vertical list */
.iqbal-banner-social-list .iqbal-custom-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
  
}

.iqbal-banner-social-list .iqbal-custom-ul li {
  position: relative;
  font-size: 14px;
  color: rgb(255,255,255);
  padding: 0 5px;
  transform: rotate(-90deg);
  transform-origin: center center;
  font-family: "Jost", sans-serif;
}

.iqbal-banner-social-list .iqbal-custom-ul li a{
  color: rgb(255,255,255);
  text-decoration: none;
}

.iqbal-banner-social-list .iqbal-custom-ul li a:hover{
  color: rgb(255,255,255);
}


/* Add star only to non-last items */
.iqbal-banner-social-list .iqbal-custom-ul li:not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: rgba(255,255,255,0.40);
  /* background-color: #E4C590; */
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}


/* Container positioning */
.iqbal-banner-section .iqbal-banner-call {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 115px; /* space between lines and text */
  z-index: 10;
  max-width: 50px;
}

/* Lines (above and below text) */
.iqbal-banner-call .iqbal-line {
  width: 1px;
  height: 30px;
  background-color: rgba(255,255,255,0.40);
}

/* List styling */
.iqbal-banner-call .iqbal-call-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: rotate(45deg);
}

.iqbal-banner-call .iqbal-call-ul li {
  transform: rotate(225deg);
  transform-origin: center center;
  white-space: nowrap; /* prevent wrapping */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.iqbal-banner-call .iqbal-call-ul li a {
  font-size: 14px;
  color: rgb(255,255,255);
  text-decoration: none;
  font-family: "Jost", sans-serif;
}

.iqbal-banner-call .iqbal-call-ul li a:hover {
  color: rgb(255,255,255);
}

/* .iqbal-auto-container {
    position: static;
    max-width: 1326px;
    padding: 0px 20px;
    margin: 0 auto;
} */


/* banner contact info text */
.iqbal-banner-info {
	position: absolute;
	bottom: 30px;
	z-index: 100;
	width: 100%;
  display: block;
}

.iqbal-banner-info .iqbal-cinfo-box {
	position: relative;
	color: rgb(255,255,255);
	text-align: center;
  width: 33.33333333%;
}

.iqbal-banner-info .iqbal-cinfo-box .iqbal-cinfo-ttl {
	font-family:"Rufina", serif;
	font-size: 22px;
}

.iqbal-banner-info .iqbal-cinfo-box p {
	font-family: "jost", sans-serif;
	font-size: 16px;
	padding-top:10px; 
	margin: 0;
}

.iqbal-banner-info .iqbal-cinfo-box p a {
	color: rgb(255,255,255);
  font-family: "jost", sans-serif;
  text-decoration: none;
}

.iqbal-banner-info .iqbal-cinfo-box p a{
  display: inline-block;
  vertical-align: top;
  color: rgb(255,255,255);
  line-height: 1.5em;
  padding-bottom:2px;
  font-family: "jost", sans-serif;
  text-decoration: none;
}


/* on hover underline animation */

/* .iqbal-banner-info .iqbal-cinfo-box p a:before{
  position:absolute;
  content:'';
  left:3px;
  right:3px;
  bottom:0px;
  height:4px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom:1px solid rgb(255,255,255);
}

.iqbal-banner-info .iqbal-cinfo-box p a:hover::before{
  opacity:1;
  transform:scale(1,1);
} */

.iqbal-banner-info .iqbal-cinfo-box p a:hover{
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
  text-decoration: none;
}

/*  */

.iqbal-banner-info .iqbal-cinfo-box.middle {
  position: relative;
}

.iqbal-banner-info .iqbal-cinfo-box.middle::before,
.iqbal-banner-info .iqbal-cinfo-box.middle::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,0.40);
}

.iqbal-banner-info .iqbal-cinfo-box.middle::before {
  left: 0;
}

.iqbal-banner-info .iqbal-cinfo-box.middle::after {
  right: 0;
}



.iqbal-btn-style-three {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0,71,65);
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 30px;
    font-size: 14px;
    border: 1px solid rgb(255,255,255);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.iqbal-btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: rgb(0,71,65);
}

.iqbal-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.iqbal-btn-style-three .iqbal-btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.iqbal-btn-style-three .iqbal-btn-wrap .iqbal-text-one {
    position: relative;
    display: block;
    color: rgb(255,255,255);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}

.iqbal-theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.iqbal-btn-style-three .iqbal-btn-wrap .iqbal-text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: rgb(255,255,255);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}



/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .iqbal-banner-info {
      display: none !important;
    }
    .iqbal-banner-section .iqbal-banner-social-list {
      display: none !important;
    }
    .iqbal-banner-section .iqbal-banner-call {
      display: none !important;
    }

  .iqbal-banner-section .iqbal-slide-item h1{
      position: relative;
      font-size: 35px;
      line-height:45px;
      font-weight:normal;
      color: rgb(255,255,255);
  }

  .iqbal-banner-section .iqbal-slide-item .iqbal-text{
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 24px;
      margin-top: 20px;
      font-family: "Jost", sans-serif;
  }


  .iqbal-banner-section .iqbal-slide-item .iqbal-subtitle{
      position: relative;
      color: rgb(255,255,255);
      font-size: 14px;
      font-family: "Jost", sans-serif;
      margin-top: 20px;
  }

  /* .iqbal-banner-section .iqbal-slide-item .iqbal-content-box{
      position:relative;
      display: table;
      vertical-align: middle;
      width: 90%;
      justify-content: center;
      padding-left: 20px;
      padding-top: 0px;
      padding-bottom: 0px;
      height: 100%;
      min-height: 75vh;
      z-index: 10;
  } */

    .iqbal-banner-section .iqbal-slide-item .iqbal-content-box {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;   /* vertical center */
        align-items: center;       /* horizontal center */
        text-align: center;
        width: 100%;
        min-height: 75vh;
        padding: 0 20px;
        z-index: 10;
    }



  .iqbal-banner-section .swiper-button-next{
      right: 20px;
      z-index: 9999;
  }

  .iqbal-banner-section .swiper-button-prev{
      left: 20px;
      z-index: 9999;
  }


.iqbal-banner-section .iqbal-slide-item .iqbal-inner .iqbal-hero-logo {
    margin-bottom: 8px;
}



    .iqbal-banner-section .iqbal-slide-item 
    .iqbal-inner .iqbal-hero-logo::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 8%;
        width: 15%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .iqbal-banner-section .iqbal-slide-item .iqbal-inner 
    .iqbal-hero-logo::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 8%;
        width: 15%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .iqbal-banner-section .iqbal-slide-item .iqbal-inner 
    .iqbal-hero-logo img {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }




}





.iqbal-final-btn {
  position: relative;
  display: inline-block;
  color: #e4c590;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #e4c590;
  /* padding: 12px 40px; */
  padding: 12px 30px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* glowing effect */
/* .btn:hover {
  box-shadow: 0 0 15px rgba(228, 197, 144, 0.6);
} */

/* background animation */
.iqbal-final-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  height: 220%;
  border-radius: 50%;
  background: linear-gradient(135deg, #e4c590, #f5deb3);
  transition: all 0.5s ease;
  z-index: -1;
}

/* text animation base */
.iqbal-final-btn .iqbal-final-text {
  display: block;
  transition: all 0.3s ease;
}

/* hidden text */
.iqbal-final-btn .iqbal-final-text-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #1a1a1a;
  white-space: nowrap;
}

/* hover effects */
.iqbal-final-btn:hover::before {
  bottom: -60%;
}

.iqbal-final-btn:hover .iqbal-final-text-1 {
  transform: translateY(-35px);
  opacity: 0;
}

.iqbal-final-btn:hover .iqbal-final-text-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

/* click effect */
.iqbal-final-btn:active {
  transform: scale(0.95);
}




/* ==============================================================/
                /  START: Accordion Section  /
================================================================*/
/* .faq-section {
    background-color: #0a0a0a;
    border-radius: 2rem;
    margin-top: 6.25rem;
    position: relative;
} */

.faq-section {
    padding: 70px 96px;
    padding-bottom: 120px;
    background-color: #0E0D0C;
}

.faq-row {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    align-items: center;
    gap: 30px;
}

.faq-card-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-card-row .faq-card-box {
    margin: 0px 0px 20px 0px;
    padding: 30px 30px 30px 30px;
    border-radius: 16px 16px 16px 16px;
    transition: .35s ease;
    position: relative;
    overflow: hidden;

}

.faq-card-box-1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(228, 197, 144, 0.6); 
        box-shadow: 0 10px 30px rgba(228, 197, 144, 0.18);
}

.faq-card-box-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000081;
    border-radius: 20px;
}

.faq-card-box-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.faq-card-box-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgba(249, 250, 251, 0.05);
    border-top: .5px solid #fff7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.faq-card-box-1-content .faq-card-box-1-text {
    padding: 15px 30px;
}

.faq-card-box-1-content .faq-card-box-1-text h1 {
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f5;
    font-family: "Jost", sans-serif;
    /* font-family: "Rufina", serif; */
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.faq-card-box-1-content .faq-card-box-1-text h1::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #E4C590;
}

.faq-card-box-1-content .faq-card-box-1-text p {
    font-size: 14px;
    font-weight: 400;
    color: #f4f4f5;
    font-family: "Jost", sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}






.faq-card-box-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}
.faq-card-box-img img {
    max-width: 100%;
    height: auto;
    opacity: 1;
}

.faq-card-row .faq-card-box.faq-card-shape-1 {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color:  #120b3a73;
    border: .6px solid rgba(138,97,226,.65);
    box-shadow: 0 15px 40px rgba(138,97,226,.35);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq-card-row .faq-card-box.faq-card-shape-1::before {
    content: "";
    position: absolute;
    inset: -1px; 
    border-radius: inherit;
    pointer-events: none;

    background: radial-gradient(
        240px 200px at 20% 0%,
        rgba(68, 24, 126, 0.95),   /* #44187e */
        rgba(68, 24, 126, 0.6),
        rgba(68, 24, 126, 0.25),
        transparent 70%
    );

    mix-blend-mode: screen;
    opacity: 1;
    z-index: 2;
    color: #44187e;
}


.faq-card-row .faq-card-box.faq-card-shape-1::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    pointer-events: none;

    background: radial-gradient(
        200px 160px at 85% 20%,
        rgba(68, 24, 126, 0.9),    /* #44187e */
        rgba(68, 24, 126, 0.45),
        transparent 70%
    ); 

    z-index: 0;
}

/* faq-card-shape-2 */
.faq-card-row .faq-card-box.faq-card-shape-2 {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color:  #410a284f;
    border: .6px solid  #994874;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(131, 54, 101, 0.35); /* #833665 */
    overflow: hidden;
}

.faq-card-row .faq-card-box.faq-card-shape-2::before {
    content: "";
    position: absolute;
    inset: -1px; 
    border-radius: inherit;
    pointer-events: none;

    background: radial-gradient(
        220px 180px at 20% 0%,
        rgba(131, 54, 101, 0.95),   /* #833665 */
        rgba(131, 54, 101, 0.55),
        rgba(131, 54, 101, 0.25),
        transparent 70%
    );

    mix-blend-mode: screen;
    opacity: 1;
    z-index: 2;
}

.faq-card-row .faq-card-box.faq-card-shape-2::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    pointer-events: none;

    background: radial-gradient(
        200px 160px at 85% 20%,
        rgba(131, 54, 101, 0.9),    /* #833665 */
        rgba(131, 54, 101, 0.45),
        transparent 70%
    );

    z-index: 0;
}

/* faq-card-shape-3 */
.faq-card-row .faq-card-box.faq-card-shape-3 {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    /* background-color:  #34438f27; */
    background: rgba(22, 23, 24, 0.55);
    /* border: .6px solid #cbd3ff6e; */
    border: .6px solid #e4c59040;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 15px 40px rgba(52, 67, 143, 0.35); */
    /* box-shadow: 0 15px 40px rgba(228, 197, 144, 0.158); */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    overflow: hidden;
}

.faq-card-row .faq-card-box.faq-card-shape-3::before {
    content: "";
    position: absolute;
    inset: -1px; 
    border-radius: inherit;
    pointer-events: none;

    /* background: radial-gradient(
        240px 200px at 15% 0%,
        rgba(52, 67, 143, 0.95),   
        rgba(52, 67, 143, 0.6),
        rgba(52, 67, 143, 0.3),
        transparent 70%
    ); */

/* background: radial-gradient(
    240px 200px at 15% 0%,
    rgba(228, 197, 144, 0.95),
    rgba(228, 197, 144, 0.7),
    rgba(228, 197, 144, 0.35),
    rgba(228, 197, 144, 0.15),
    transparent 75%
); */

background: radial-gradient(
    240px 200px at 15% 0%,
    rgba(228, 197, 144, 0.75),
    rgba(228, 197, 144, 0.5),
    rgba(228, 197, 144, 0.25),
    rgba(228, 197, 144, 0.08),
    transparent 65%
);



    mix-blend-mode: screen;
    opacity: 1;
    z-index: 2;
}

.faq-card-row .faq-card-box.faq-card-shape-3::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    pointer-events: none;

    /* background: radial-gradient(
        200px 160px at 85% 20%,
        rgba(52, 67, 143, 0.9),
        rgba(52, 67, 143, 0.45),
        transparent 70%
    ); */

    background: radial-gradient(
        200px 160px at 85% 20%,
        rgba(200, 165, 110, 0.75),
        rgba(170, 135, 85, 0.45),
        rgba(140, 110, 70, 0.2),
        transparent 70%
    );

    opacity: 0.3;
    z-index: 0;
} 



.faq-card-row .faq-card-box .faq-card-content {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row-reverse;
    
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-icon {
    width: 150px;
    align-self: center;
    margin: 40px 16px 0px 0px;
    height: auto;
    text-align: right;
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info {
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    /* font-family: "Rufina", serif; */
    font-family: "Jost", sans-serif;
    line-height: 1.2em;
    margin: 0px 0px 98px 0px;
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info .faq-card-btn a {
    background-color: #33333300;
    color: #fff !important;
    /* color: #e4c590cb !important; */
    font-family: "Jost", sans-serif;
    border-bottom-color: transparent;
    border-style: solid;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-color: #700DF300;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    transition: all 300ms ease-in-out 0s;
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info .faq-card-btn a img {
    transform: rotate(-45deg);
    margin-left: 2px;
    margin-bottom: 5px;
    filter: brightness(0) invert(1);
    transition: all 300ms ease-in-out 0s;
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info .faq-card-btn a:hover img {
    transform: rotate(0deg);
}

.faq-card-row .faq-card-box .faq-card-content .faq-card-info .faq-card-btn a:hover {
    border-bottom-color: #B37CFB !important;
}

.faq-card-row .faq-card-box.faq-card-shape-2 .faq-card-content .faq-card-info .faq-card-btn a {
    color: #D08AB2 !important;
}

.faq-card-row .faq-card-box.faq-card-shape-2 .faq-card-content .faq-card-info .faq-card-btn a:hover {
    border-bottom-color: #D08AB2 !important;
}

.faq-card-row .faq-card-box.faq-card-shape-3 .faq-card-content .faq-card-info .faq-card-btn a {
    color: #fff !important;
}

.faq-card-row .faq-card-box.faq-card-shape-3 .faq-card-content .faq-card-info .faq-card-btn a:hover {
    border-bottom-color: #E4C590 !important;
}

.faq-card-wapper {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    /* max-width: 64.875rem; */
    display: flex
}

.iqbal-right-column {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    /* background-color:  #120b3a73; */
    background: rgba(18, 17, 17, 0.75);
    /* border: .6px solid rgba(138,97,226,.65); */
    border: 1px solid rgba(228, 197, 144, 0.6);
    border-radius: 20px;
    padding: 12px;
    width: 100%;
}
.iqbal-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.iqbal-accordion-item {
    /* border: 1.5px solid #e5e7eb; */
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.iqbal-accordion-item.active {
    background: rgba(255,255,255,.06);
    /* border-color: rgba(138,97,226,.65); */
    border-color: rgba(228, 197, 144, 0.6);
    /* box-shadow: 0 15px 40px rgba(138, 97, 226, 0.22); */
    box-shadow: 0 10px 30px rgba(228, 197, 144, 0.18);
}

.iqbal-accordion-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.iqbal-accordion-question {
    font-size: 20px;
    font-weight: 500;
    /* font-family: "Rufina", serif; */
    font-family: "Jost", sans-serif;
    color: #f4f4f5;
}

.iqbal-chevron-icon {
    transition: transform 0.3s ease;
    /* filter: invert(43%) sepia(99%) saturate(1100%) hue-rotate(230deg); */
    filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(300%) hue-rotate(350deg);
}

.iqbal-chevron-icon.rotated {
    transform: rotate(180deg);
}


.iqbal-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

.iqbal-accordion-item.active .iqbal-accordion-content {
    opacity: 1;
}

.iqbal-accordion-answer {
    padding: 0 24px 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #cbd5e1;
    line-height: 22px;
}

    .responsive_logom {
        width: 2.8em !important;
        height: 2.8em !important;
        display: none;
    }

    .rd-navbar_btn_text{
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 1.5px;
        color: #fff; 
    }

/* Mobile responsive */
@media (max-width: 768px) {
    .faq-section {
        padding: 20px 20px;
        background-color: #0E0D0C;
    }

    .responsive_logom {
        display: block;
        pointer-events: none;
        width: 5em !important;
        height: 3.6em !important;
    }
    .faq-row {
        display: flex;
        grid-template-columns: none;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 0px;
        width: 100%;
    }
    .faq-card-row .faq-card-box {
        margin: 0px 0px 20px 0px;
        padding: 20px 20px 20px 20px;
    }
    .faq-card-row .faq-card-box .faq-card-content .faq-card-icon {
        width: 80px;
        align-self: center;
        margin: 40px 16px 0px 0px;
        height: auto;
        text-align: right;
        filter: drop-shadow(0 0 26px rgba(138,97,226,.7));
    }
    .faq-card-row .faq-card-box .faq-card-content .faq-card-info h2 {
        color: #fff;
        font-size: 25px;
        margin: 0px 0px 50px 0px;
    }
    .faq-card-row .faq-card-box .faq-card-content .faq-card-info .faq-card-btn a {
        font-size: 14px;
    }
}


/* ==============================================================/
                /  END: Accordion Section  /
================================================================*/







/* ==============================================================/
                /  START: Footer Section  /
================================================================*/
.banner-section {
    background-color: #161718;
    padding: 120px;
}

.iqbal-footer-section {
    padding: 170px 50px;
    padding-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 200px; */
    /* background: #100A22; */
    background: #0E0D0C;
    border-radius: 32px 32px 0 0;
    position: relative;
    overflow: hidden;
}

.iqbal-footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    background-image: url("../img/footer/gbg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px 32px 0 0;
    z-index: 0;
}

.iqbal-footer-section > * {
    position: relative;
    z-index: 5;
}

.iqbal-footer-container {
    padding: 0px 40px;
}

.iqbal-footer-title-box {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.iqbal-footer-title-box h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    /* color: #62a8d1; */
    color: #E4C590;
    font-family: "Jost", sans-serif;
    margin-bottom: 8px;
    max-width: 150px;
}

.iqbal-footer-title-box h1 span {
    display: block; 
    font-weight: 700;
    font-size: 40px;   
    /* color: #62a8d1; */
    color: #fff;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-title-box p {
    font-size: 16px;
    font-weight: 300; 
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 800px; 
    font-family: "Jost", sans-serif;
}

.iqbal-footer-row {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr;
    border-bottom: 1px solid #d8d3df1a;
    padding-bottom: 45px;
}


.iqbal-footer-row .iqbal-footer-info-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #fafafa;
    margin-bottom: 26px;
    display: inline-block;
    font-family: "Jost", sans-serif;
    position: relative;
}

.iqbal-footer-row .iqbal-footer-info-box h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 80%;
    height: 2px;
    background-color: #d8d3df1a;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-transform: capitalize;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    list-style: none;
    padding: 0;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-link li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #dddddd;
    transition: all .2s;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-link li a:hover {
    color: #E4C590;
}

/* iqbal-footer-social-box */

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box
.iqbal-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box
.iqbal-footer-social .iqbal-footer-social-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(249, 250, 251, 0.05);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: all 0.3s ease-in-out;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box
.iqbal-footer-social .iqbal-footer-social-icon img {
    width: 22px;
    height: 22px;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box
.iqbal-footer-social .iqbal-footer-social-link a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #dddddd;
    transition: all .2s;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-row .iqbal-footer-info-box .iqbal-footer-social-box
.iqbal-footer-social .iqbal-footer-social-link a:hover {
    color: #E4C590;
}



/* footer-card-row */
.iqbal-footer-card-row {
    display: grid;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-template-columns: 1fr 1fr 1.4fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    border-bottom: 1px solid #d8d3df1a;
    padding-bottom: 50px;
}

.iqbal-footer-card-row .iqbal-footer-card {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgba(249, 250, 251, 0.05);
    border: .5px solid #fff3;
    border-radius: 1rem;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-icon img {
    width: 25px;
    height: 25px;
}

.iqbal-footer-card-row .iqbal-footer-card.iqbal-footer-logo .iqbal-footer-card-icon img {
    width: 80%;
    height: 80%;
    margin-top: -15px;
    margin-bottom: -15px;
    padding-bottom: 4px;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-icon p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fafafa;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-line-img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-btns a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(249, 250, 251, 0.05);
    padding: 8px 16px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-card-row .iqbal-footer-card .iqbal-footer-card-btns a:hover {
    background-color: #ffffff4f; 
    backdrop-filter: blur(56px);
}

.iqbal-footer-card-row .iqbal-footer-card.iqbal-footer-logo .iqbal-footer-card-btns a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    padding: 0px;
    margin-top: -4px;
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-card-row .iqbal-footer-card.iqbal-footer-logo .iqbal-footer-card-btns a:hover {
    background-color: none; 
    backdrop-filter: none;
}

.iqbal-footer-copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.iqbal-footer-copy-right a {
    font-size: 16px;
    font-weight: 400;
    color: #fafafa;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}

.iqbal-footer-copy-right a b{
    color: #e4c590;
    text-decoration: underline;
}

/*----------------------/
        Responsive
/------------------------*/
@media (max-width: 768px) {
    .iqbal-footer-section {
        padding: 50px 0px;
        padding-top: 120px;
        padding-bottom: 150px;
    }

    .iqbal-footer-container {
        padding: 0px 20px;
    }

    .iqbal-footer-title-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }

    .iqbal-footer-title-box h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        color: #62a8d1;
        margin-bottom: 8px;
        padding-left: 0;
        max-width: 100%;
        text-align: center;
    }

    .iqbal-footer-row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        display: grid;
        border-bottom: 1px solid #d8d3df1a;
        padding-bottom: 40px;
    }

    .iqbal-footer-card-row {
        grid-template-columns: repeat(2, 1fr);
    }
    /* 3rd item full width */
    .iqbal-footer-card-row > :nth-child(3) {
        grid-column: 1 / -1;
    }

    .iqbal-footer-copy-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-top: 30px;
    }

    .iqbal-footer-copy-right a {
        font-size: 16px;
        font-weight: 400;
        color: #fafafa;
        line-height: 24px;
        text-decoration: none;
        text-align: center;
        font-family: "Jost", sans-serif;
    }

    /* সবগুলায় border */
    .iqbal-footer-copy-right a {
        padding-bottom: 5px;
        border-bottom: 1px solid #d8d3df1a;
    }

    /* শেষটার border remove */
    .iqbal-footer-copy-right a:last-child {
        border-bottom: none;
    }

}

/* ==============================================================/
                /  END: Footer Section  /
================================================================*/




/* ==============================================================/
              /  START: Project Slider Section  /
================================================================*/
.main-footer-section {
    position: relative;
    background-color: #0E0D0C;
    padding: 120px 0px;
    padding-bottom: 0px;
}





/* .projects-gellary-section {
    position: relative;
    border-radius: 0px;
    padding: 0px 50px;
    background-color: #161718;
    overflow: hidden;
} */

.projects-gellary-section {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    overflow: hidden;
    z-index: 1000;
}



.projects-gellary-container {
    /* background-color: #16082f;
    border: .6px solid rgba(138, 97, 226, .65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px); */
    background-color: rgba(228, 197, 144, 0.08);
    border: 0.6px solid rgba(228, 197, 144, 0.45);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
}



/* projects-gellary-row */

/* .projects-gellary-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 20px;
} */

.projects-gellary-row .projects-gellary-box .projects-gellary-item 
.projects-gellary-img {
    display: block;
    position: relative;
    /* width: 100%; */
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background-color: rgba(249, 250, 251, 0.05);
    border: .5px solid #fff3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	padding: 12px;
}

.projects-gellary-row .projects-gellary-box 
.projects-gellary-item .projects-gellary-img::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    pointer-events: none;
    border-radius: 8px;
}

/* SVG Icon Layer */
.projects-gellary-row .projects-gellary-box 
.projects-gellary-item .projects-gellary-img::before {

    content: "";
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("../img/plus-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;

    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    cursor: pointer;
    z-index: 2;
}

/* Hover Effect */
.projects-gellary-row .projects-gellary-box 
.projects-gellary-item:hover .projects-gellary-img::after,
.projects-gellary-row .projects-gellary-box 
.projects-gellary-item:hover .projects-gellary-img::before {
    opacity: 1;
    transform: scale(1);
}

.projects-gellary-row .projects-gellary-box .projects-gellary-item .projects-gellary-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    transition: transform 0.5s ease;
}






/* .projects-gellary-container .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-gellary-container .swiper-slide {
    transition: 
        transform 0.6s ease,
        opacity 0.4s ease,
        filter 0.4s ease;
} */






/* Navigation buttons */
.swiper-button-next.irfan-dev-next,
.swiper-button-prev.irfan-dev-prev {
    /* color: #fff; */
    top: 50%;
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    /* background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px); */

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(500px);
    color: #fff;
    border: 1px solid rgba(228, 197, 144, 0.6);
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.6); */
}

/* 👉 Right side gap */
.swiper-button-next.irfan-dev-next {
    right: 10px;   /* gap বাড়াতে/কমাতে এই value change করো */
}

/* 👈 Left side gap */
.swiper-button-prev.irfan-dev-prev {
    left: 10px;
}

/* Arrow icon size */
.swiper-button-next.irfan-dev-next::after,
.swiper-button-prev.irfan-dev-prev::after {
    font-size: 18px; 
    font-weight: bold;
}

/* Hover */
.swiper-button-next.irfan-dev-next:hover,
.swiper-button-prev.irfan-dev-prev:hover {
    background: rgba(255,255,255,0.18);
}



@media (max-width: 767.98px) {

    .projects-gellary-section {
        padding: 40px 0px;
    }

    .projects-gellary-section {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        overflow: hidden;
        z-index: 1000;
    }

    .main-heading {
        margin-bottom: 30px;
    }

    .main-heading .main-heading-text h1 {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        width: 90%;
    }

    .main-heading .main-heading-text p {
        width: 100%;
    }

    /* .projects-gellary-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 10px;
    } */

    .projects-gellary-row .projects-gellary-box .projects-gellary-item 
    .projects-gellary-img {
        padding: 8px;
        border-radius: 4px;
    }

    .projects-gellary-row .projects-gellary-box .projects-gellary-item 
    .projects-gellary-img img {
        border-radius: 4px;
    }

    .projects-gellary-container {
        padding: 10px;
    }



    /* Navigation buttons */
    .swiper-button-next.irfan-dev-next,
    .swiper-button-prev.irfan-dev-prev {
        display: none !important;
    }

}

/* ==============================================================/
              /  END: Project Slider Section  /
================================================================*/



/* ==============================================================/
                /  START: Review Section  /
================================================================*/

.review-section {
    position: relative;
    background-color: #0E0D0C;
    padding: 70px 95px;
}

.iqbal-review-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 24px;
    max-width: 100%;
}

.iqbal-review-card-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.iqbal-review-container {
    height: 40rem;
    overflow: hidden;
    border-radius: 1.5rem;
    -webkit-mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
    mask-image: linear-gradient(to bottom, transparent, white 20%, white 80%, transparent);
}

.iqbal-review-container-reverse {
    -webkit-mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
    mask-image: linear-gradient(to top, transparent, white 20%, white 80%, transparent);
}

.iqbal-review-card {
    /* background-color: #fff; */
    /* border: 1px solid #e5e5e5; */

    /* background-color: #161718;
    border: 1px solid #E4C590; */

    background: rgba(22, 23, 24, 0.55);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(228, 197, 144, 0.25);

    box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);

    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.02)
    );

    border-radius: 1rem;
    transition: transform 0.3s ease;
    padding: 1.5rem;
}

/* .iqbal-review-card:hover {
    transform: scale(1.05);
} */

.iqbal-review-card-logo-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px !important;
}

.iqbal-review-card-decs {
    /* color: #525252; */
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-style: italic;
    font-family: "Rufina", serif;
}

.iqbal-logo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 16px !important;
}

.iqbal-logo img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100%;
    width: 52px;
    max-width: 100%;
    display: inline-block;
}

.iqbal-review-card-logo-title h1 {
    /* color: #0a0a0a; */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0 !important;
    font-family: "Jost", sans-serif;
}

.iqbal-review-card-logo-title p {
    /* color: #525252; */
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-family: "Jost", sans-serif;
}

.stars {
    color: #fbbf24;
}

/* Define keyframes for the top-to-bottom scroll animation */
@keyframes scroll-top-to-bottom {
0% {
    transform: translateY(0);
}

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

/* Define keyframes for the bottom-to-top scroll animation */
@keyframes scroll-bottom-to-top {
    0% {
        transform: translateY(-50%);
    }

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

/* Class to apply the top-to-bottom animation */
.iqbal-animate-scroll-t2b {
    animation: scroll-top-to-bottom 80s linear infinite;
}

/* Class to apply the bottom-to-top animation */
.iqbal-animate-scroll-b2t {
    animation: scroll-bottom-to-top 80s linear infinite;
}

/* Utility class to pause the animation on hover */
.iqbal-reviews-wrapper:hover .iqbal-group-hover-pause {
    animation-play-state: paused;
}

@media (max-width: 767.98px) {
    .iqbal-review-box-none {
        display: none !important;
    }
    .iqbal-review-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 24px;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .iqbal-review-box-none {
        display: none !important;
    }

    .review-section {
        position: relative;
        background-color: #0E0D0C;
        padding: 50px 20px;
    }


}


/* ==============================================================/
                /  END: Review Section  /
================================================================*/



/* ==============================================================/
                /  START: Card Section  /
================================================================*/
.card-section {
    padding: 70px 94px;
    background-color: #0E0D0C;
}

.card-container .card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 27px;
}


.card-container .card-row .card-box {
    position: relative;
    grid-column: span 1 / span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    opacity: 1;

    /* border-color: rgb(36 39 43 / 1);
    background-color: rgb(14 16 19 / 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.02)
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25);

    text-align: center;
    padding: 40px;

    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

.card-container .card-row .card-box:hover {
    transform: translateY(-8px) rotateX(4deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-container .card-row .card-box::before,
.card-container .card-row .card-box::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 10;
    border: 1px solid #D9B282;
    border-radius: 8px;
    transform: scale(0.6);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    
}

.card-container .card-row .card-box::before {
    transform-origin: left top;
    border-right: 0;
    border-bottom: 0;
}

.card-container .card-row .card-box::after {
    transform-origin: right bottom;
    border-top: 0;
    border-left: 0;
}

.card-container .card-row .card-box:hover::before,
.card-container .card-row .card-box:hover::after {
    transform: scale(1);
    opacity: 1;
}

.card-container .card-row .card-box:focus-within::before,
.card-container .card-row .card-box:focus-within::after {
    transform: scale(1);
    opacity: 1;
}

/* card-img */
.card-container .card-row .card-box .card-img {
    position: relative;
    z-index: 50;
    display: flex;
    height: 8rem;
    width: 8rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 3.75rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(209 210 212 / 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.card-container .card-row .card-box .card-img img {
    max-width: 100%;
    height: auto
}

.card-container .card-row .card-box .card-img img.hover{
    display: none;
} 

.card-container .card-row .card-box:hover .card-img img {
    display: none;
} 

.card-container .card-row .card-box:hover .card-img img.hover {
    display: block;
} 

/* card-content */
.card-container .card-row .card-box .card-content {
    position: relative;
    z-index: 50;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(209 210 212 / 1);
}


.card-container .card-row .card-box .card-content h3 { 
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Rufina", serif;
    letter-spacing: 2px;
}

.card-container .card-row .card-box .card-content p { 
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Jost", sans-serif;

    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 767.98px) {
    .card-section {
        padding: 50px 20px;
    }

    .card-container .card-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 27px;
    }

    .card-container .card-row .card-box {
        padding: 20px;
    }



}


/* ==============================================================/
                /  END: Card Section  /
================================================================*/






/* ==============================================================/
                /  START: From Section  /
================================================================*/
.from-section {
    padding: 70px 94px;
    background-color: #161718;
    position: relative;
    overflow: hidden;
}

.from-container .from-row {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* from-box */
.from-container .from-row .from-box {
    width: 60%;
    padding: 30px;

    /* glass but more visible */
    background: rgba(30, 32, 36, 0.65);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(228, 197, 144, 0.18);
    /* box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.06); */

    border-radius: 18px;
}

/* font-family: "Rufina", serif; */
/* font-family: "Jost", sans-serif; */
/* Heading */
.reservation-header {
    text-align:center;
    margin-bottom:40px;
}

.reservation-header h1 {
    font-size: 40px;
    font-weight:400;
    color: #fff;
    margin-bottom:10px;
    font-family: "Rufina", serif;
}

.reservation-header p {
    color:#fff;
    font-size:15px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.reservation-header span {
    color:#d4af7f;
}

/* Form Grid */
.form-grid{
    width: 100%;
}

.input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.input-wrapper-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* Inputs */
.form-group{
    position:relative;
}

input, select, textarea{
    width:100%;
    padding:16px 18px;
    background: #222324;
    border: 1px solid #323334;
    color:#fff;
    font-size:14px;
    outline:none;
    transition:0.3s;
}

input::placeholder,
textarea::placeholder{
    color:#fff;
}

input:focus,
select:focus,
textarea:focus{
    border-color:#d4af7f;
}


/* Hide icon but keep functionality */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;        /* hide visually */
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;  /* still clickable */
}



/* Wrapper */
.form-group-1 {
    position: relative;
}

/* Input style (same as yours) */
.form-group-1 input,
.form-group-1 select,
.form-group-1 textarea{
    width:100%;
    padding:16px 45px;
    background: #222324;
    border: 1px solid #323334;
    color:#fff;
    font-size:14px;
    outline:none;
    transition:0.3s;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* LEFT ICON */
.form-group-1::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:18px;
    height:18px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/1077/1077114.png"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* RIGHT ICON (dropdown arrow) */
.form-group-1::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:16px;
    height:16px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/271/271210.png"); /* 👈 arrow icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* Hover/Focus */
.form-group-1:focus-within::before,
.form-group-1:focus-within::after{
    opacity: 1;
}

.form-group-1 input:focus,
.form-group-1 select:focus,
.form-group-1 textarea:focus{
    border-color:#e4c590;
}


/* Wrapper */
.form-group-2 {
    position: relative;
}

/* Input style (same as yours) */
.form-group-2 input,
.form-group-2 select,
.form-group-2 textarea{
    width:100%;
    padding:16px 45px;
    background: #222324;
    border: 1px solid #323334;
    color:#fff;
    font-size:14px;
    outline:none;
    transition:0.3s;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* LEFT ICON */
.form-group-2::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:18px;
    height:18px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/747/747310.png"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* RIGHT ICON (dropdown arrow) */
.form-group-2::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:16px;
    height:16px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/271/271210.png"); /* 👈 arrow icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* Hover/Focus */
.form-group-2:focus-within::before,
.form-group-2:focus-within::after{
    opacity: 1;
}

.form-group-2 input:focus,
.form-group-2 select:focus,
.form-group-2 textarea:focus{
    border-color:#e4c590;
}



/* Wrapper */
.form-group-3 {
    position: relative;
}

/* Input style (same as yours) */
.form-group-3 input,
.form-group-3 select,
.form-group-3 textarea{
    width:100%;
    padding:16px 45px;
    background: #222324;
    border: 1px solid #323334;
    color:#fff;
    font-size:14px;
    outline:none;
    transition:0.3s;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* LEFT ICON */
.form-group-3::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:18px;
    height:18px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/992/992700.png"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* RIGHT ICON (dropdown arrow) */
.form-group-3::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    width:16px;
    height:16px;

    background-image: url("https://cdn-icons-png.flaticon.com/512/271/271210.png"); /* 👈 arrow icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(0) invert(1);
    opacity: 1;
    pointer-events: none;
}

/* Hover/Focus */
.form-group-3:focus-within::before,
.form-group-3:focus-within::after{
    opacity: 1;
}

.form-group-3 input:focus,
.form-group-3 select:focus,
.form-group-3 textarea:focus{
    border-color:#e4c590;
}





/* Full width */
.full-width{
    grid-column:span 2;
}

/* Textarea */
textarea{
    height:120px;
    resize:none;
}

/* font-family: "Rufina", serif; */
/* font-family: "Jost", sans-serif; */
/* Button */
.submit-btn{
    margin-top:30px;
    width:100%;
    padding:18px;
    background:#d4af7f;
    color:#000;
    font-family: "Jost", sans-serif;
    border:none;
    border-radius:40px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:3px;
    cursor:pointer;
    transition:0.3s;
}

.submit-btn:hover{
    background:#c39a66;
}














/* from-content */
.from-container .from-row .from-content {
    width: 40%;
    position: relative;
    z-index: 2;
}

/* font-family: "Rufina", serif; */
/* font-family: "Jost", sans-serif; */
.from-container .from-row .from-content span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Rufina", serif;
    position: relative;
    display: inline-block;
}

.from-container .from-row .from-content span::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: #E4C590;
}

.from-container .from-row .from-content h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Jost", sans-serif;
    margin-top: 20px;
    margin-bottom: 15px;
}

.from-container .from-row .from-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    font-family: "Jost", sans-serif;
}

.from-container .from-row .from-content h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
}

.from-container .from-row .from-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.from-container .from-row .from-content ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    font-family: "Jost", sans-serif;
    margin-bottom: 12px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.from-container .from-row .from-content ul li img {
    width: 12px;
    height: 12px;
}



@media (max-width: 767.98px) {
    .from-section {
        padding: 50px 20px;
        background-color: #161718;
    }

    .from-container .from-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
    }

    /* from-box */
    .from-container .from-row .from-box {
        width: 100%;
        padding: 20px;
    }

    .reservation-header h1 {
        font-size: 25px;
        font-weight:400;
        color: #fff;
        margin-bottom:10px;
        font-family: "Rufina", serif;
    }

    .reservation-header p {
        color:#fff;
        font-size:14px;
        font-weight: 400;
        font-family: "Jost", sans-serif;
    }

    .full-width{
        grid-column:span 1;
    }

    .input-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .input-wrapper-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    /* from-content */
    .from-container .from-row .from-content {
        width: 100%;
    }

    .from-container .from-row .from-content h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        color: #fff;
        font-family: "Jost", sans-serif;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .from-container .from-row .from-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        font-family: "Jost", sans-serif;
    }

    .from-container .from-row .from-content h3 {
        font-size: 45px;
        font-weight: 700;
        line-height: 55px;
        color: rgba(255, 255, 255, 0.05);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Jost", sans-serif;
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .from-container .from-row .from-content ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        color: #fff;
        font-family: "Jost", sans-serif;
        margin-bottom: 12px;

        display: flex;
        align-items: center;
        gap: 10px;
    }

    .from-container .from-row .from-content ul li img {
        width: 8px;
        height: 8px;
    }





}


/* ==============================================================/
                /  END: From Section  /
================================================================*/







/* ==============================================================/
                /  START: Service Section  /
================================================================*/
    /* font-family: "Rufina", serif; */
    /* font-family: "Jost", sans-serif; */
    /* font-family: "Great Vibes", cursive; */

.service-section {
    padding: 70px 94px;
    background-color: #161718;
    position: relative;
    overflow: hidden;
}

.left-bot-bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 1;
}

.right-top-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 1;
}

/* Bob Up Down*/

@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.iqbal-main-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
}

.iqbal-main-heading .iqbal-heading h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    /* text-transform: capitalize; */
    letter-spacing: 2px;
    font-family: "Great Vibes", cursive;
    color: #E4C590;
    position: relative;
    margin-bottom: 12px;
}

.iqbal-main-heading .iqbal-heading h4::after {
    content: url(../img/separator.svg);
    display: block;
    width: 220px;
    margin-inline: auto;
    margin-block-start: 5px;
}

.iqbal-main-heading .iqbal-heading h1 {
    font-size: 54px;
    font-weight: 500;
    line-height: 65px;
    color: #fff;
    font-family: "Rufina", serif;
    margin-bottom: 16px;
}

.iqbal-main-heading .iqbal-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: "Jost", sans-serif;
    width: 80%;
    margin: 0 auto;
}

.iqbal-main-heading .iqbal-heading .service_p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: "Jost", sans-serif;
    width: 40%;
    margin: 0 auto; 
}


/* .service-container .service-row */
.service-container .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 150px;
    position: relative;
    z-index: 2;
}

.service-container .service-row .service-card {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.service-container .service-row .service-card .service-img {
    position: relative;
    padding-block: 30px;
    margin-block-end: 26px;
    z-index: 1;
    /* width: 285px;
    height: 336px; */
    overflow: hidden;
    transition: 500ms ease;
}

.service-container .service-row .service-card:hover .service-img {
    transform: scale(1.05);
}

.service-container .service-row .service-card .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.service-container .service-row .service-card .service-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 100%;
    background-image: url(../img/img-pattern.svg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    transition: 500ms ease;
    transition-delay: 0;
    z-index: -1;
    will-change: transform;
}

.service-container .service-row .service-card:hover .service-img::before {
    transform: rotateY(0.5turn) translateX(50%);
    transition-delay: 300ms;
}

.service-container .service-row .service-card .service-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 0%, #fff6 100%);
    transform: skewX(-0.08turn) translateX(-180%);
}

.service-container .service-row .service-card:hover .service-img::after {
    transform: skewX(-0.08turn) translateX(275%);
    transition: 1000ms ease;
}


/* service-content */
.service-container .service-row .service-card .service-content {
    text-align: center;
}

.service-container .service-row .service-card .service-content h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    color: #fff;
    font-family: "Rufina", serif;
    margin-bottom: 12px;
}


.service-container .service-row .service-card .service-content .service-btn {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #E4C590;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    max-width: max-content;
    transition: 250ms ease;
}

.service-container .service-row .service-card .service-content .service-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 5px;
    border-block: 1px solid #e4c590;
    transform: scaleX(0.2);
    opacity: 0;
    transition: 500ms ease;
}

.service-container .service-row .service-card .service-content .service-btn:hover::after {
    transform: scaleX(1);
    opacity: 1;
}


@media (min-width: 1200px) {
    .service-container .service-row .service-card:nth-child(2n+1) {
        transform: translateY(-160px);
        margin-bottom: 50px;
    }
}




@media (max-width: 767.98px) {
    .service-section {
        padding: 50px 20px;
        background-color: #161718;
    }

    .iqbal-main-heading .iqbal-heading h4 {
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-family: "Great Vibes", cursive;
        color: #E4C590;
        position: relative;
        margin-bottom: 12px;
    }

    .iqbal-main-heading .iqbal-heading h1 {
        font-size: 35px;
        font-weight: 500;
        line-height: 45px;
        color: #fff;
        font-family: "Rufina", serif;
        margin-bottom: 16px;
    }

    .iqbal-main-heading .iqbal-heading p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
        font-family: "Jost", sans-serif;
        width: 100%;
        margin: 0 auto;
    }

	

	.iqbal-main-heading .iqbal-heading .service_p{
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		color: #fff;
		font-family: "Jost", sans-serif;
		width: 100%;
		margin: 0 auto; 
	}

    .service-container .service-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 20px;
    }
}

/* ==============================================================/
                /  END: Service Section  /
================================================================*/












/* ==============================================================/
                /  START: Experience Section  /
================================================================*/
/* font-family: "Rufina", serif; */
/* font-family: "Jost", sans-serif; */
/* font-family: "Great Vibes", cursive; */

.experience-section {
    padding: 70px 94px;
    background-color: #161718;
    position: relative;
    overflow: hidden;
}

.experience-container .experience-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

/* experience-item-row */
.experience-container .experience-row .experience-item-row {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

/* .experience-item */
.experience-container .experience-row .experience-item-row 
.experience-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-item-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-item-icons h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: "Rufina", serif;
    text-align: end;
    width: 60%;
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-item-icons .experience-item-icons-img {
    position: relative;
    border-radius: 50%;
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-item-icons .experience-item-icons-img::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px dashed #E4C590;
    border-radius: inherit;
    transform: scale(1.15);
    transition: all ease 0.4s;
    animation: spin 30s linear infinite;
}

@keyframes spin {
  to {
    transform: scale(1.15) rotate(360deg);
  }
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-item-icons .experience-item-icons-img img {
    width: 70px;
    height: 70px;
    transition: transform 0.5s ease;
}

.experience-container .experience-row .experience-item-row 
.experience-item:hover .experience-item-icons img {
    transform: scaleX(-1);
}

.experience-container .experience-row .experience-item-row 
.experience-item .experience-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-family: "Jost", sans-serif;
    text-align: end;
}


/* experience-item-reverge */
.experience-container .experience-row .experience-item-row 
.experience-item-reverge {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-item-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-item-icons h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: "Rufina", serif;
    text-align: start;
    width: 60%;
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-item-icons .experience-item-icons-img {
    position: relative;
    border-radius: 50%;
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-item-icons .experience-item-icons-img::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px dashed #E4C590;
    border-radius: inherit;
    transform: scale(1.15);
    transition: all ease 0.4s;
    animation: spin-1 30s linear infinite;
}

@keyframes spin-1 {
  to {
    transform: scale(1.15) rotate(360deg);
  }
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-item-icons img {
    width: 70px;
    height: 70px;
    transition: transform 0.5s ease;
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge:hover .experience-item-icons img {
    transform: scaleX(-1);
}

.experience-container .experience-row .experience-item-row 
.experience-item-reverge .experience-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-family: "Jost", sans-serif;
    text-align: start;
}

/* experience-item-box */
.experience-container .experience-row .experience-item-box
.experience-item-img {
    position: relative;
    overflow: hidden;
}

.experience-container .experience-row .experience-item-box
.experience-item-img::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #fff;
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 500px;
    z-index: 100;
}

.experience-container .experience-row .experience-item-box
.experience-item-img img {
    position: relative;
    z-index: 1;
    border-radius: 500px;
    aspect-ratio: auto 442 / 500;
    width: 442px;
    height: 500px;
}

.experience-container .experience-row .experience-item-box 
.experience-item-img .experience-item-img-pulse-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.experience-container .experience-row .experience-item-box 
.experience-item-img .experience-item-img-pulse-btn img {
    padding: 25px;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    border-radius: 50%;
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #fff; }
  100% { box-shadow: 0 0 0 50px transparent; }
}




@media (max-width: 767.98px) {
    .experience-section {
        padding: 50px 20px;
    }

    .experience-container .experience-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 30px;
    }

    /* experience-item-row */
    .experience-container .experience-row .experience-item-row {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .experience-container .experience-row .experience-item-row 
    .experience-item .experience-text p {
        text-align: center;
    }

    .experience-container .experience-row .experience-item-row 
    .experience-item-reverge .experience-text p {
        text-align: center;
    }

    .experience-container .experience-row .experience-item-row 
    .experience-item .experience-item-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .experience-container .experience-row .experience-item-row 
    .experience-item-reverge .experience-item-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .experience-container .experience-row .experience-item-box
    .experience-item-img img {
        position: relative;
        z-index: 1;
        border-radius: 400px;
        aspect-ratio: auto 442 / 400;
        width: 442px;
        height: 400px;
    }


}

/* ==============================================================/
                /  END: Experience Section  /
================================================================*/




/* ==============================================================/
                /  START: iriqm_section Section  /
================================================================*/


/* Reset & Base Styles */

.iriqm_section{
    background-color: #161718;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 94px;
}

.iriqm_container{
    width: 100%;
    text-align: center;
}

/* Header Typography */

.iriqm_header{
    margin-bottom: 50px;
}

.iriqm_subtitle{
    font-size: 13px;
    letter-spacing: 4px;
    color: #dfb76c;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
}

.iriqm_subtitle .iriqm_line{
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #dfb76c;
}

.iriqm_header h1{
    font-family: "Rufina", serif;
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.iriqm_header .iriqm_description{
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    color: #b3b3b3;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Divider */

.iriqm_divider-line{
    width: 85px;
    height: 1px;
    background-color: #dfb76c;
    opacity: 0.6;
    margin-bottom: 25px;
}

/* Cards Grid */

.iriqm_cards-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    justify-content: center;
}

/* Card */

.iriqm_card{
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
}

.iriqm_card p{
    font-family: "Jost", sans-serif;
    font-size: 0.95rem;
    color: #a6a6a6;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 260px;
    flex-grow: 1;
}

/* Glow Effects */

.iriqm_doordash-card{
    box-shadow: 0 30px 60px rgba(255, 48, 0, 0.04);
}

.iriqm_doordash-card::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    right: 10%;
    height: 20px;
    background: rgba(255, 48, 0, 0.15);
    filter: blur(20px);
    z-index: -1;
}

.iriqm_ubereats-card{
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.04);
}

.iriqm_ubereats-card::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    right: 10%;
    height: 20px;
    background: rgba(16, 185, 129, 0.15);
    filter: blur(20px);
    z-index: -1;
}

.iriqm_skip-card{
    box-shadow: 0 30px 60px rgba(242, 114, 0, 0.04);
}

.iriqm_skip-card::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    right: 10%;
    height: 20px;
    background: rgba(242, 114, 0, 0.15);
    filter: blur(20px);
    z-index: -1;
}

.iriqm_card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.15);
}

/* Logo */

.iriqm_logo-area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

#iriqm_logo_area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

.iriqm_brand-logo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Heading */

.iriqm_card h2{
    font-family: "Rufina", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* Buttons */

.iriqm_btn{
    width: 100%;
    padding: 16px 24px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease, transform 0.2s ease;
    font-family: "Jost", sans-serif;
}

.iriqm_btn .iriqm_arrow{
    font-size: 1.1rem;
}

.iriqm_btn-doordash{
    background: linear-gradient(135deg, #ff3008, #d62200);
}

.iriqm_btn-doordash:hover{
    background: linear-gradient(135deg, #ff4522, #eb2b05);
}

.iriqm_btn-ubereats{
    background: linear-gradient(135deg, #118645, #0a6331);
}

.iriqm_btn-ubereats:hover{
    background: linear-gradient(135deg, #169b51, #0f793c);
}

.iriqm_btn-skip{
    background: linear-gradient(135deg, #f27200, #c75e00);
}

.iriqm_btn-skip:hover{
    background: linear-gradient(135deg, #ff8314, #dc6800);
}

.iriqm_btn:active{
    transform: scale(0.98);
}

/* Footer */

.iriqm_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    flex-wrap: wrap;
}

.iriqm_footer-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.iriqm_footer-item .iriqm_icon{
    font-size: 1.2rem;
    opacity: 0.8;
}

.iriqm_footer-item p{
    font-family: "Jost", sans-serif;
    font-size: 0.85rem;
    color: #8c8c8c;
    letter-spacing: 0.5px;
}

/* Responsive */

@media (max-width: 768px){

    .iriqm_section{
        padding: 50px 20px;
    }

    .iriqm_header h1{
        font-size: 2.5rem;
    }

    .iriqm_footer{
        flex-direction: column;
        gap: 20px;
    }
}


/* ==============================================================/
                /  END: iriqm_section Section  /
================================================================*/


