/* Responsive Image Styling
.portfolio-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .portfolio-img {
        height: 200px;
    }
} */

.navbar {
width: 100%;
background-color: #333;
color: white;
padding: 10px 0;
display: flex;
justify-content: center;
}

.text-color{
color:#007bff;

}
.scrolling-text {
width: 100%;
overflow: hidden;
}

.scrolling-text p {
white-space: nowrap;
display: inline-block;
padding-left: 100%;
animation: scrollText 17s linear infinite;
}

@keyframes scrollText {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}

/* General Styles
body {
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
} */

/* Subscription Plans Section */
#plans h2 {
font-size: 2.5rem;
color: #2C3E50;
}

.plan-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
text-align: center;
}

.plan-card:hover {
transform: translateY(-10px);
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

/* Plan Header */
.plan-card .card-header {
padding: 20px;
color: white;
font-weight: bold;
}

.plan-card .card-header p {
font-size: 1rem;
font-weight: normal;
margin-bottom: 0;
}

/* Plan Prices */
.plan-card h4 {
font-size: 2rem;
color: #2C3E50;
margin-bottom: 20px;
}

.plan-card h4 span {
font-size: 1rem;
color: #7f8c8d;
}

/* Features List */
.plan-card ul {
list-style: none;
padding: 0;
font-size: 0.95rem;
margin-bottom: 25px;
}

.plan-card ul li {
padding: 5px 0;
}

/* Buttons */
.plan-card .btn {
display: block;
padding: 12px;
border-radius: 25px;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
color: white;
transition: background-color 0.3s ease;
}

/* Plan Colors */
.bronze .card-header {
background-color: #cd7f32;
}

.bronze .btn {
background-color: #cd7f32;
}

.silver .card-header {
background-color: #C0C0C0;
}

.silver .btn {
background-color: #C0C0C0;
}

.gold .card-header {
background-color: #FFD700;
color: #2C3E50;
}

.gold .btn {
background-color: #FFD700;
color: #2C3E50;
}

/* Button Hover Effects */
.bronze .btn:hover {
background-color: #b76e2b;
}

.silver .btn:hover {
background-color: #a8a8a8;
}

.gold .btn:hover {
background-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 768px) {
.plan-card h4 {
font-size: 1.75rem;
}
}

/* Testimonial Section Styling */
.testimonial {
    background: #f8f9fa;
    padding: 50px 0;
}
.testimonial .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.testimonial .card iframe {
    border-radius: 8px;
}
@media (max-width: 768px) {
.cta-section .btn {
width: 100%; /* Full width on mobile */
font-size: 1rem; /* Adjust text size */
}
.cta-section .d-flex {
flex-direction: column; /* Stack buttons */
}
}

/* Chat Button Styling */
.fixed-chat-button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
}

/* Chat Box Styling */
.chat-box {
display: none;
position: fixed;
bottom: 80px;
right: 20px;
width: 300px;
background: white;
border: 1px solid #ccc;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
background: #007bff;
color: white;
padding: 10px;
text-align: center;
border-radius: 8px 8px 0 0;
}

.close-btn {
background: none;
border: none;
color: white;
font-size: 18px;
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}

.chat-content {
height: 200px;
overflow-y: auto;
padding: 10px;
}

.chat-content p {
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 5px;
}

.chat-content .user-message {
background: #e1f5fe;
text-align: right;
}

.chat-content .bot-message {
background: #f1f1f1;
text-align: left;
}

#chat-input {
width: 75%;
padding: 5px;
border: none;
border-top: 1px solid #ccc;
}

#send-btn {
width: 24%;
padding: 5px;
border: none;
background: #28a745;
color: white;
cursor: pointer;
}

/* Footer General Styles */
footer {
font-family: 'Arial', sans-serif;
line-height: 1.8;
background-color: #2C3E50;
}

footer h5 {
font-size: 1.3rem;
margin-bottom: 15px;
color: #FFD700;
}

footer p, footer ul li a {
font-size: 0.95rem;
color: #d1d1d1;
transition: color 0.3s ease-in-out;
}

footer ul li a:hover {
color: #FFD700;
}

/* Social Icons Styling */
.social-icons a {
display: inline-block;
margin-right: 12px;
font-size: 1.2rem;
transition: transform 0.3s ease-in-out;
}

.social-icons a:hover {
transform: scale(1.2);
color: #FFD700;
}

/* Mobile & Tablet View Optimization */
@media (max-width: 768px) {
footer .row > div {
text-align: center;
}

footer h5 {
font-size: 1.1rem;
}

footer ul {
padding-left: 0;
}

footer .social-icons {
margin-top: 15px;
}
}

@media (max-width: 480px) {
footer p, footer ul li a {
font-size: 0.85rem;
}
}
.navbar-brand img {
border-radius: 50%; /* Circular logo style */
object-fit: cover;
}

/* Hero Section Stylish Gradient */
.hero-section {
height: 100vh;
background: linear-gradient(135deg, #0a0f3d, #004aad, #00c6ff);
background-size: 200% 200%;
animation: gradientAnimation 8s ease infinite;
color: white;
}

/* Smooth Gradient Animation */
@keyframes gradientAnimation {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}


/* Portfolio Section */
#portfolio {
    background: white-space(180, 9%, 91%);
    padding: 60px 0;
    color: rgb(13, 11, 11);
  }
  
  #portfolio h2 {
    font-size: 36px;
    font-weight: bold;
    color: #151212;
  }
  
  .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }
  
  .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }
  
  .portfolio-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #080606;
    margin-top: 10px;
    text-align: center;
  }
  
  .portfolio-item h3 {
    margin-top: 15px;
    color: #120f0f;
  }
  
  /* Mobile View */
  @media (max-width: 768px) {
    #portfolio {
      padding: 40px 15px;
    }
  
    #portfolio h2 {
      font-size: 28px;
    }
  
    .portfolio-item img {
      height: 280px;
    }
  
    .portfolio-item h3 {
      font-size: 18px;
    }
  }

  /* portifoli section end */

.home-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 5%;
    background-color: #f5faff;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }
  
  .home-section:hover {
    transform: translateY(-5px);
  }
  
  .home-content {
    max-width: 50%;
  }
  
  .home-content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #00274d;
    margin-bottom: 15px;
  }
  
  .home-content p {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  .buttons {
    display: flex;
    gap: 20px;
  }
  
  .btn {
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .primary {
    background-color: #0066cc;
    color: white;
  }
  
  .primary:hover {
    background-color: #004d99;
  }
  
  .secondary {
    background-color: #e0e7ff;
    color: #004d99;
  }
  
  .secondary:hover {
    background-color: #c7d2fe;
  }

  
/* CTA Button Style */
.glow-button {
padding: 12px 30px;
font-size: 1.2rem;
font-weight: bold;
background-color: #00c6ff;
border: none;
border-radius: 30px;
color: white;
transition: all 0.3s ease-in-out;
animation: buttonPulse 2s infinite alternate;
}

/* Button Glow Animation */
@keyframes buttonPulse {
0% { box-shadow: 0 0 10px rgba(0, 198, 255, 0.7); }
100% { box-shadow: 0 0 20px rgba(0, 198, 255, 1); }
}

/* Responsive */
@media (max-width: 768px) {
.display-4 {
font-size: 2rem;
}
.lead {
font-size: 1rem;
}
.hero-logo {
width: 80px;
}
}
.navbar-brand { font-size: 1.5rem; font-weight: bold; }
.portfolio img { max-width: 100%; border-radius: 10px; }
.testimonial { background: #f8f9fa; padding: 40px; border-radius: 10px; }
.faq { background: #f1f1f1; padding: 40px; }
.cta-section { background: linear-gradient(to right, #2c3e50, #4ca1af); color: white; padding: 40px; text-align: center; }


.homepage-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, #2c3e50, #4ca1af);
    color: white;
    text-align: left;
    padding: 60px 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .homepage-section .content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .homepage-section .content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .homepage-section .btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #e74c3c;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out;
  }
  
  .homepage-section .btn:hover {
    background-color: #c0392b;
  }
  
  .homepage-section .image img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
  }

  /* Mobile View */
@media screen and (max-width: 768px) {
    .homepage-section {
      flex-direction: column;
      text-align: center;
      height: auto;
      padding: 40px 20px;
    }
  
    .homepage-section .content h1 {
      font-size: 36px;
    }
  
    .homepage-section .content p {
      font-size: 18px;
      margin-bottom: 20px;
    }
  
    .homepage-section .image img {
      max-width: 90%;
      margin-top: 20px;
    }
  }