
        .banner-image,
.carousel-inner,
.carousel-item,
.news-container {
    height: 450px;
}
        /* Tablet */
@media (max-width: 991.98px) {
    .banner-image,
    .carousel-inner,
    .carousel-item,
    .news-container {
        height: 350px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .banner-image,
    .carousel-inner,
    .carousel-item,
    .news-container {
        height: 220px;
    }
}

/* NEW Badge */
.news-container {
    height: 450px;
}

.news-wrapper {
    height: calc(100% - 55px);
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.news-track {
    display: flex;
    flex-direction: column;
}

.news-item {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s ease;
    background: #ffffff;
}

.news-item:hover {
    background: #f1f3f5;
    transform: translateX(5px);
}

.news-item a {
    text-decoration: none;
}

.news-title {
    font-weight: 600;
    color: #212529;
    font-size: 15px;
}

.news-date {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

/* NEW Badge */
.new-badge {
    background: linear-gradient(45deg, #ff0000, #ff9900);
    color: #fff;
    font-size: 10px;
    padding: 3px 7px;
    margin-left: 6px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    animation: pulseBlink 1s infinite;
}

@keyframes pulseBlink {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .news-container {
        height: 300px;
    }

    .news-title {
        font-size: 14px;
    }
}
/* /* NEW Badge  End */


/* Section Background */
.expert-section {
    background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    color: #fff;
}

/* Heading */
.main-heading {
    font-size: 40px;
    font-weight: 800;
    background: linear-gradient(45deg,#FFD700,#f8d000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-heading {
    color: #ddd;
    font-size: 18px;
}

/* Card */
.gold-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    border: 2px solid transparent;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.gold-card:hover {
    border: 2px solid #FFD700;
    box-shadow: 0 0 30px #FFD700;
    transform: translateY(-10px);
}

/* Image */
/*.gold-img {
    position: relative;
    overflow: hidden;
}

.gold-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.6s;
}*/
.gold-img{
    position: relative;
    overflow: hidden;
}

.gold-img img{
    width: 100%;
    height: 420px;
    object-fit: cover;
  object-position: top center;
    transition: 0.6s;
}

/* Tablet */
@media (max-width:991px){
    .gold-img img{
        height:350px;
    }
}

/* Mobile */
@media (max-width:576px){
    .gold-img img{
        height:300px;
        object-position: top;
    }
}

.gold-card:hover img {
    transform: scale(1.1);
}

/* Golden Overlay */
.gold-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.gold-overlay h3 {
    color: #FFD700;
    font-weight: 700;
}

.gold-overlay span {
    font-size: 14px;
    color: #fff;
}

/* Body */
.gold-body {
    padding: 25px;
}

.gold-body p {
    color: #eee;
    line-height: 1.7;
}

/* Buttons */
/*.gold-buttons {
    margin-top: 20px;
}*/

/*.gold-call {
    background: linear-gradient(45deg,#FFD700,#f8d000);
    color: #000;
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 600;
    margin-right: 10px;
}*/

/*.gold-call:hover {
    background: #fff;
    color: #000;
}*/

.gold-whatsapp {
    background: #25D366;
    color: #fff;
    border-radius: 30px;
    /*padding: 8px 25px;*/
    font-weight: 600;
}

.gold-whatsapp:hover {
    background: #1da851;
    color: #fff;
}

        .gold-img img {
    width: 100%;
    height: 480px;          /* Desktop ke liye height badha di */
    object-fit: cover;
    object-position: top;   /* Face upar ho to crop na ho */
    transition: 0.6s;
}

/* Hover Zoom */
.gold-card:hover img {
    transform: scale(1.05);
}

/* Tablet */
@media (max-width: 992px) {
    .gold-img img {
        height: 350px;
        object-position: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .gold-img img {
        height: 300px;
        object-position: center;
    }
}

/* Button Container */
.gold-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

/* Common Button Style */
.gold-buttons .btn {
    flex: 1;                     /* Equal width */
    padding: 10px 0;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    transition: 0.4s ease;
}

/* Call Button */
.gold-call {
    background: linear-gradient(45deg, #d4af37, #b8860b);
    color: #fff;
    border: none;
}

.gold-call:hover {
    background: linear-gradient(45deg, #b8860b, #d4af37);
    transform: translateY(-3px);
}

/* WhatsApp Button */
.gold-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
}

.gold-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
}

/* Mobile Fix (Buttons Always Side by Side) */
@media (max-width: 576px) {
    .gold-buttons {
        flex-direction: row;   /* Force side by side */
    }

    .gold-buttons .btn {
        font-size: 14px;
        padding: 8px 0;
    }
}



.photo-card {
    min-width: 220px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s ease;
}

.photo-card:hover {
    transform: scale(1.05);
}

/* Infinite Scroll Animation */
@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



/* Section Background */
.team1 {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

/* 3D Heading */
.heading-3d {
    font-size: 38px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    margin-bottom: 40px;
}

/* Video Card */
.video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
}

/* Hover Effect */
.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212,175,55,0.4);
}

/* Video Frame */
.video-frame iframe {
    border-radius: 20px 20px 0 0;
}

/* Play Overlay Effect */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-card:hover .video-overlay {
    opacity: 1;
}

/* Play Button */
.play-btn {
    font-size: 50px;
    color: #fff;
    background: rgba(212,175,55,0.8);
    padding: 15px 22px;
    border-radius: 50%;
}

/* Card Body */
.video-body {
    padding: 15px;
    text-align: center;
}

.video-body p {
    font-weight: 600;
    color: #333;
}

/* Responsive */
@media(max-width:768px){
    .heading-3d {
        font-size: 26px;
    }
}
       .custom-carousel {
  overflow: hidden;
  width: 100%;
  background: #f8f9fa;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
}

.carousel-item-custom {
  flex: 0 0 auto;
  margin: 0 10px;
}

.carousel-item-custom img {
  height: 220px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}

/* Smooth scroll animation */
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Pause animation on hover */
.custom-carousel:hover .carousel-track {
  animation-play-state: paused;
}

    @media (max-width: 576px) { .container, .container-fluid { padding-left: 5px !important; padding-right: 5px !important; } }

    .custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 8px;
}

.custom-close-btn {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 1060;

    width: 40px;
    height: 40px;

    background: linear-gradient(135deg, #ff4d4d, #b30000);
    border-radius: 50%;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.custom-close-btn i {
    color: #fff;
    font-size: 18px;
}

.custom-close-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #ff0000, #800000);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.6);
}



.container-fluid,
.container{
    /*overflow-x: hidden;*/
}
.container{
    max-width:100%;
}

img{
    /*max-width:100%;*/
    height:auto;
}


