
@media only screen and (min-width : 320px) and (max-width : 480px)  {
  .opcswt-logo img {
    height: 65px !important;
  }  
      .opcswt-logo {
 height: 55px !important;
}
body .opcswt-org-trust-name {
    font-size: 12px !important;
}
.opcsw-hero-content { 
    left: 52% !important; 
    width: 85% !important; 
}
.carousel-control-next, .carousel-control-prev {
width: 9% !important;
}
body .dfdf{
    margin-top:-25px !important;
}
body .contact-form { 
        padding: 18px !important;
    }
body .contact-wrapper { 
        padding: 0 10px !important;
    }
.secnew {
    padding: 30px 0px !important;
}
.mv-grid { 
    margin: 20px auto !important;
}
.card-overlay h3 { 
    font-size: 16px !important;
}
.card-content h3 { 
    font-size: 16px !important;
}
.mv-block h3 {
    margin-top: 0px !important;
    font-size: 17px !important;
}
.mv-icon {
    font-size: 30px !important; 
    margin-bottom: 9px !important;
}

body .news-img img { 
    height: 200px !important;
}
#ngo-page-title-text {
    font-size: 21px !important;
    margin-top: 0px !important;
}
body .ngo-breadcrumb-wrapper { 
    padding: 26px 0 !important;
}
body     .trust-heading h2 {
        font-size: 18px !important;
    }
    
.shape-circle{
    left:-10px !important;
}
body .about-left h2 {
        font-size: 18px !important;
    }
body .about-left{
    width: 100% !important;
}
body .about-right{
    width: 100% !important;
}
body .opcsw-hero-content h1 {
        font-size: 17px !important;
    }
  body .opcswt-navbar {
        padding: 5px 11px !important;
    }
    
    
}


.opcsw-contact-icon {
    background: rgba(255, 255, 255, 0.4);
   border-radius:3px;
    padding: 4px;
    text-align: center; 
}

.dtl p{
  margin-top:10px;
}
.dtl h1, .dtl h2 .dtl h3, .dtl h4{
  font-size:24px;
}
/* Contact Form Wrapper */

.contact-form{
    background:#ffffff;
    padding:40px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08); 
    margin:auto;
}

/* Small Heading */

.contact-form h5{
    color:#ff7a00;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

/* Main Heading */

.contact-form h2{
    font-size:32px;
    margin-bottom:15px;
    color:#222;
}

.contact-form h2 span{
    color:#ff7a00;
}

/* Paragraph */

.contact-form p{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin-bottom:25px;
}

/* Form Groups */

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
    color:#333;
    font-weight:500;
}

/* Inputs */

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:12px 14px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
    transition:0.3s;
}

/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#ff7a00;
    outline:none;
    box-shadow:0 0 5px rgba(255,122,0,0.2);
}

/* Button */
 
/* Success Message */

.custom-success{
    background:#e6f9ed;
    color:#1b7d3c;
    padding:12px;
    border-radius:6px;
    margin-bottom:20px;
    font-size:14px;
}

/* Privacy Note */

.privacy-note{
    font-size:13px;
    color:#888;
    margin-top:15px;
}

/* Responsive */

@media (max-width:768px){
    .contact-form{
        padding:25px;
    }

    .contact-form h2{
        font-size:26px;
    }
}



.ngo-breadcrumb-wrapper{
   background: linear-gradient(90deg, #000, #02218c) !important;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
}

/* Container */

.ngo-breadcrumb-container{
    width: 90%;
    margin: auto;
}

/* Page Title */

.ngo-page-title{
    text-align: center;
}

#ngo-page-title-text{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

/* Breadcrumb List */

.ngo-breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Breadcrumb Items */

.ngo-breadcrumb-item{
    font-size: 15px;
    color: #fff;
}

/* Breadcrumb Link */

.ngo-breadcrumb-link{
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.ngo-breadcrumb-link:hover{
    color: #ff7a00;
}

/* Current Page */

.ngo-breadcrumb-current{
    color: #ff7a00;
    font-weight: 600;
}

/* Separator */

.ngo-breadcrumb-separator{
    color: #fff;
    font-size: 14px;
}


    /* TEAM GRID */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2rem;
        }

        .team-card {
            background-color: var(--white);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .card-image {
            height: 250px;
            overflow: hidden;
            position: relative;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .team-card:hover .card-image img {
            transform: scale(1.05);
        }

        .card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(50, 12, 108, 0.8));
            padding: 1rem;
            color: var(--white);
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .team-card:hover .card-overlay {
            transform: translateY(0);
        }

        .card-content {
            padding: 1.5rem;
        }

        .card-content h3 {
            color: #000;
            margin-bottom: 0.5rem;
            font-size: 22px;
        }

        .card-role {
            color: var(--orange-red);
            font-weight: 600;
            margin-bottom: 0.5rem;
            font-size: 15px;
        }

        .card-focus {
            display: inline-block;
            background-color: var(--yellow);
            color: var(--dark-gray);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 14px;
            margin-bottom: 1rem;
        }

        .card-bio {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .card-contact {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .contact-link {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            color: var(--blue);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .contact-link:hover {
            color: var(--purple);
        }


     .legal-section {  
            padding: 60px 20px;
        }
   .secnew{
       padding:60px 0px;
   }     
.section-title1 {
    color: #000;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 17px;
}

.section-title1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--orange-red), var(--orange));
    border-radius: 2px;
}
        
        
        
 .section-title {
            color: var(--purple);
            margin-bottom: 1.5rem;
            font-size: 2rem;
            position: relative;
            padding-bottom: 10px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(to right, var(--orange-red), var(--orange));
            border-radius: 2px;
        }
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-header h1 {
            font-size: 2.5rem;
            color: var(--purple);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-header h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--orange-red);
            border-radius: 2px;
        }

        .section-header p {
            font-size: 1.1rem;
            color: var(--dark-gray);
            max-width: 700px;
            margin: 0 auto;
        }
        
        
        /* Mission Vision Section */

.mv-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 90%;
    margin: 60px auto;
}

/* Card Block */

.mv-block{
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover Effect */

.mv-block:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

/* Icon */

.mv-icon{
    font-size: 45px;
    color: #ff7a00;
    margin-bottom: 20px;
}

/* Title */

.mv-block h3{
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a237e;
}

/* Text */

.mv-block p{
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* Mission Color Accent */

.mission-block{
    border-top: 4px solid #ff7a00;
}

/* Vision Color Accent */

.vision-block{
    border-top: 4px solid #1a237e;
}

/* Responsive */

@media (max-width: 768px){
    .mv-grid{
        grid-template-columns: 1fr;
    }
}
