
/*----Career Heading----*/
/* HERO */
@media (max-width: 601px) {
  .imx-hero {
   min-height:40vh !important;
  }
  .menu-area{
      padding-top: 5px !important;
      padding-bottom: 5px !important;
  }
  .header-logo img {
    border-radius: 5px;
    width: 280px !important;
}
}

.imx-hero{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
position:relative;
padding:40px 20px;
background:linear-gradient(135deg,#0f0f0f,#1c1c1c);
overflow:hidden;
}

.imx-container{
max-width:950px;
position:relative;
z-index:2;
}

.imx-tag{
display:inline-block;
background:rgba(255,255,255,0.08);
padding:8px 20px;
border-radius:30px;
font-size:14px;
margin-bottom:25px;
letter-spacing:1px;
}

.imx-title{
font-size:clamp(32px,5vw,64px);
font-weight:700;
line-height:1.2;
margin-bottom:20px;
animation:fadeUp 1s ease forwards;
color:white;
}

.imx-highlight{
color:#ff2d2d;
}

.imx-desc{
font-size:clamp(15px,2vw,20px);
opacity:.85;
margin-bottom:35px;
animation:fadeUp 1.4s ease forwards;
color:white;
}

.imx-btn{
display:inline-block;
padding:15px 40px;
border-radius:40px;
background:linear-gradient(45deg,#ff0000,#ff5757);
color:#fff;
text-decoration:none;
font-weight:600;
transition:.4s;
animation:fadeUp 1.8s ease forwards;
}

.imx-btn:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(255,0,0,.4);
}

/* floating shapes */

.imx-shape{
position:absolute;
border-radius:50%;
filter:blur(70px);
opacity:.6;
animation:float 12s infinite ease-in-out;
}

.imx-shape1{
width:260px;
height:260px;
background:#ff0000;
top:10%;
left:10%;
}

.imx-shape2{
width:300px;
height:300px;
background:#007bff;
bottom:10%;
right:10%;
animation-delay:3s;
}

.imx-shape3{
width:220px;
height:220px;
background:#ff9f00;
top:50%;
left:70%;
animation-delay:5s;
}

@keyframes float{
0%{transform:translateY(0)}
50%{transform:translateY(-40px)}
100%{transform:translateY(0)}
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* responsive */

@media(max-width:768px){

.imx-hero{
padding:80px 20px;
}

.imx-desc{
font-size:15px;
}

}
/*----Career Heading End----*/

.widget-area {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}

.space, .space-top, .space-bottom {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.icon-box {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(45deg, #ff4d4d, #ff7a7a);
    margin-top: -10px;
}

/*Gallery*/
/* =========================
   DESIGN HUB GALLERY
=========================*/
html,body{
overflow-x:hidden;
}

/* gallery fix */

.gx-gallery-slider{
width:100%;
max-width:100%;
overflow:hidden;
}

.gx-gallery-wrapper{
align-items:stretch;
}

.gx-slide{
height:auto;
}
.gx-gallery-slider{
padding:0 25px;
max-width:1300px;
margin:auto;
}

.gx-slide{
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.gx-img{
position:relative;
cursor:pointer;
overflow:hidden;
}

.gx-img img{
width:100%;
height:220px;
object-fit:cover;
transition:.4s;
}

.gx-img:hover img{
transform:scale(1.08);
}

/* popup icon */

.gx-popup-icon{
position:absolute;
top:10px;
right:10px;
background:#0000009e;
color:#fff;
padding:8px;
border-radius:50%;
font-size:14px;
z-index:2;
}

/* arrows */

.gx-next,
.gx-prev,
.gx-popup-next,
.gx-popup-prev{

width:40px;
height:40px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
color:#ff6a00;

}

.gx-next::after,
.gx-prev::after,
.gx-popup-next::after,
.gx-popup-prev::after{
display:none;
}

/* popup */

.gx-popup{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
display:none;
align-items:center;
justify-content:center;
z-index:99999;

}

.gx-popup-slider{
width:90%;
max-width:1000px;
}

.gx-popup-slider img{

width:100%;
height:520px;
object-fit:cover;
border-radius:10px;

}

.gx-close{

position:absolute;
top:25px;
right:40px;
font-size:36px;
color:#fff;
cursor:pointer;

}

/* mobile */

@media(max-width:768px){

.gx-img img{
height:170px;
}

.gx-popup-slider img{
height:320px;
}

}
.gx-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.95);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.gx-popup img{
width:auto;
max-width:90%;
max-height:90vh;
object-fit:contain;
margin:auto;
display:block;
}
/* ===== VIEW ALL GALLERY BUTTON ===== */

.gx-view-btn-wrap{
text-align:center;
margin-top:40px;
margin-bottom:20px;
}

.gx-view-btn{

display:inline-block;
padding:14px 32px;
font-size:15px;
font-weight:600;
border-radius:40px;

background:linear-gradient(45deg,#ff7a18,#ffb347);

color:#fff !important;
text-decoration:none;

transition:all .35s ease;

box-shadow:0 8px 20px rgba(0,0,0,0.15);

}

/* hover effect */

.gx-view-btn:hover{

transform:translateY(-3px);

box-shadow:0 12px 25px rgba(0,0,0,0.25);

color:#fff;

}

/*footer custom css*/
.left-social,
.right-buttons{
opacity:0;
visibility:hidden;
transition:0.4s;
}

body.loaded .left-social,
body.loaded .right-buttons{
opacity:1;
visibility:visible;
}
.dh-footer{
background:linear-gradient(135deg,#020617,#0f172a);
color:#cbd5f5;
padding:110px 0 40px;
position:relative;
overflow:hidden;
}

.dh-footer-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(10px);
padding:30px;
border-radius:14px;
height:100%;
transition:.4s;
}

.dh-footer-card:hover{
transform:translateY(-5px);
border-color:#ff7a18;
}

.dh-footer-title{
color:#fff;
font-weight:600;
margin-bottom:20px;
font-size:20px;
}

.dh-footer-title i{
margin-right:10px;
background:linear-gradient(45deg,#ff7a18,#ffb347);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.dh-footer-links a{
display:block;
text-decoration:none;
color:#cbd5f5;
margin-bottom:10px;
transition:.3s;
}

.dh-footer-links a i{
margin-right:8px;
background:linear-gradient(45deg,#ff7a18,#ffb347);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.dh-footer-links a:hover{
color:#38bdf8;
padding-left:6px;
}

.dh-contact i{
margin-right:8px;
background:linear-gradient(45deg,#ff7a18,#ffb347);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.dh-phone{
animation:ring 1.5s infinite;
display:inline-block;
}

@keyframes ring{
0%{transform:rotate(0)}
25%{transform:rotate(15deg)}
50%{transform:rotate(-15deg)}
75%{transform:rotate(10deg)}
100%{transform:rotate(0)}
}

.read-btn{
display:inline-block;
margin-top:10px;
padding:8px 18px;
border-radius:30px;
font-size:14px;
background:linear-gradient(45deg,#ff7a18,#ffb347);
color:#fff;
text-decoration:none;
transition:.3s;
}

.read-btn:hover{
transform:scale(1.05);
color:#fff;
}

.left-social{
position:fixed;
left:0;
top:60%;
transform:translateY(-50%);
z-index:999;
}

.left-social a{
display:flex;
align-items:center;
justify-content:center;
width:50px;
height:50px;
margin:8px 0;
color:#fff;
font-size:20px;
text-decoration:none;
border-radius:0 12px 12px 0;
box-shadow:0 5px 15px rgba(0,0,0,.3);
animation:floatIcon 3s ease-in-out infinite;
}

.left-social a:nth-child(1){background:#1877f2;}
.left-social a:nth-child(2){background:#E4405F;}
.left-social a:nth-child(3){background:#ff0000;}
.left-social a:nth-child(4){background:#0077b5;}

@keyframes floatIcon{
0%{transform:translateY(0)}
50%{transform:translateY(-8px)}
100%{transform:translateY(0)}
}

.right-buttons{
position:fixed;
right:0;
top:60%;
transform:translateY(-50%);
z-index:999;
}

.right-buttons a{
display:flex;
align-items:center;
justify-content:center;
width:55px;
height:55px;
margin:8px 0;
color:#fff;
font-size:22px;
border-radius:12px 0 0 12px;
text-decoration:none;
box-shadow:0 5px 15px rgba(0,0,0,.3);
animation:pulse 2s infinite;
}

.call-btn{background:#ff7a18;}
.whatsapp-btn{background:#25D366;}

@keyframes pulse{
0%{transform:scale(1)}
50%{transform:scale(1.1)}
100%{transform:scale(1)}
}

.dh-footer-bottom{
border-top:1px solid rgba(255,255,255,.1);
margin-top:50px;
padding-top:20px;
text-align:center;
font-size:14px;

}
.dh-footer-card p{
    color: #f7f7f7 !important;
}

/*--Extra--*/
.about-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    margin-right:8px;
    border-radius:50%;
    color:#fff;
    font-size:16px;
    background:linear-gradient(135deg,#ff7a18,#ffb347);

    animation:iconFloat 2s ease-in-out infinite;
}

/* continuous animation */
@keyframes iconFloat{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-6px);
    }
    100%{
        transform:translateY(0);
    }
}

/*--Team Member Section--*/
/* SECTION */

.im-team-section{
position:relative;
padding:90px 20px;
background:linear-gradient(135deg,#fff8f3,#ffe9dc);
overflow:hidden;
}

/* SMALL CIRCLE WAVES */

.im-circle1{
position:absolute;
width:260px;
height:260px;
background:linear-gradient(135deg,#ff7a18,#ffb347);
border-radius:50%;
top:-120px;
left:-120px;
opacity:.10;
}

.im-circle2{
position:absolute;
width:220px;
height:220px;
background:linear-gradient(135deg,#ff7a18,#ffb347);
border-radius:50%;
bottom:-100px;
right:-80px;
opacity:.10;
}

/* HEADING */

.im-title{
text-align:center;
font-size:32px;
font-weight:700;
letter-spacing:.5px;
margin-bottom:10px;
}

/* Animated Wave Divider */

.im-wave-divider{
width:200px;
height:6px;
margin:0 auto 50px auto;
border-radius:50px;
background:linear-gradient(90deg,#ff7a18,#ffb347,#ff7a18);
background-size:300% 100%;
animation:imWaveMove 4s linear infinite;
}

@keyframes imWaveMove{
0%{background-position:0% 50%;}
100%{background-position:300% 50%;}
}

/* AREA */

.im-team-area{
max-width:1150px;
margin:auto;
}

/* LAYOUT */

.im-team-wrapper{
display:flex;
gap:35px;
align-items:flex-start;
}

/* FOUNDER */

.im-founder{
width:250px;
text-align:center;
padding:18px;
background:#fff;
border-radius:12px;
border:1px solid #eee;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
border: 2px solid red;
}

/* Founder Image Container */
.im-founder-img{
width:180px;
height:190px;
margin:auto;
border-radius:50%;
padding:6px;
background:linear-gradient(135deg,#ff7a18,#ffb347);
overflow:hidden;
}

/* Founder Image */
.im-founder-img img{
width:100%;
height:100%;
border-radius:50%;
object-fit:cover;
object-position:top center;
}

.im-founder h2{
margin-top:14px;
font-size:17px;
font-weight:600;
}

.im-founder p{
font-size:13px;
color:#777;
margin-top:-10px;
font-weight: bold;
line-height: 8px;
}

/* MENTOR GRID */

.im-mentors{
flex:1;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px;
}

/* MENTOR CARD */

.im-mentor{
background:#fff;
padding:5px;
border-radius:12px;
border:1px solid #eee;
text-align:center;
transition:.35s;
box-shadow:0 5px 15px rgba(0,0,0,0.04);
}

/* Mentor Image Container */
.im-mentor-img{
width:150px;
height:170px;
margin:auto;
border-radius:50%;
padding:4px;
background:linear-gradient(135deg,#ff7a18,#ffb347);
overflow:hidden;
}

/* Mentor Image */
.im-mentor-img img{
width:100%;
height:100%;
border-radius:50%;
object-fit:cover;
object-position:top center;   /* head cut nahi hoga */
}

.im-mentor h4{
margin-top:10px;
font-size:14px;
font-weight:600;
}

.im-mentor p{
font-size:12px;
color:#777;
margin-top:-10px;
font-weight: bold;
line-height: 10px;

}

/* HOVER */

.im-mentor:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

/* RESPONSIVE */

@media(max-width:992px){

.im-team-wrapper{
flex-direction:column;
align-items:center;
}

.im-mentors{
grid-template-columns:repeat(2,1fr);
}

}
/*--Team Member Section--*/
/*--Map Section--*/
/* section */

.map-section{
padding:80px 20px;
background:#f7f7f7;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

/* heading */

.map-title{
font-size:36px;
margin-bottom:10px;
}

.map-desc{
color:#666;
margin-bottom:35px;
}

/* map card */

.map-card{
max-width:1100px;
margin:auto;
border-radius:14px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.map-card iframe{
width:100%;
height:450px;
border:0;
}

/* button wrapper */

.dh-map-btn{
margin-top:35px;
}

/* button */

.dh-direction-btn{
display:inline-flex;
align-items:center;
gap:12px;
padding:16px 34px;
font-size:16px;
font-weight:600;
color:#fff;
text-decoration:none;
border-radius:10px;

background:linear-gradient(270deg,#ff6a00,#ff3c00,#ff8c00);
background-size:400% 400%;

animation:gradientMove 6s ease infinite;

box-shadow:0 12px 25px rgba(255,90,0,0.35);

transition:0.3s;
}

/* gradient animation */

@keyframes gradientMove{

0%{background-position:0% 50%;}

50%{background-position:100% 50%;}

100%{background-position:0% 50%;}

}

/* icons */

.dh-direction-btn i{
font-size:17px;
transition:0.3s;
}

/* hover */

.dh-direction-btn:hover{
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(255,90,0,0.5);
}

.dh-direction-btn:hover .dh-icon-right{
transform:translateX(6px);
}

.dh-direction-btn:hover .dh-icon-left{
transform:scale(1.2);
}

/* mobile */

@media(max-width:768px){

.map-title{
font-size:26px;
}

.map-card iframe{
height:320px;
}

}
/*--reveiew--*/
.dh-google-badge{
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
background:#fff;
border-radius:10px;
padding:12px 18px;
margin-top:12px;
margin-bottom:30px; /* bottom gap */
box-shadow:0 6px 18px rgba(0,0,0,0.08);
border:1px solid #eee;
max-width:420px;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
}

/* light animation highlight */
.dh-google-badge::before{
content:"";
position:absolute;
width:160%;
height:180%;
background:linear-gradient(120deg,transparent,rgba(255,215,0,0.2),transparent);
top:-40%;
left:-60%;
transform:rotate(25deg);
animation:googleGlow 6s linear infinite;
}

@keyframes googleGlow{
0%{left:-60%;}
100%{left:120%;}
}

.dh-google-logo{
font-size:16px;
font-weight:700;
letter-spacing:0.5px;
}

.dh-google-logo span:nth-child(1){color:#4285F4;}
.dh-google-logo span:nth-child(2){color:#EA4335;}
.dh-google-logo span:nth-child(3){color:#FBBC05;}
.dh-google-logo span:nth-child(4){color:#34A853;}

.dh-rating{
display:flex;
align-items:center;
gap:6px;
margin-top:2px;
}

.dh-score{
font-size:15px;
font-weight:700;
}

.dh-stars i{
color:#fbbc05;
font-size:12px;
}

.dh-review-count{
font-size:12px;
color:#666;
}

.dh-place{
font-weight:600;
font-size:14px;
}

.dh-type{
font-size:11px;
color:#777;
margin-bottom:4px;
}

.dh-view-btn{
display:inline-block;
padding:4px 10px;
font-size:11px;
background:#4285F4;
color:#fff;
border-radius:5px;
text-decoration:none;
transition:.3s;
}

.dh-view-btn:hover{
background:#1a73e8;
}
/* google badge fix */
.dh-google-badge{
position:relative;
z-index:1;
}

.dh-google-badge::before{
pointer-events:none; /* hyperlink fix */
}

/* VIEW MORE BUTTON */
.dh-view-btn{
display:inline-block;
padding:6px 14px;
font-size:12px;
font-weight:600;
color:#fff;
border-radius:6px;
text-decoration:none;
background:linear-gradient(45deg,#ff7a18,#ffb347,#ff7a18);
background-size:200% 200%;
animation:orangeMove 3s linear infinite;
transition:.3s;
position:relative;
z-index:5;
}

/* gradient animation */
@keyframes orangeMove{
0%{
background-position:0% 50%;
}
50%{
background-position:100% 50%;
}
100%{
background-position:0% 50%;
}
}

/* hover effect */
.dh-view-btn:hover{
transform:translateY(-2px);
box-shadow:0 6px 15px rgba(255,120,0,0.4);
}

.en-btn a{
display:inline-flex;
align-items:center;
gap:6px;
padding:8px 16px;
font-size:13px;
font-weight:600;
color:#fff;
text-decoration:none;
border-radius:6px;
background:linear-gradient(45deg,#ff6a00,#ffb347,#ff6a00);
background-size:200% 200%;
animation:btnGradient 3s linear infinite;
position:relative;
overflow:hidden;
}

/* gradient animation */
@keyframes btnGradient{
0%{background-position:0% 50%;}
50%{background-position:100% 50%;}
100%{background-position:0% 50%;}
}

/* compact pulse */
.en-btn a::before{
content:"";
position:absolute;
inset:0;
border-radius:6px;
box-shadow:0 0 0 rgba(255,120,0,0.5);
animation:pulse 2s infinite;
}

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(255,120,0,0.5);}
70%{box-shadow:0 0 0 10px rgba(255,120,0,0);}
100%{box-shadow:0 0 0 0 rgba(255,120,0,0);}
}

/* arrow animation */
.en-btn a i{
font-size:12px;
animation:arrowMove 1.2s infinite alternate;
}

@keyframes arrowMove{
0%{transform:translateX(0);}
100%{transform:translateX(4px);}
}

.en-btn a:hover{
transform:translateY(-2px);
box-shadow:0 5px 12px rgba(255,120,0,0.35);
}


