/* Custom CSS for Arrow Associates Website */

/* Global Styles */
:root {
    --primary-color: #61c4df;;
    --secondary-color: #177de2;
    --accent-color: #ffc107;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --purple-color:#2d1a45;
}


.navbar {
    background-color: #2D1A45;
    padding: 15px 0;
}
.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}
.navbar-brand span {
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}
.nav-link {
    color: white !important;
    margin: 0 10px;
    transition: all 0.3s ease;
}
.nav-link:hover {
    color: #9a9a9a !important;
}
.nav-link.active {
    color: white !important;
}
.dropdown-menu {
    background-color: #2D1A45;
    border: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.dropdown-item {
    color: white;
}
.dropdown-item:hover {
    background-color: #3D2A55;
    color: white;
}
.btn-quote {
    background-color: #3D2A55;
    color: white;
    border: 2px solid white;
    border-radius: 4px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    font-size:small;
}
.btn-quote:hover {
    background-color: white;
    color: #2D1A45;
}
.fa-phone {
--fa: "\f095";
--fa--fa: "\f095\f095";
}
.testimonial-card:nth-child(even) {
    background-color: var(--light-bg);
}

.testimonial-card:nth-child(even)::before {
    background-color: var(--secondary-color);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .testimonial-section {
        padding: 50px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .testimonial-card {
        margin-bottom: 25px;
    }
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.testimonial-section {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
}

.section-title {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #382461;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: var(--primary-color);
}

.section-subtitle {
    color: var(--medium-text);
    font-size: 1.1rem;
    max-width: 700px;
    margin-top: -40px;
    margin-bottom: 50px;
}

.testimonial-card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    background-color: #ffffff;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #ffffff;
box-shadow: 0px 0px 20px 0px;

}

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

.testimonial-content {
    padding: 30px 25px 25px;
}

.quote-icon {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.quote-icon::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #e0e0e0;
    bottom: -10px;
    left: 0;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--medium-text);
    margin-bottom: 25px;
    font-style: italic;
}

.client-info {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

.client-name {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.client-position {
    color: var(--light-text);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rating {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.testimonial-date {
    font-size: 0.8rem;
    color: var(--light-text);
    margin-top: 8px;
}


body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark-color);
    line-height: 1.6;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

/* Header & Navigation */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
    
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 8rem 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    /* background: rgba(0, 0, 0, 0.6); */
}

.hero-content {
    position: relative;
    z-index: 1;
    margin-top: -120px;
    color:#2d1a45;
    margin-left:148px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn {
    background-color:#2d1a45;
    border-color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    color: white;
}

.btn:hover {
    background-color: #004494;
    border-color: #004494;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary {
    color: white;
    border-color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Cards */
.card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 4rem;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
.card-body{
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px;
    border-radius: 20px;
}

.card-title {
    font-weight: 600;
    margin-bottom: 4rem;
}

.service-card .card-body {
    padding:1rem;
}

.service-card .icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

/* Project Showcase */
.project-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.project-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 1.5rem;
    color: white;
    transform: translateY(20%);
    transition: transform 0.3s ease;
}

.project-item:hover .project-img {
    transform: scale(1.05);
}

.project-item:hover .project-overlay {
    transform: translateY(0);
}

/* Team Section */
.team-member {
    text-align: center;
    margin-bottom: 2rem;
}

.team-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    border: 5px solid var(--light-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.team-position {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: var(--light-color);
    color: var(--dark-color);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Testimonials */
.testimonial-item {
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.testimonial-content {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
}

.author-info h5 {
    margin-bottom: 0.25rem;
}

.author-info p {
    color: #6c757d;
    margin-bottom: 0;
}

/* Contact Section */
.contact-info {
    margin-bottom: 2rem;
}

.contact-info i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1rem;
}

.contact-form .form-control {
    padding: 0.75rem 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}

/* Footer */
.footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 4rem 0 2rem;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    max-height: 50px;
}

.footer-links h5 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 3rem;
}

.footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--primary-color);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 4rem 0;
    }
    
    .hero-section {
        padding: 6rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .navbar-collapse {
        background-color: white;
        padding: 1rem;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 4rem 0;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .btn {
        padding: 0.5rem 1rem;
    }
}
.testimonial_section {
    width: 100%;
    float: left;
    background-color:white;
    height: auto;
    padding: 30px 0px 30px 50px;
    background-size: 50%;
  }
  footer {
            background-color:rgb(56 36 97);
            color: rgba(255, 255, 255, 0.8);
            padding: 80px 0 30px;
        }
  
            footer h5 {
                color: white;
                margin-bottom: 25px;
                font-weight: 600;
                position: relative;
                padding-bottom: 10px;
            }
  
                footer h5:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 30px;
                    height: 2px;
                    background-color: var(--secondary-color);
                }
  
            footer ul {
                list-style: none;
                padding-left: 0;
            }
  
                footer ul li {
                    margin-bottom: 12px;
                }
  
            footer a {
                color: white;
                text-decoration: none;
                transition: all 0.3s ease;
            }
  
                footer a:hover {
                    color: var(--secondary-color);
                    padding-left: 5px;
                }
                
  
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(212, 205, 205, 0.1);
            border-radius: 50%;
            margin-right: 10px;
            transition: all 0.3s ease;
            color: white;
        }
  
            .social-icons a:hover {
                background-color: var(--secondary-color);
                transform: translateY(-3px);
            }
      .team-section {
            padding: 20px 0;
            background-color: #f8f9fa;
        }
        
        .section-title {
            margin-bottom: 50px;
        }
        
        .team-card {
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        
        .team-card:hover {
            transform: translateY(-5px);
        }
        
        .team-img-container {
            overflow: hidden;
            border-radius: 5px;
        }
        
        .team-img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease;
        }
        
        .team-card:hover .team-img {
            transform: scale(1.05);
        }
        
        .team-info {
            padding: 20px;
            text-align: center;
            background-color: white;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .team-name {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .team-position {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }
        
        .team-bio {
            font-size: 0.9rem;
            color: #495057;
        }
        
        .social-links {
            margin-top: 15px;
        }
        
        .social-links a {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            background-color: #f8f9fa;
            border-radius: 50%;
            color: #495057;
            margin: 0 5px;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background-color: #0d6efd;
            color: white;
        }
    .clients-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        
        .section-title {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .client-title {
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .client-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
        }
        
        /* Featured Clients Grid */
        .featured-clients {
            margin-bottom: 50px;
        }
        
        .client-card {
            height: 100%;
            padding: 25px;
            text-align: center;
            background-color: #f8f9fa;
            border-radius: 8px;
            transition: all 0.3s ease;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .client-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .client-img {
            height: 80px;
            width: auto;
            margin-bottom: 15px;
            
            transition: all 0.3s ease;
            opacity: 0.7;
        }
        
        .client-card:hover .client-img {
            filter: grayscale(0%);
            opacity: 1;
        }
        
        .client-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .client-industry {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }
        
        .client-testimonial {
            font-style: italic;
            font-size: 0.9rem;
            color: #495057;
            margin-top: 15px;
        }
        
        /* Logo Wall */
        .logo-wall {
            padding: 30px 0;
            background-color: #f8f9fa;
            border-radius: 10px;
        }
        
        .logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100px;
            padding: 15px;
            margin-bottom: 20px;
        }
        
        .logo {
            max-height: 70px;
            max-width: 100%;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: all 0.3s ease;
        }
        
        .logo-container:hover .logo {
            filter: grayscale(0%);
            opacity: 1;
        }
        
        /* Call to Action */
        .client-cta {
            text-align: center;
            margin-top: 50px;
        }
        
        .btn-custom {
            padding: 10px 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.2);
        }
    .services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
  }
  .dropdown-toggle:hover {
      color: #382461 !important; /* Teal color on hover */
    }
  .navbar-nav .nav-link:hover {
      color:white !important; /* Teal color on hover */
      transition: color 0.3s ease;
    }
    .testimonial-text {
        font-size: 1rem;
        line-height: 1.7;
        color: var(--medium-text);
        margin-bottom: 25px;
        font-style: italic;
    }
    
    .client-info {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #eaeaea;
        padding-top: 15px;
    }
    
    .client-name {
        font-weight: 600;
        font-size: 1.05rem;
        color: var(--secondary-color);
        margin-bottom: 5px;
    }
    
    .client-position {
        color: var(--light-text);
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .rating {
        color: var(--primary-color);
        margin-bottom: 15px;
    }
    
    .testimonial-date {
        font-size: 0.8rem;
        color: var(--light-text);
        margin-top: 8px;
    }
    
    .pagination .page-link {
        color: var(--secondary-color);
        border-color: #dee2e6;
        margin: 0 3px;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    
    .pagination .page-link:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff;
    }
    
    .pagination .page-item.active .page-link {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .navbar {
        background-color: #382461;
        padding: 5px 0;
    }
    .navbar-brand img {
        height: 40px;
        margin-right: 10px;
    }
    .navbar-brand span {
        color: white;
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: 0.5px;
    }
    .nav-link {
        color: white !important;
        margin: 0 10px;
        transition: all 0.3s ease;
    }
    .nav-link:hover {
        color: #9a9a9a !important;
    }
    .nav-link.active {
        color: white !important;
    }
    .dropdown-menu {
        background-color:#382461;
        border: none;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        font-size:small;
    }
    .dropdown-item {
        color: white;
    }
    .dropdown-item:hover {
        background-color: #3D2A55;
        color: white;
    }
    .btn-quote {
        background-color: #3D2A55;
        color: white;
        border: 2px solid white;
        border-radius: 4px;
        padding: 8px 20px;
        transition: all 0.3s ease;
    }
    .btn-quote:hover {
        background-color: white;
        color: #2D1A45;
    }
    .fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}
    
    /* Custom project badge */
    .project-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: rgba(44, 62, 80, 0.8);
        color: white;
        padding: 5px 10px;
        font-size: 0.75rem;
        border-radius: 20px;
    }
    
    
    /* Alternating card styles */
    .testimonial-card:nth-child(even) {
        background-color: var(--light-bg);
    }
    
    .testimonial-card:nth-child(even)::before {
        background-color: var(--secondary-color);
    }
    
    /* Responsive adjustments */
    @media (max-width: 767.98px) {
        .testimonial-section {
            padding: 50px 0;
        }
        
        .section-title {
            margin-bottom: 40px;
        }
        
        .testimonial-card {
            margin-bottom: 25px;
        }
    }
    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}

.hero {
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/api/placeholder/1200/600'); */
  background-size: cover;
  background-position: center;
  color: black;
  padding: 100px 0;
}

.value-card {
  transition: transform 0.3s;
  margin-bottom: 30px;
  height: 100%;
  border-top: 4px solid purple;
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-icon {
  font-size: 2.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}

.section-title1 {
  position: relative;
  margin-bottom: 50px;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: purple;
}
/* Custom styles */
.hero {
  /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://via.placeholder.com/1920x600'); */
  background-size: cover;
  background-position: center;
  color: rgb(13, 11, 11);
  padding: 100px 0;
  margin-bottom: 50px;
}

.value-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  background-color: #f8f9fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.vision-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.mission-section {
  padding: 60px 0;
}

.values-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2d1a45;
}

.text-primary {
  color: #2d1a45 !important;
}

.value-icon {
  font-size: 2rem;
  color: #2d1a45;
}
.watermark {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1; /* Adjust opacity as needed */
    z-index: 0;
    pointer-events: none; /* Makes the watermark non-interactive */
}

.watermark img {
    max-width: 200px; /* Adjust size as needed */
    height: auto;
    margin-left:1050px;
    margin-bottom: 70px;
}
footer {
  position: relative;
  background-color: #2d1a45;
  padding: 40px 0;
  overflow: hidden;
}
.footer-content {
  position: relative;
  z-index: 1;
}
