/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background: url("/images/background.jpg") center top repeat #300403;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 50px; /* Space for fixed bottom bar */
}


    .banner {
      width: 100%;
      height: 500px;
      background:url('../images/banner.png') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
	  margin-bottom: 26px;
    }

    .banner-content {
      max-width: 800px;
      padding: 20px;
    }

    .banner h1 {
      font-size: 3.5rem;
      margin-bottom: 15px;
      text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    }

    .banner p {
      font-size: 1.3rem;
      margin-bottom: 25px;
      opacity: 0.9;
    }

    .btn {
      padding: 14px 35px;
      font-size: 1.1rem;
      background-color: #ff6b00;
      color: white;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s;
      text-decoration: none;
      display: inline-block;
    }

    .btn:hover {
      background-color: #ff8c33;
      transform: translateY(-5px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .banner h1 {
        font-size: 2.5rem;
      }
      .banner p {
        font-size: 1.1rem;
      }
    }

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
header {
  background-color: rgb(121 0 3 / var(--tw-bg-opacity, 1));
  color: #fff;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.nav-links {
  display: flex;
  gap: 20px;
  transition: max-height 0.3s ease-in-out;
}

.nav-links a {
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  font-weight: bold;
}

.hamburger {
  display: none;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
}

/* Top Video */
.top-video {
  width: 100%;
  background: #000;
}

.top-video video {
  width: 100%;
  height: auto;
}

/* Hero Section */
.hero {
  position: relative;
  height: 60vh;
  background: url('https://via.placeholder.com/1200x600?text=Hero+Image') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
}


/* ================== PROFILES SECTION CSS ================== */
.profiles-section {background: rgb(121 0 3 / var(--tw-bg-opacity, 1));padding: 50px 30px;border-radius: 20px;border: 1px solid rgba(245, 196, 98, 0.2);margin-bottom: 40px;}

.profiles-section h2 {
text-align: center;
font-size: 34px;
margin-bottom: 10px;
}

.profiles-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-top: 30px;
}

.profile-card {background: rgb(38 9 9 / 95%);border-radius: 18px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);transition: all 0.4s ease;border: 1px solid rgba(245, 196, 98, 0.15);}

.profile-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 45px rgba(245, 158, 11, 0.25);
}

.profile-card img {
width: 100%;
height: auto;
object-fit: cover;
transition: all 0.5s;
}

.profile-card:hover img {
transform: scale(1.08);
}

.profile-info {
padding: 18px;
text-align: center;
}

.profile-info h3 {
color: #f5c462;
font-size: 22px;
margin-bottom: 6px;
font-family: 'Playfair Display', serif;
}

.profile-info h3 span {
font-size: 16px;
color: #fb7185;
font-weight: normal;
}

.profile-info p {
color: #ccc;
margin: 6px 0;
font-size: 15px;
}

.desc {
font-size: 14.5px;
color: #bbb;
min-height: 44px;
margin: 12px 0;
}

/* Buttons */
.contact-buttons {
display: flex;
gap: 12px;
justify-content: center;
margin-top: 15px;
flex-wrap: wrap;
}

.call-btn, .whatsapp-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 20px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
font-size: 15px;
transition: all 0.3s;
}

.call-btn {
background: #22c55e;
color: #000;
}

.whatsapp-btn {
background: #25D366;
color: #000;
}

.call-btn:hover, .whatsapp-btn:hover {
transform: scale(1.08);
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.call-btn img, .whatsapp-btn img {
width: 22px;
height: 22px;
}


/* Sections */
section {
  padding: 60px 0;
}

h2 {
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
h1 {
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

h3 {
  color: #ff0000;
  margin: 20px 0 10px;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
}

ul {
  margin: 10px 0;
  padding-left: 20px;
}

/* Profile List */
.profiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);       /* 4 columns on desktop */
  gap: 20px;                                   /* better spacing */
  margin: 40px 0;
}

.profile {
  background: #02041c;                            /* slightly darker for contrast */
  border: 1px solid #ff0000;
  border-radius: 8px;
  overflow: hidden;                            /* nice rounded corners */
  text-align: center;
  transition: transform 0.3s ease;
}

.profile:hover {
  transform: scale(1.05);                      /* hover zoom effect */
  box-shadow: 0 8px 16px rgba(255, 0, 0, 0.3);
}

.profile img {
  width: 100%;
  height: 350px;                               /* fixed height for uniformity */
  object-fit: cover;
  display: block;
}

/* Responsive - break to fewer columns */
@media (max-width: 1024px) {
  .profiles {
    grid-template-columns: repeat(3, 1fr);     /* 3 on tablets */
  }
}

@media (max-width: 768px) {
  .profiles {
    grid-template-columns: repeat(2, 1fr);     /* 2 on mobile */
  }
}

@media (max-width: 480px) {
  .profiles {
    grid-template-columns: 1fr;                /* 1 on very small screens */
  }
}

.tags-heading {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin: 60px 0 40px 0;
    font-weight: 700;
}

.tags-heading:after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #ff4081, #f50057);
    display: block;
    margin: 12px auto 0;
    border-radius: 4px;
}

.tags-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-bottom: 15px;
}

.tag {
  background: #222;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.tag:hover {
    background: #ff4081;
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 25px rgba(245, 0, 87, 0.4);
    border-color: #ff4081;
}

/* Responsive */
@media (max-width: 768px) {
    .tags-heading {
        font-size: 1.9rem;
        margin: 50px 0 35px 0;
    }
    
    .tag {
        padding: 10px 18px;
        font-size: 0.98rem;
    }
    
    .tags-container {
        gap: 10px;
    }
}
/* Footer */
.footer-bg {
  background: #00008b;
  padding: 40px 0;
  color: #fff;
  position: relative;
}

.footer-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  margin: 0 10px;
}

.footer-column h3 {
  color: #ff0000;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column ul li a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.
.phone {
  background-color: #00ffff;
  color: #000;
  padding: 10px;
  flex: 1;
  text-align: center;
}

.whatsapp {
  background-color: #00ced1;
  color: #000;
  padding: 10px;
  flex: 1;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #ff0000;
    padding: 20px;
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

  h2 {
    font-size: 28px;
  }

  .profiles {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .footer-columns {
    flex-direction: column;
  }

  .bottom-bar {
    flex-direction: column;
  }
}


.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 -3px 10px rgba(0,0,0,.25)}
.lcol,.rcol{float:left;width:50%;transition:all .3s ease}
.lcol a,.rcol a{display:block;padding:12px 0;text-align:center;text-decoration:none;color:#fff;font-size:16px}
.lcol{background:linear-gradient(135deg,#ff006f,#b8004c)}
.lcol:hover{background:linear-gradient(135deg,#ff3390,#cc0060);transform:scale(1.03)}
.rcol{background:#008000;}
.rcol:hover{background:#008000;}

.floating-icon{
    position: fixed;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 999999;
}

.floating-icon a{
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 25px rgba(0,0,0,.35);
    transition:0.25s ease;
}

.floating-icon a:hover{
    transform:scale(1.08);
}

.floating-icon img{
    width:28px;   /* 32 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ 28 (60px ke liye better) */
    height:28px;
    filter: invert(1);
}



    .subtitle {
      font-size: 1.2rem;
      opacity: 0.9;
    }

 
 /* Contact Section Styles */

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Contact Form */
.contact-form {
    background: #000;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
}

.contact-form h2 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background: #357abd;
    transform: translateY(-2px);
}

/* Find Us Section */
.find-us {
    background: #000;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.find-us h2 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item .icon {
    font-size: 24px;
    width: 40px;
    flex-shrink: 0;
}

.info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffe000;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form, .find-us {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 20px 15px;
    }
    
    .contact-form, .find-us {
        padding: 25px 20px;
    }
    
    .contact-form h2,
    .find-us h2 {
        font-size: 1.8rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 15px;
    }
}