html, body {
    width: 100%;
    overflow-x: hidden;
}
/* ..notification */
/* Wrapper */
.notification-wrapper {
    position: fixed;  
    top: 90px;         
    right: 30px;     
    z-index: 9999;
}

/* Bell Button */
.notification-btn {
    position: relative;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0b5ed7;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}

.notification-btn:hover {
    transform: scale(1.05);
}

/* Badge */
.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: bold;
}

/* Dropdown Box */
.notification-box {
    position: absolute;
    top: 55px;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    display: none;
    animation: fadeIn 0.25s ease;
    z-index: 100;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.notify-header {
    background: #0b5ed7;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.notify-header i {
    cursor: pointer;
}

/* List */
.notification-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-box ul li {
    display: flex;
    gap: 10px;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.notification-box ul li:hover {
    background: #f1f5ff;
}

.notification-box ul li:last-child {
    border-bottom: none;
}

.icon {
    font-size: 16px;
}

.text {
    color: #333;
}
/* .....notification end */
@media (max-width: 768px) {
    .notification-box {
        position: fixed;
        top: 60px;
        margin-left: 30px;
        /* left:60px; */
        transform: translateX(-50%);
        width: 92%;
        max-width: 360px;
    }

    .notification-btn {
        font-size: 26px;
    }

    .notification-box li {
        padding: 12px;
        font-size: 15px;
    }
}

/* ===============================
   SMALL MOBILE
================================ */
@media (max-width: 480px) {

    #slider .item img {
        height: 180px;        /* 🔥 small mobile */
    }
}

.section-title p {
    max-width: auto !important;
    margin: auto;
}
.card {
    width: 100% !important;
    float: left !important;
    box-shadow: 0px 0px 4px #111;
    border-radius: 10px !important;
    margin: 15px auto !important;
    padding: 20px 2px !important;
	min-height: 165px;
}

.servicestab {
    padding-top: 0px;
    padding-bottom: 15px;
    
}
.hover-card {
    transition: all .3s ease;
    border-radius: 10px;
}
.feature-card img {
    transition: transform .3s ease;
}
.card a {
    color: inherit;
    text-decoration: none;
	padding: 14px 0px 0px 0px;
}
.single-events-schedules .events-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: 0.6s;
    min-height: 70px;
}
.single-events-schedules .events-content {
    padding: 25px;
    min-height: 205px;
}
.single-events-schedules {
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 1.25rem #c3bfbd;
    border-radius: 0 0 15px 15px;
    transition: 0.6s;
}
.single-events-schedules h4 {
gap:20px;
}
/* ....page2 */
@media (max-width: 767px) {

    .our_style.expect-area {
        padding: 30px 10px !important;
        margin-top: 10px;
    }

    .our_style .section-title h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .our_style .section-title p {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 5px;
        text-align: justify;
    }

    /* Card Layout */
    .our_style .card {
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .our_style .card-body {
        padding: 18px 10px;
    }

    .our_style .card img {
        width: 45px;
        margin-bottom: 10px;
    }

    .our_style .card h5 {
        font-size: 15px;
        line-height: 1.4;
    }

    /* Remove hover effects on mobile */
    .hover-card:hover {
        transform: none;
        box-shadow: none;
    }
}
/* ...Event mahotsab.. */
/* ===== Event Section ===== */
.event-section1 {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.event-section1 .title {
    font-size: 2rem;
    font-weight: bold;
    color: red;
    font-size: 30px;
    margin-bottom: 30px;
}

/* ===== Event Container ===== */
.event-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    
}

/* ===== Event Card ===== */
.event-card1 {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 400px;
}

.event-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== Event Image ===== */
.event-card1 .profile-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* ===== Event Content ===== */
.event-content1 {
    padding: 15px;
    text-align: left;
}

.event-content1 h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color:black;
    font-weight: 500px;
    font-size: 26px;
    
}

.event-content1 h3 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
     font-size: 20px;
}

.event-content1 h3 a:hover {
    color: #198754;
}

.event-info {
    font-size: 1.3rem;
    color:orangered;
    margin-bottom: 10px;
    display: flex;
    align-items: center; /* vertically center */
    gap: 15px; /* span के बीच gap */
    flex-wrap: nowrap; /* wrap न हो */
    background: none; /* background हटाया */
}

.event-info span {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* ===== Event Description ===== */
.event-content1 .datail {
    font-size: 1.5rem;
    color: #666;
    font-size: 19px;
}

/* ===== View All Button ===== */
.btn-crc2.btn-primary {
    display: inline-block;
    background-color: #0b5ed7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-crc2.btn-primary:hover {
    background-color: #198754;
    transform: translateY(-3px);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .event-container1 {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .event-card1 {
        width: 100%;
        max-width: 400px;
    }
}

/* .............. */
/* News Card Container */
/* .events-content {
    background: #ffffff; 
    border-radius: 12px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    padding: 15px 20px;
    margin: 15px 0;
    transition: transform 0.3s, box-shadow 0.3s;
} */

/* Hover Effect */
.events-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Title */
.events-content h4.h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.events-content h4.h4 a {
    color: #0b5ed7; 
    text-decoration: none;
    min-height: 30px;
    display: inline-block;
    transition: color 0.3s;
}

.events-content h4.h4 a:hover {
    color: #198754; }


/* .events-content div span {
    display: inline-block;
    color: #6c757d;
    font-size: 14px;
    margin-right: 15px;
}

.events-content i.fa {
    margin-right: 5px;
    color: #0b5ed7;
} */
/* Events content container */
.events-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    max-height: 320px;
    overflow: hidden;
}



.events-content > div:first-child,
.events-content > div:nth-child(2) {
    display: inline-flex;
    align-items: center;
    gap: 5px; 
    color: #ff4500; 
    font-weight: bold;
    font-size: 14px;
    margin-top: -10px;
}


.events-content > div:first-child,
.events-content > div:nth-child(2) {
    display: inline-flex;
    margin-right: 20px; 
}

/* Icon style */
.events-content i.fa {
    margin-right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .events-content > div:first-child,
    .events-content > div:nth-child(2) {
        display: flex;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* Description */
.events-content p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 1.5;
}

/* Optional: Small responsive tweak */
@media (max-width: 768px) {
    .events-content {
        padding: 12px 15px;
    }
    .events-content h4.h4 {
        font-size: 16px;
    }
}

/* body{
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-color: #e9f7f7;
    } */

    .blog-section1{
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .title{
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 35px;
        color: #1b639e;
        text-align: center;
    }

    .blog-container1{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .blog-card1{
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
        transition: 0.3s ease-in-out;
    }

    .blog-card1:hover{
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    }

    .blog-card1 img{
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

    .blog-content1{
        padding: 20px;
    }

    .blog-content1 h3{
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #222;
        min-height: 60px;
    }

    /* Date + Location Box */
    /* .event-info{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff4f4;
        padding: 10px 12px;
        border-radius: 10px;
        margin-bottom: 12px;
        font-size: 14px;
        color: #d62839;
        font-weight: 600;
    } */

    .datail{
        color: #363636;
        line-height: 1.5;
        font-size: 17px;
    }

    /* Responsive */
    @media(max-width: 992px){
        .blog-container1{
            grid-template-columns: repeat(2, 1fr);
        }
        .servicestab {
    padding-top: 25px;
    padding-bottom: 15px;
    width: 100%;
}
    }

    @media(max-width: 600px){
        .blog-container1{
            grid-template-columns: 1fr;
        }
        .title{
            font-size: 32px;
        }
    }
	
.job {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: red;
  margin-top: 40px;   
  letter-spacing: 1px;
  text-transform: uppercase;
}
.job h2{
margin-top: 2%;
}
   /* Tabs */
   .tabs1 {
      display: flex;
      justify-content: center;
      gap: 25px;
      margin: 35px 0;
      flex-wrap: wrap;
    }

    .tab {
      font-size: 16px;
      font-weight: 500;
      background-color: lightblue;
      color: #444;
      cursor: pointer;
      padding: 10px 25px;
      border-radius: 50px;
      transition: 0.3s ease;
    }

    .tab.active {
      background: rgb(81, 81, 210);
      color: #fff;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    /* Job Card Container */
    .job-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 25px;
      width: 80%;
      margin: 0 auto 50px auto;
    }

    /* Job Card */
    .job-card {
      background-color: #fff;
      border-radius: 16px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      position: relative;
    }

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

    .job-card h2 {
      margin: 10px 0;
      font-size: 22px;
      color: #1e1e1e;
      
    }

    .job-meta {
      color: #ff6b00;
      font-weight: 400;
      margin-bottom: 10px;
      font-size: 11px;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .job-desc {
      font-size: 13px;
      color: black;
      margin: 10px 0 15px;
    }

    .skill-tag {
      display: inline-block;
      border: 1px dashed;
      color: rgb(106, 106, 209);
      padding: 6px 10px;
      border-radius: 6px;
      font-size: 13px;
      margin-bottom: 10px;
    }

    .salary {
      font-weight: 600;
      color: #0da64f;
      margin-top: 15px;
    }

    .job-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #ddd;
      padding-top: 12px;
      margin-top: 15px;
      font-size: 14px;
      color: #555;
    }

    .apply-btn {
      background-color: #007bff;
      color: #fff;
      border: none;
      padding: 8px 14px;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s;
    }

    .apply-btn:hover {
      background-color: #006ae6;
    }
.view {
  display: block; /* inline-block की जगह block करें */
  background: linear-gradient(135deg, #ff7b00, #ffb347);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 25px auto; /* यह इसे center में लाता है */
  width: fit-content;
}
  
.view:hover {
  background: linear-gradient(135deg, #ff9a00, #ffcc70);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0.6);
}

    /* Responsive */
    @media (max-width: 600px) {
      .filters {
        flex-direction: column;
        align-items: center;
      }
    }
.promo-card {
	position: relative; overflow: hidden; border-radius: 16px; background:#fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }
  .promo-media {
	position: relative; height: 350px;
	background-size: cover; background-position: center;
  }
  .promo-media::after{
	content:""; position:absolute; inset:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.45) 100%);
  }
  .promo-badge {
	position:absolute; top:12px; left:12px; z-index:2;
	background:#0d6efd; color:#fff; padding:4px 10px; border-radius:999px; font-size:.75rem;
  }
  .promo-body { padding:16px; }
  .promo-title { font-size:1.05rem; font-weight:700; margin:0 0 6px; line-height:1.3; }
  .promo-text { color:#6c757d; font-size:.925rem; margin-bottom:12px; }
  .promo-cta { display:inline-block; padding:8px 14px; border-radius:10px; background:#198754; color:#fff; text-decoration:none; }
  .promo-cta:hover { opacity:.9; color:#fff; }
  .swiper-button-next, .swiper-button-prev { color:#0d6efd; }
  .swiper-pagination-bullet-active { background:#0d6efd; }
  .section1 {
      text-align: center;
      padding: 40px 15px;
      background: #fff;
    }

    .section1 h2 {
      font-size: 30px;
      margin-bottom: 40px;
      color:red;
      position: relative;
      display: inline-block;
    }

    .section1 h2::after {
      content: "";
      display: block;
      width: 80px;
      height: 4px;
      background: #ff6a3d;
      margin: 8px auto 0;
      border-radius: 2px;
    }
        /* ..======categories======== */
         .section-title1{
            text-align:center;
            padding:25px 0;
           margin-top: -10px;
          
            font-size:35px;  
           
            font-weight:700;
            color:#ff5a00;
        }
        .section-title1 span{
             transform: translateY(-55px);
               margin-top: -10px;
            font-size:40px;
            margin-right:10px;
        }
.section_catogory h2 {
margin-top: 1%;
font-size: 30px;
font-weight: 600px;
color: red;
}
    .categories1 {
      display: grid;
      grid-template-columns: repeat(4, 4fr);
      gap: 10px;
      justify-items: center;
      padding: 0 40px;
    }

    .card1 {
      background:lightgray;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      width: 250px;
      height: 130px;
      padding: 20px 15px;
      text-align: center;
      /* transition: 0.4s; */
      cursor: pointer;
      border-top: 5px solid transparent;
    }

    .card1 img {
      width: 60px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .card1 p {
      font-size: 18px;
      font-weight: 600;
      color: #444;
    }

    /* ===== Responsive ===== */
   @media (max-width: 767px) {
.section_catogory{
        height:800px;
}
  /* Main wrapper */
  .categories1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 2 card per row */
    gap: 12px;
    padding: 10px;
    width:100%;
    height:900px;
   
     margin-left:0;
  }

  /* Card design */
  .card1 {
    background:lightgray;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.3s ease;
     width:90%;
    height: 100px;
   
  }

  /* Card tap effect */
  .card1:active {
    transform: scale(0.97);
  }

  /* Card image */
  .card1 img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 6px;
  }

  /* Text */
  .card1 p {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.3;
  }

  /* Remove anchor underline */
  .card1 a {
    text-decoration: none;
  }
}

 
  /* ..======video======== */
.video_section {
    background: rgb(227, 239, 239);
    padding: 60px 15px;
    font-family: Arial, sans-serif;
}
.video-section1 {
    display: flex;
    gap: 20px;
    width: 100%;
    min-height: 200px;
    justify-content: center; 
    align-items: center;    
    margin: 0 auto; 
    /* margin-bottom: 10px;  
    background-color: #333;       */
}


/* Left Main Video (50%) */
.main-video1{
    margin-left: 40px;
    min-height: 200px;
    width: 50%;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Main iframe */
.main-video1 iframe{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.main-video1 h3{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.main-video1 p{
    font-size: 13px;
    color: #666;
}
.video-list1{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Video Card */
.video-card1{
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

/* Thumbnail */
.video-card1 img{
    margin-left: 20px;
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

/* Card Title */
.video-card1 h4{
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* Time */
.video-card1 p{
    font-size: 12px;
    color: #888;
    margin: 4px 0 0;
}

/* Hover Effect */
.video-card1:hover{
    background: #f0f0f0;
    transform: translateX(3px);
}
@media (max-width: 480px){

    .main-video1 iframe{
        height: 200px;
        width:100%;
        margin-top: 30px;
    }

    .video-card1 h4{
        font-size: 13px;
    }
}


@media (max-width: 768px){
    .video-section1{
        flex-direction: column;
    }
    .main-video1,
    .video-list1{
        width: 100%;
       min-height: 200px;
    }
.main-video1 iframe{
        height: 220px;
    }
    .video-card1{
        flex-direction: row;
    }
    .video-card1 img{
        width: 100px;
        height: 60px;
    }
}
 /* Responsive */
        @media(max-width:900px){
            .video-section{
                flex-direction:column;
            }
            .main-video iframe{
                height:350px;
            }
        }
.promo-card {
position: relative; overflow: hidden; border-radius: 16px; background:#fff;
box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.promo-media1 {
position: relative; height: 260px;
background-size: cover; background-position: center;
}
.promo-media::after{
content:""; position:absolute; inset:0;
background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.45) 100%);
}
.promo-badge {
position:absolute; top:12px; left:12px; z-index:2;
background:#0d6efd; color:#fff; padding:4px 10px; border-radius:999px; font-size:.75rem;
}
.promo-body { padding:16px; }
.promo-title { font-size:1.05rem; font-weight:700; margin:0 0 6px; line-height:1.3; }
.promo-text { color:#6c757d; font-size:.925rem; margin-bottom:12px; }
.promo-cta { display:inline-block; padding:8px 14px; border-radius:10px; background:#198754; color:#fff; text-decoration:none; }
.promo-cta:hover { opacity:.9; color:#fff; }
.swiper-button-next, .swiper-button-prev { color:#0d6efd; }
.swiper-pagination-bullet-active { background:#0d6efd; }
/* ......====donation.....===== */
          .banner {
            background: url('https://i.ibb.co/s90b0Cw/donation.jpg') center/cover no-repeat;
            height: 350px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 42px;
            font-weight: 600;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
        }

        .container2 {
            width: 85%;
            margin: auto;
            padding: 40px 0;
        }

        h2 {
            text-align: center;
            font-size: 28px;
            color: #333;
        }

        h2::after {
            content: "";
            width: 90px;
            height: 4px;
            background: #ff6600;
            display: block;
            margin: 12px auto;
            border-radius: 4px;
        }
        /* Donation Purpose */
        .grid2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .card2 {
            background: white;
            padding: 22px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

       .card2 {
    width: 90%;
    max-width: 270px;
    background: #ffffff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    text-align: center;
}

/* Hover Effect */
.card2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image Styling */
.card2 img {
    width: 100%;
    height: 180px;
    border-radius: 14px;
    object-fit: cover;
}

/* Title */
.card2 h3 {
    font-size: 20px;
    margin: 12px 0 6px;
    color: #5a2d82;   /* Purple theme */
}

/* Description */
.card2 p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
        /* Donate Now Button */
        .donate-btn2 {
            text-align: center;
            margin-top: 35px;
        }

        .donate-btn2 button {
            background: #ff6600;
            border: none;
            padding: 15px 35px;
            font-size: 20px;
            color: white;
            border-radius: 10px;
            cursor: pointer;
            transition: .3s;
        }

        .donate-btn2 button:hover {
            background: #e35500;
        }
         
        .btn2{
           
            background-color: rgb(95, 95, 186);
        }

    /* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

  .donation_support_section {
    padding: 20px 10px;
  }

  .container2 {
    width: 100%;
    padding: 0 10px;
  }

  .donation_support_section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Grid ko single column me convert */
   
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;

    width: 100%;
    max-width: 100%;
    margin: 0;                 /* left margin हटाया */
    padding: 0 12px;           /* mobile padding */
    box-sizing: border-box;
  }

  /* Card design */
  .card2 {
    width: 100%;               /* FULL WIDTH */
    max-width: 100%;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    box-sizing: border-box;
  }

  .card2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .card2 h3 {
    font-size: 17px;           /* mobile friendly */
    margin-bottom: 6px;
    font-weight: 500px;
  }

  .card2 p {
    font-size: 13px;
    line-height: 1.5;
  }
}

  /* Button */
.card2 .btn {
    width: 100%;
    margin-top: 10px;
}

.card2 .btn a {
    display: block;              /* एक ही बॉक्स */
    width: 70%;
    padding: 12px 0;

    text-align: center;          /* text center */
    font-size: 15px;
    line-height: 1;              /* text नीचे नहीं जाएगा */

        /* single black box */
    color: #fff;
    text-decoration: none;

    border-radius: 6px;
}



  /* Donate Now Button */
  .donate-btn2 {
    text-align: center;
    margin-top: 25px;
  }

  .donate-btn2 button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
  }


/* .....banner  mobaile responsiv */
/* @media (max-width: 768px){
    .slider-bg .item img{
        height: 400px;  
    }
}
@media (max-width: 480px){
    .slider-bg .item img{
        height: 400px;
    }
} */









/* job */
 /* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #f7f7f7;
} */

/* SECTION */
/* .job-section {
    padding: 30px;
    margin-top: 30px;
} */
.job_section {
    background: #ede8e3;
    padding: 60px 40px;
    margin: 30px 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    height:550px;   /* Desktop par auto height */
}
.job_section h1{
text-align: center;
color: red;
margin-top: -40px;
}
.containers {
    display: flex;
    gap: 5px;
    align-items: stretch;
}

/* LEFT BOX */
.left-box {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
}

.section-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600px;
}

.line {
    height: 3px;
    width: 80px;
    background: orange;
    margin-bottom: 20px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.category-card {
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-size: 17px;
}

.category-card:hover {
    background: #fff3e0;
    transform: translateY(-3px);
}

/* RIGHT BOX (DESKTOP) */
.right-box {
    flex: 1;
    border-radius: 18px;
    background-image: url('https://images.unsplash.com/photo-1519681393784-d120267933ba');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.overlay {
    background: rgba(0,0,0,0.65);
    padding: 40px;
    height: 100%;
    color: #fff;
}

.overlay h1 {
    font-size: 30px;
    /* margin-bottom: 10px; */
	color:wheat ;
    margin-top: 20px;
}

.overlay p {
    font-size: 16px;
    line-height: 1.7;
   margin-top: 20px;
}

.highlight {
    font-weight: bold;
    color: #ffcc80;
}

/* MOBILE TEXT BOX */
.mobile-info {
    display: none;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-top: 20px;
}

.mobile-info h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.mobile-info p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}


/* 📱 MOBILE VIEW FIX */
@media (max-width: 768px) {
  .top-section,
  .header-section {
    position: static !important;
     margin-top: 100px;  
  }

  /* Classified section */
  .section_catogory {
    margin-bottom: 30px;   
    position: relative;
    z-index: 1;
     margin-top: 0px; 
  
  }
   .job_section {
        height: 970px;   
        padding: 40px 20px;
         margin-top: 200px; 
    }
  /* JOB section */
  /* .job_section {
    margin-top: 200px;       
    position: relative;
    z-index: 1;
  } */

  /* Main container */
  .containers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;       
  }

  /* Right box (पहले दिखे) */
  .right-box {
    order: 1;
    width: 100%;
    position: relative;
  }

  /* Left box */
  .left-box {
    order: 2;
    width: 100%;
    position: relative;
  }

  /* Category gridheal */
  .category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}




/* ................view */
/* Common */
.view_more {
    /* margin-top: -20px; */
        padding-top: 10px; 
}

/* Button */
.book-btn-one {
    display: inline-block;
    padding: 8px 18px;
    background: #ff9800;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}
.book-btn-one i {
    margin-right: 5px;
}

/* Desktop View */
/* @media (min-width: 769px) {
    .view_more {
        text-align: right;
        margin-right: 40px;
      
    }
} */

/* 📱 Mobile View */
@media (max-width: 768px) {
    .view_more {
        text-align: center;  
        margin: 15px 0 0 0;  
    }

    .book-btn-one {
        font-size: 13px;
        padding: 7px 16px;
    }
}
/* .new  mobail.. */
/* ===============================
   LATEST NEWS – MOBILE VIEW
================================ */
@media (max-width: 768px) {

  .latest_news_home {
    padding: 20px 0;
    /* margin-top: 800px; */
   
  }

  .section-title1 h2 {
    font-size: 22px;
    /* margin-bottom: 15px; */
      margin-top: 10px;
  }

  /* Owl Carousel item */
  .owl-carousel2 .col-lg-12 {
    padding: 0 10px;
    

  /* News Card */
  .single-events-schedules {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    background: #fff;
 height: auto;
  }

  /* Image responsive */
   .events-image {
    width: 100%;
  }

  .events-image img {
    width: 100% !important;   /* 🔥 full mobile width */
    max-width: 90% !important;
    height: auto!important;  /* height auto रखें */
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
  }
  /* Title */
  .single-events-schedules h4 {
    font-size: 16px;
    margin: 10px 10px 5px;
    line-height: 1.4;
  }

  .single-events-schedules h4 a {
    margin-left: 0 !important;
  }

  /* Date + Location row */
  .events-content {
    padding: 0 12px 12px;
  }

  .events-content > div {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color: #ff5722;
    font-weight: 600;
  }

  .events-content i {
    margin-right: 4px;
  }

  /* Description limit */
  .events-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
    color: #444;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* View All button */
  .view_more a {
    font-size: 14px;
    padding: 10px 18px;
  }

  /* Owl nav hide (optional) */
  .owl-nav {
    display: none;
  }
}
}


/* ... */
.h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.h4 a {
    display: block;
    min-height: 30px;
    margin-left: 12px;
    color:black;
    margin-top: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.h4 a:hover {
    color: #198754;
    text-decoration: underline;
}

/* ...help desk */

.help_desk_section {
    background: #f1f3f6;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    
}

.help_desk_section .hed {
    text-align: center;
    margin-bottom: 40px;
}

.help_desk_section .hed h1 {
    font-size: 36px;
    color:rgb(244, 17, 17);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.help_desk_section .hed h1::after {
    content: "";
    width: 70%;
    height: 4px;
    background: #20c997;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* Two Box Area */
.two-box-area {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Big Box */
.big-box {
    background: #ffffff;
    width: 100%;
    max-width: 580px;
    padding: 30px 25px;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.big-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #0d6efd, #20c997);
}

.big-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Icon Image */
.box-img {
    width: 80px;
    margin-bottom: 15px;
}

/* Header */
.big-header {
    font-size: 26px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* Description */
.desc {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Points List */
.points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.points li {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .help_desk_section .hed h1 {
        font-size: 28px;
    }

    .big-box {
        max-width: 100%;
    }

    .big-header {
        font-size: 22px;
    }
}

/* =====================================
   Advertisements Promotion Section
===================================== */
.advertisements_promotion_section {
    background: linear-gradient(135deg, #bfc7d1, #c2b293);
    padding: 60px 15px;
    height: 60%;
    font-family: Arial, sans-serif;
    
}

/* Section Title */
.advertisements_promotion_section .section-title {
    text-align: center;
    /* margin-top: 10px; */
}

.advertisements_promotion_section .section-title .h2 {
        transform: translateY(-40px);
       margin-top: -60px;
    font-size: 35px;
    font-weight: 700;
    color:red;
    position: relative;
    display: inline-block;
}

.advertisements_promotion_section .section-title .h2::after {
    content: "";
    width: 65%;
    height: 4px;
    background: #ffc107;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* Swiper Container */
.promo-swiper1 {
    padding-bottom: 45px;
}

/* Advertisement Card */
.promo-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
   
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* Advertisement Image */
.promo-media1,
.promo-media {
    width: 100%;
    height: 250px;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Empty State Content */
.promo-body {
    padding: 18px;
    text-align: center;
}

.promo-title {
    font-size: 20px;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 8px;
}

.promo-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Swiper Pagination */
.promo-pagination .swiper-pagination-bullet {
    background: #adb5bd;
    opacity: 1;
}

.promo-pagination .swiper-pagination-bullet-active {
    background: #0d6efd;
}

/* Swiper Navigation Buttons */
.promo-prev,
.promo-next {
    color: #0d6efd;
}

.promo-prev::after,
.promo-next::after {
    font-size: 20px;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {

    .advertisements_promotion_section {
        padding: 30px 10px;
        height: 56%;
    }
    .advertisements_promotion_section .section-title {
        margin-bottom: 15px;
    }
.advertisements_promotion_section .section-title .h2 {
        font-size: 22px;
        transform: translateY(-15px);
        text-align: center;
    }
    .promo-swiper1 {
        padding-bottom: 35px;
    }
    .promo-card {
        border-radius: 10px;
    }
    .promo-media1,
    .promo-media {
        height: 200px;  
        width: 100%;
    }
    .promo-prev,
    .promo-next {
        display: none;
    }
    .promo-pagination {
        bottom: 0 !important;
    }
}
/* ......bussiness */
/* =====================================
   Business Promotion Section
===================================== */
.business_promotion_section {
    background: linear-gradient(135deg, #f8fbff, #fff7e6);
    padding: 60px 15px;
    height: 64%;
    font-family: Arial, sans-serif;
    margin-bottom:50px ;
}
.business_promotion_section .section-title {
    text-align: center;
    margin-bottom: 25px;
}

.business_promotion_section .section-title .h2 {
     transform: translateY(-55px);
    font-size: 32px;
    font-weight: 700;
    color:red;
    position: relative;
    display: inline-block;
}

.business_promotion_section .section-title .h2::after {
    content: "";
    width: 60%;
    height: 4px;
    background: #ffc107;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* Swiper Container */
.promo-swiper {
    padding-bottom: 45px;
}

/* Promo Card */
.promo-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* Promo Image */
.promo-media {
    width: 100%;
    height: 320px;
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
}

/* Promo Body (Optional) */
.promo-body {
    padding: 16px;
    text-align: center;
}

.promo-title {
    font-size: 20px;
    font-weight: 600;
    color: #198754;
    margin-bottom: 6px;
}

.promo-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Swiper Pagination */
.promo-pagination .swiper-pagination-bullet {
    background: #adb5bd;
    opacity: 1;
}

.promo-pagination .swiper-pagination-bullet-active {
    background: #0d6efd;
}

/* Swiper Navigation */
.promo-prev,
.promo-next {
    color: #0d6efd;
}

.promo-prev::after,
.promo-next::after {
    font-size: 20px;
    font-weight: bold;
}

/* ===========================
   Mobile Responsive
=========================== */
@media (max-width: 768px) {

    .business_promotion_section {
        padding: 40px 10px;
    }

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

    .promo-media {
        height: 160px;
    }

    /* Mobile में arrows hide */
    .promo-prev,
    .promo-next {
        display: none;
    }
}


/* ...ads page */


/* ADS Heading Wrapper */
.ads_page .ads {
    text-align: center;
    margin-bottom: 2px;
}

/* ADS Heading */
.ads_page .ads h2 {
    font-size: 34px;
    font-weight: 700;
    color: red;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

/* Underline Effect */
.ads_page .ads h2::after {
    content: "";
    width: 55%;
    height: 4px;
    background: #ffc107;
    display: block;
    margin: 8px auto 0;
    border-radius: 5px;
}
  .ad-box {
  width: 100%;
  max-width: 1600px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  background: #f5f5f5;
}

.ad-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  object-position: center; 
  display: block;
}

/* ...blog */
/* 
.blog-section_home {
    background:rgb(235, 230, 230);
    padding: 60px 15px;
    font-family: 'Arial', sans-serif;
   height: auto;
} */

/* .container {
  max-width: 1200px;  
  background-color: white;
  margin: 0 auto;  
  margin-top: -60px;    
  padding: 0 15px;  
  width: 100%;
} */
/* Section Title */
.blog-section_home .section-title {
    text-align: center;
  
}

.blog-section_home .section-title .h2 {
    font-size: 34px;
    margin-top: -40px; 
    font-weight: 700;
    color: #ff4d4d;
    display: inline-block;
    position: relative;
}

.blog-section_home .section-title .h2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #ff7300;
    display: block;
    margin: 8px auto 0;
    border-radius: 4px;
}

 .blog-section_home .row{
    margin-right: 14px;
}
/* Single Blog Box */
.single-blog-box {
    margin-top: -50px;
    width: 550px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.single-blog-box:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 16px 35px rgba(0,0,0,0.15); */
}

.single-blog-box .blog-image img {
    width: 550px;
    max-width: 550px;
    height: 350px;
    object-fit: cover;
    display: block;
}

.single-blog-box .blog-content {
    padding: 18px;
}

.single-blog-box .blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-blog-box .blog-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.single-blog-box .blog-content h3 a:hover {
    color: #ff4d4d;
}

/* Side Blogs */
.single-side-blog {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-side-blog:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.single-side-blog .blog-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* Blog Content for side blogs */
.single-side-blog .blog-content {
    padding: 12px 15px;
    
}

.single-side-blog .blog-content h3 {
    font-size: 16px;
    font-weight: 600;
   color: #007bff;
    margin-bottom: 6px;
}

.single-side-blog .blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 50px;
}

.single-side-blog .blog-box-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #ff7300;
}

.single-side-blog .blog-box-footer li i {
    margin-right: 5px;
}

/* View More Button */
.view_more .book-btn-one {
    display: inline-block;
    background: #ff4d4d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.view_more .book-btn-one i {
    margin-right: 6px;
}

.view_more .book-btn-one:hover {
    background: #ff7300;
    transform: translateY(-3px);
}

/* =========================
   Responsive
========================= */
@media (max-width: 767px) {

  /* ===== Section spacing ===== */
  .blog-section_home {
    padding: 15px 10px;
    width: 500px;
    margin-left: -20px;
  }

  /* ===== Section title ===== */
  .blog-section_home .section-title h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
      width:400px;
  }
 .blog-section_home container{
    width:400px;
}

  /* ===== Layout fix ===== */
  .blog-section_home .row {
    display: flex;
    flex-direction: column;
  }

  .blog-section_home .col-lg-6,
  .blog-section_home .col-md-12,
  .blog-section_home .col-sm-12 {
    width: 100%;
    max-width: 100%;
  }

  /* ===== Main big blog ===== */
  .single-blog-box {
    margin-bottom: 10px;
     max-width: 410px;
     margin-top: 10px;
     margin-left:0;
     width: 100%;
  }

  .single-blog-box .blog-image {
    width: 400px;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
  }

  .single-blog-box .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .single-blog-box + .blog-content {
    padding: 10px 0 20px;
    text-align: left;
  }

  .single-blog-box + .blog-content h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 15px;
  }

  /* ===== Side blogs ===== */
 .single-side-blog {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  /* ROW को column बना दिया */
  .single-side-blog .row {
    display: flex;
    flex-direction: column;   
    gap: 8px;
    align-items: stretch;
  }

  /* Column full width */
  .single-side-blog .col-lg-6 {
    width: 100%;
  }

  /* Image ऊपर */
  .single-side-blog .blog-image {
    width: 100%;
    height: 160px;          
    overflow: hidden;
    border-radius: 10px;
  }

  .single-side-blog .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Text नीचे */
  .single-side-blog .blog-content {
    padding-top: 5px;
  }

  .single-side-blog .blog-content h3 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .single-side-blog .blog-content p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .blog-box-footer {
    font-size: 12px;
  }

/* ===== View More button ===== */
  .view_more {
    margin-top: -20px;
    text-align: center;
  }

  .book-btn-one {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 6px;
  }
}
/* ..............telick bjar... */
.telikbajar {
    padding: 30px 20px 60px;
    background: linear-gradient(135deg, #1e88e5, #2e7d32);
    height: 600px;      /* Desktop fixed height */
    max-height: 600px;
}

/* TOP MAIN H1 */
.telikbajar .main-title {
    text-align: center;
    margin: 0 0 20px 0;  
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}


/* Wrapper */
.welcome-wrapper1{

    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
    margin-bottom: 20px;
}

/* Main Card */
.welcome-card1{
    background:#f9fdfb;
    width:100%;
    max-width:1400px;
    border-radius:30px;
    padding:50px;
    display:grid;
    grid-template-columns: 1.3fr 1fr;
    gap:40px;
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
}

/* LEFT CONTENT */
.left-content1 h2{
    font-size:34px;
    margin-bottom:15px;
    color:#2e7d32;
}
.left-content1 h2 span{
    color:#1e88e5;
}

.left-content1 p{
    font-size:17px;
    line-height:1.8;
    color:#444;
    margin-bottom:25px;
}

.features1{
    list-style:none;
    padding:0;
}
.features1 li{
    font-size:16px;
    margin-bottom:14px;
    color:#333;
}
.features1 li::before{
    content:"✔";
    color:#ff9800;
    font-weight:bold;
    margin-right:10px;
}

/* RIGHT BOX */
.right-box1{
    background:#f0ecec;
    border-radius:25px;
    padding:45px 35px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.right-box1 h1{
    font-size:32px;
    margin-bottom:10px;
}
.right-box1 h1 span{
    color:#2e7d32;
}
.right-box1 h1 strong{
    color:#000;
}

.right-box1 p{
    font-size:15px;
    color:#555;
    margin-bottom:25px;
}

/* Divider */
.divider1{
    width:60px;
    height:4px;
    background:#ff9800;
    margin:20px auto;
    border-radius:10px;
}

/* Button */
.enter-btn1{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:15px 35px;
    background:linear-gradient(135deg,#ff9800,#f57c00);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    border-radius:50px;
    box-shadow:0 6px 20px rgba(255,152,0,0.4);
    transition:0.3s;
}
.enter-btn1:hover{
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 10px 30px rgba(255,152,0,0.5);
}

.footer-text1{
    margin-top:25px;
    font-size:13px;
    color:#777;
}

/* Responsive */
/* Tablet और छोटे लैपटॉप के लिए */
@media (max-width:900px) {
    .telikbajar {
        height: 1100px;   /* Mobile height */
        padding: 20px;
        max-height: none;
    }

    .welcome-card1 {
        display: grid;
        grid-template-columns: 1fr; /* single column */
        padding: 35px 20px;
        margin-bottom: 50px;
    }

    .left-content1 h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .right-box1 h1 {
        font-size: 22px;
        line-height: 1.2;
    }
}

/* मोबाइल फोन्स के लिए (max-width: 480px) */
@media (max-width:480px) {
    .telickbajar {
        height: 600px; /* flexible height */
        padding: 15px;
    }

    .welcome-card1 {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .left-content1 h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .right-box1 h1 {
        font-size: 18px;
    }
}
/* ...eduction.. */
.edu-hero{
  min-height:50vh;
background: linear-gradient(135deg, #f17a1e, #cf6e8e);
 padding:60px 15px;
}
.education {
    margin-top: -10px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0d47a1;
  position: relative;
  margin: 40px 0 30px;
  font-family: 'Poppins', sans-serif;
}

/* नीचे वाली line */
.education::after{
  content: "";
  width: 90px;
  height: 4px;
  background: linear-gradient(135deg, #ff9800, #ff6f00);
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-radius: 10px;
}

/* Container */
.edu-container{
 
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:50px;
}

/* Left Content */
.edu-left{
  flex:2;
  color:#fff;
}

.edu-left h1{
  font-size:42px;
  line-height:1.3;
}
.edu-left h1 span{
  color:#ffca28;
}

.edu-left p{
    font-size: 15px;
  margin:20px 0 35px;
  max-width:520px;
  line-height:1.8;
  color:#ffffff;
}

/* Feature Boxes */
.features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.feature-box{
  background:rgba(255,255,255,0.12);
  padding:20px;
  border-radius:18px;
  text-align:center;
  backdrop-filter: blur(6px);
}

.feature-box h4{
  margin:12px 0 6px;
  font-size:19px;
}
.feature-box span{
  font-size:14px;
  color:#f0efef;
}

/* Right Section */
.edu-right{
  flex:1;
  display:flex;
  justify-content:center;
}
.edu-card{
  background:rgba(255,255,255,0.9);
  padding:45px 35px;
  border-radius:25px;
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.25);
}

.edu-card h2{
  font-size:26px;
}

.edu-card p{
  margin:10px 0 25px;
  color:#555;
}

.edu-card button{
  background:linear-gradient(135deg,#ff9800,#ff6f00);
  border:none;
  padding:14px 32px;
  color:#fff;
  font-size:16px;
  border-radius:30px;
  cursor:pointer;
}

.edu-card small{
  display:block;
  margin-top:25px;
  color:#777;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px){
  .edu-hero{
    padding:40px 15px;
  }
  .education{
    font-size: 26px;
    margin: 30px 0 20px;
  }
.edu-container{
    flex-direction: column;   
    gap: 30px;
    text-align: center;
  }
  .edu-left{
    order: 1;                
  }
  .edu-right{
    order: 2; 
    width: 300px;             
  }
    .edu-left h1{
    font-size: 28px;
  }
.edu-left p{
    max-width: 100%;
    font-size: 15px;
  }
  .features{
    grid-template-columns: 1fr;   
  }
  .edu-card{
    width: 100%;
    padding: 30px 20px;
  }
}
/* ...matromony stsrt */
.metry{
  width:100%;
  background: linear-gradient(135deg,#fff5f8,#f9f0ff);
  padding: 40px 0;
}
.teli-heading{
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
  color: #9c27b0;
  letter-spacing: 1px;
}

/* HERO AREA */
.matri-hero{
  max-width: 1500px;
  height: 500px;
  margin: auto;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
              url('https://www.kalyanammatrimony.in/images/matrimony-bottom-banner.jpg') center/cover no-repeat;
  border-radius: 30px;
  padding: 80px 40px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* FLEX WRAP */
.matri-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* LEFT CONTENT */
.matri-content{
  flex: 1 1 520px;
  color: #fff;
}

.matri-content h1{
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.matri-content h1 span{
  color: #ffd700;
}

.matri-content p{
  font-size: 17px;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 35px;
  opacity: .95;
}

/* STATS */
.matri-stats{
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.stat-box{
  background: rgba(48, 18, 18, 0.18);
  padding: 18px 26px;
  border-radius: 16px;
  text-align: center;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.25);
  min-width: 130px;
}

.stat-box h3{
  font-size: 26px;
  color: #ffd700;
  margin-bottom: 5px;
}

.stat-box span{
  font-size: 14px;
  color: #fff;
  opacity: .9;
}

/* RIGHT CARD */
.matri-card{
    margin-top: -50px;
    height: 450px;
  flex: 1 1 360px;
  background: #fff;
  padding: 40px 35px;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.matri-card h2{
  text-align: center;
  color: #e91e63;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.matri-card input,
.matri-card select{
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}

.matri-card input:focus,
.matri-card select:focus{
  border-color: #e91e63;
}

/* BUTTON */
.matri-card button{
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg,#9c27b0,#e91e63);
  border: none;
  color: #fff;
  font-size: 17px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 600;
  transition: .3s;
}

.matri-card button:hover{
  box-shadow: 0 12px 30px rgba(233,30,99,.5);
  transform: translateY(-2px);
}

.matri-card small{
  display: block;
  text-align: center;
  margin-top: 18px;
  color: #666;
  font-size: 14px;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){
.metry{
 margin-bottom: 40px;
    height: 1100px;
}
  .matri-hero{
    padding: 50px 20px;
    border-radius: 20px;
    
  }

  .matri-wrap{
    flex-direction: column;
    text-align: center;
    gap: 35px;
  }

  .matri-content h1{
    font-size: 32px;
  }

  .matri-content p{
    font-size: 15px;
  }

  .matri-stats{
    justify-content: center;
  }

  .stat-box{
    min-width: 110px;
    padding: 14px 18px;
  }

  .matri-card{
    width: 100%;
    padding: 28px 22px;
    border-radius: 22px;
   margin-top: -70px;
  }

  .matri-card h2{
    font-size: 22px;
  }
}
