* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    background: #96a6b6;
    padding: 20px;
    color: #333;
}

.hero-content {
    margin-bottom: 30px;
}

.hero-title {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #2E3746;
    font-weight: 400;
}

.hero-grid {
    display: grid;
    grid-template-columns: 6fr 4fr 2fr;
    gap: 30px;
}

/* Samsung Banner */
.samsung-banner {
    flex: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
    
}
.samsung-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.banner-content h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    font-size: 3rem;
}

.banner-offer {
    font-size: 1rem;
    margin: 15px 0;
    font-weight: 500;
}

.banner-gift {
    font-size: 0.9rem;
    margin-top: 10px;
    opacity: 0.9;
}

/* Contact Form Card */
.contact-form-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-card h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quote-form input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.quote-form input:focus {
    outline: none;
    border-color: #0066cc;
}

.quote-btn {
    background: #EF4343;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 69, 105, 0.4);
}

/* Contact Info Cards */
.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-card {
    background: #34495e;
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.info-card:hover {
    transform: translateY(-3px);
}

.info-card i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
}

.info-card h4 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.info-card a {
    font-size: 0.95rem;
    opacity: 0.9;
    text-decoration: none;
    color: white;
}
/* Premium Section */
.premium-section {
    text-align: center;
    padding: 50px;
    margin: auto;
    padding: 50px 0;
    padding-bottom: 0;
}

.ideal-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}

.ideal-title span {
  color: #EF4343;
}

.ideal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ideal-card {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 20px;
}

.icon-wrap {
  width: 68px;
  height: 68px;
  background: #FDECEC;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.icon-wrap i::before{
    font-size: 1.75rem;
    color: #EF4343;
}

.ideal-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ideal-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* CTA Bottom Bar */
.ideal-cta {
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 50px;
  padding: 24px 20px;
  background: #EF4343;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.ideal-cta a{
    color:#020817;
    text-decoration: none;
}
.ideal-cta i::before{
    margin-right: 2px;
}
.btn {
  background: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
/* Recent Projects */
.recent-projects {
  padding: 50px 0;
  background: #f8fcff;
}

.recent-projects .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.recent-projects .section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #6a6a6a;
  margin-bottom: 40px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.project-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.project-card img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}
/* Intro Section */
.intro-section {
  padding: 50px 0;
  background: #ffffff;
  padding-bottom: 0;
}

.intro-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 10px;
}

.intro-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #5a6c7d;
}
.banner-list {
  margin-top: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #4e5d6c;
}

.banner-list li strong {
  font-weight: 600;
  color: #0d1b2a;
}
/* Client Section */
.clients-section {
    padding: 50px 0px;
}
.clients-section h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
.choose-us h3{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-top:60px;
    margin-bottom: 15px;
}

.recent-projects h2 {
    font-size: 32px;
    font-weight: 700;
}

.client-subtitle {
    text-align: center;
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 40px;
}

/* Grid */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

/* Card */
.client-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.client-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.client-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}
.choose-us h3{
    text-align: left;
}
/* Testimonials Section */
.testimonials {
    background-color: #FAFCFD;
    padding: 50px 0px;
}

.testimonials h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.testimonial-subtitle {
    text-align: center;
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 45px;
}

/* Grid */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px 20px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-bottom: 20px;
}

.quote {
    color: #c7d9ff;
}
.quote i::before{
    font-size: 24px;
}
.common-cta .ideal-cta{
    margin-top: 0;
}


.text {
    font-size: 17px;
    line-height: 1.4;
    color: #0f172a;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Stars */
.stars {
    color: #facc15;
    font-size: 20px;
}

/* Name */
.testimonial-card h4 {
    font-size: 18px;
    font-weight: 700;
}

.testimonial-card span {
    color: #64748b;
    font-size: 15px;
}
/* Content Section */
.content-section {
    padding: 50px 0px;
}
.content-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 10px;
}
.mt {
    margin-top: 80px;
}
/* FAQ Section */
.faq-section {
    background-color: #FAFCFD;
    padding: 50px 0px;
}
.faq-section h2 {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
.contact-section-subtitle{
    text-align: center;
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 35px;
}

.faq-section-subtitle {
    text-align: left;
    font-size: 17px;
    color: #64748b;
    margin-bottom: 40px;
}
.faq-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: start;
}

/* FAQ Left */
.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 16px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 35px;
    display: flex;
    align-items: center;
    min-height: 24px;
}
.faq-right{
    height: 400px;
}
.faq-right img{
    height: 100% ;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Arrow */
.faq-item summary::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #0F1729;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    line-height: 1;
    border-radius: 50%;
    background: #c7cbd4;
    font-weight: normal;
}

.faq-item summary:hover::after {
    background: #EF4343;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
    background: #EF4343;
    color: white;
}

.faq-item p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

/* Image Right */
.faq-right img {
    width: 100%;
    border-radius: 16px;
    display: block;
}
/* Contact Section */
.contact-section {
    padding: 50px 0px;
}
.contact-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.subtitle {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 60px;
}

/* Grid */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */
.contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.contact-card img{
    width: 100%;
}
.brand {
    color: #EF4343;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: center;
}

/* Text */
.contact-card p {
    font-size: 14px;
    line-height: 1.3;
    color: #334155;
    margin-bottom: 10px;
}

/* Center cards */
.contact-card.center {
    text-align: center;
}
.icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: #FDECEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i {
    font-size: 22px;
    color: #EF4343;
}
.contact-card h4 {
    font-size: 18px;
    font-weight: 700;
}
/* Links */
.contact-card a {
    display: block;
    color: #EF4343;
    font-weight: 600;
    text-decoration: none;
}
.contact-card span {
    font-size: 14px;
    color: #64748b;
}
.locations {
    font-size: 15px;
    color: #64748b;
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .premium-cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-bar {
        flex-direction: column;
        gap: 15px;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 992px) {
  .ideal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ideal-grid {
    grid-template-columns: 1fr;
  }

  .ideal-title {
    font-size: 26px;
  }
}
/* Our Recent projects Section */
@media(max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recent-projects .section-title {
    font-size: 26px;
  }
}
/* Intro Section */
@media (max-width: 768px) {
  .intro-section {
    padding: 50px 0;
  }

  .intro-section h2 {
    font-size: 26px;
  }

  .intro-section p {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .intro-section h2 {
    font-size: 22px;
  }

  .intro-section p {
    font-size: 15px;
  }
}
/*Testimonial Section*/
@media (max-width: 1024px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* Client Section */
@media (max-width: 1024px) {
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients-grid h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .clients-grid {
        grid-template-columns: 1fr;
    }
}
/* Content section */
@media (max-width: 768px) {
    .content-section h3 {
        font-size: 26px;
    }

    .content-section p {
        font-size: 16px;
    }

    .mt {
        margin-top: 60px;
    }
}
/* FAQ Section */
@media (max-width: 900px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }
    .faq-right{
        height: auto;
    }

    .faq-right {
        order: 2;
    }

    .faq-left {
        order: 1;
    }
}

@media (max-width: 768px) {
    .faq-section h2 {
        font-size: 30px;
    }

    .faq-section-subtitle {
        font-size: 15px;
    }

    .faq-item summary {
        font-size: 15px;
        padding-right: 32px;
        min-height: 22px;
    }

    .faq-item summary::after {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .faq-item summary {
        font-size: 14px;
        padding-right: 30px;
        line-height: 1.4;
    }

    .faq-item summary::after {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}
/* Footer Section */
/* Large tablets / small laptops */
@media (max-width: 1200px) {
    .contact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

/* Tablets */
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ============================================
   SMOOTH ANIMATIONS & TRANSITIONS
   ============================================ */

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Keyframe Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Initial state for animated elements */
.hero-content,
.hero-grid,
section,
.ideal-card,
.project-card,
.client-card,
.testimonial-card,
.contact-card,
.section-title,
.ideal-title,
h2,
h3 {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Animate in class */
.animate-in {
    opacity: 1 !important;
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Hero Section Animations */
.hero-content {
    animation-delay: 0.1s;
}

.hero-title {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.hero-subtitle {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
}

.hero-grid {
    animation-delay: 0.3s;
}

.samsung-banner {
    animation: scaleIn 1s ease-out 0.5s forwards;
    opacity: 0;
    transition: transform 0.3s ease-out;
}

.contact-form-card {
    animation: slideInRight 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-cards {
    animation: slideInRight 0.8s ease-out 0.7s forwards;
    opacity: 0;
}

.info-card {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.3s ease,
                background-color 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Enhanced Button Animations */
.quote-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quote-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-btn:hover::before {
    width: 300px;
    height: 300px;
}

.quote-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(196, 69, 105, 0.5);
}

.quote-btn:active {
    transform: translateY(-1px);
}

/* Ideal Cards Animations */
.ideal-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.ideal-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #EF4343;
}

.icon-wrap {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ideal-card:hover .icon-wrap {
    transform: scale(1.1) rotate(5deg);
    background: #EF4343;
}

.ideal-card:hover .icon-wrap i::before {
    color: white;
    animation: pulse 1s ease-in-out infinite;
}

/* Project Cards Animations */
.project-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    overflow: hidden;
}

.project-card img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.project-card:hover img {
    transform: scale(1.1);
}

/* Client Cards Animations */
.client-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.client-card:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #EF4343;
}

.client-card img {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(30%);
}

.client-card:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* Testimonial Cards Animations */
.testimonial-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.quote i::before {
    transition: transform 0.3s ease, color 0.3s ease;
}

.testimonial-card:hover .quote i::before {
    transform: scale(1.2) rotate(5deg);
    color: #EF4343;
}

/* Contact Cards Animations */
.contact-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.contact-card .icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover .icon {
    transform: scale(1.1) rotate(5deg);
    background: #EF4343;
}

.contact-card:hover .icon i {
    color: white;
    animation: pulse 1s ease-in-out infinite;
}

/* CTA Buttons Animations */
.btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(6, 105, 254, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(6, 105, 254, 0.3);
}

.btn:active {
    transform: translateY(-1px);
}

/* Form Input Animations */
.quote-form input {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quote-form input:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.2);
}

.quote-form.input-focused {
    animation: pulse 0.5s ease;
}

/* Section Titles Animations */
.section-title,
.ideal-title,
h2,
h3 {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.section-subtitle,
.client-subtitle,
.testimonial-subtitle,
.faq-section-subtitle,
.contact-section-subtitle {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* FAQ Animations */
.faq-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    border-color: #EF4343;
    box-shadow: 0 4px 12px rgba(0, 106, 255, 0.1);
}

.faq-item summary {
    transition: color 0.3s ease;
}

.faq-item:hover summary {
    color: #EF4343;
}

.faq-item[open] {
    box-shadow: 0 4px 12px rgba(0, 106, 255, 0.15);
    border-color: #EF4343;
}

.faq-item p {
    animation: slideDown 0.3s ease-out;
}

/* FAQ Image Animation */
.faq-right img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.faq-right:hover img {
    transform: scale(1.05);
}

/* List Animations */
.banner-list li {
    opacity: 0;
    animation: slideInLeft 0.6s ease-out forwards;
}

.banner-list li:nth-child(1) { animation-delay: 0.1s; }
.banner-list li:nth-child(2) { animation-delay: 0.2s; }
.banner-list li:nth-child(3) { animation-delay: 0.3s; }
.banner-list li:nth-child(4) { animation-delay: 0.4s; }

/* Smooth transitions for all interactive elements */
a {
    transition: color 0.3s ease, transform 0.3s ease;
}

a:hover {
    transform: translateX(3px);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .animate-in {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Performance optimizations */
.ideal-card,
.project-card,
.client-card,
.testimonial-card,
.contact-card {
    will-change: transform;
}

/* Stagger animation delays for grid items */
.ideal-card:nth-child(1) { animation-delay: 0.1s; }
.ideal-card:nth-child(2) { animation-delay: 0.2s; }
.ideal-card:nth-child(3) { animation-delay: 0.3s; }
.ideal-card:nth-child(4) { animation-delay: 0.4s; }

.project-card:nth-child(1) { animation-delay: 0.1s; }
.project-card:nth-child(2) { animation-delay: 0.2s; }
.project-card:nth-child(3) { animation-delay: 0.3s; }
.project-card:nth-child(4) { animation-delay: 0.4s; }
.project-card:nth-child(5) { animation-delay: 0.5s; }
.project-card:nth-child(6) { animation-delay: 0.6s; }

/* Smooth section transitions */
section {
    transition: opacity 0.6s ease-out;
}

/* Enhanced contact form card */
.contact-form-card {
    animation: slideInRight 0.8s ease-out 0.6s forwards;
}

.contact-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Image loading animation */
img {
    transition: opacity 0.3s ease;
}

img[src] {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}

/* Loading state for images */
img.loading {
    opacity: 0;
}

img.loaded {
    opacity: 1;
    animation: fadeIn 0.5s ease-out;
}

/* Sticky Mobile Buttons - WhatsApp and Call */
.mobile-sticky-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-sticky-buttons .sticky-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.mobile-sticky-buttons .sticky-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.mobile-sticky-buttons .sticky-btn:active {
    transform: translateY(0);
}

.mobile-sticky-buttons .sticky-btn.whatsapp {
    background-color: #25D366;
}

.mobile-sticky-buttons .sticky-btn.call {
    background-color: #007bff;
}

.mobile-sticky-buttons .sticky-btn i {
    font-size: 20px;
}

.mobile-sticky-buttons .sticky-separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Show sticky buttons only on mobile devices */
@media only screen and (max-width: 768px) {
    .mobile-sticky-buttons {
        display: flex;
    }
    
    /* Add padding to body bottom to prevent content from being hidden behind sticky buttons */
    body {
        padding-bottom: 60px;
    }
}
