

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

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

@media (max-width: 768px) {
  .slider {
    height: 40vh;
  }
  .arrow {
    font-size: 30px;
    padding: 8px;
  }
}

	.mb-3:hover{color:#2c6ca5;}
	.service-item{cursor:pointer;}
	
	.homeul li a{font-size:13px;color:#000;font-weight:600;cursor:pointer}
	.homeul li a:hover{font-size:14px;color:#A7396C;font-weight:600;}
  
 
      :root{
      --bg: #f5f8fb; /* page background */
      --card: #ffffff;
      --accent: #0b5ed7; /* govt-blue */
      --accent-2: #0f4a9a;
      --muted: #6b7280;
      --radius: 12px;
      --shadow: 0 6px 18px rgba(14,30,46,0.06);
    }
   

    
  
    /* Accordion Card */
    .accordion{
      background:transparent;
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow: none;
    }
    .acc-item{background:var(--card);border-radius:12px;padding:0;margin-bottom:12px;box-shadow:var(--shadow);overflow:hidden}
    .acc-header{display:flex;align-items:center;gap:12px;padding:18px 18px;cursor:pointer;border:0;background:transparent;width:100%;text-align:left}
    .acc-header:focus{outline:3px solid rgba(11,94,215,0.12);outline-offset:2px}
    .acc-title{flex:1;display:flex;flex-direction:column}
    .title-main{font-weight:600;font-size:15px;color:#08203a}
    .title-sub{font-size:13px;color:var(--muted);margin-top:4px}

    .chev{width:36px;height:36px;border-radius:10px;display:inline-grid;place-items:center;background:linear-gradient(180deg,rgba(11,94,215,0.06),transparent)}
    .chev svg{transform-origin:center;transition:transform .28s cubic-bezier(.2,.9,.3,1)}
    .chev.open svg{transform:rotate(180deg)}

    /* Panel with smooth slide */
    .acc-panel{padding:0 18px;max-height:0;overflow:hidden;transition:max-height .42s cubic-bezier(.2,.9,.3,1),padding .28s ease}
    .acc-panel.open{padding:18px;}
    .acc-panel-inner{background:linear-gradient(180deg,#fff, #fbfdff);border-radius:10px;padding:12px;border:1px solid rgba(9,30,66,0.04)}

    /* content styles */
    .muted{color:var(--muted);font-size:14px;line-height:1.5}
    .links{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
    .chip{padding:8px 10px;border-radius:999px;background:rgba(11,94,215,0.06);font-size:13px;color:var(--accent);text-decoration:none}

  
	
   
	.h3-leftbar{
  display: flex;
  align-items: center;
  gap: 14px;
  
  
  color:#0b2545;
  font-family: "Poppins", sans-serif;
}
.h3-leftbar::before{
  content: "";
  display:block;
  width:6px;
  height:28px;
  border-radius:4px;
  background: linear-gradient(180deg,#0ea5a4,#2563eb);
  box-shadow: 0 2px 6px rgba(16,24,40,.08);
}

.my_padd{padding:0px !important;}
.my_padd_topbottom{padding:25px 0px !important;flex:1;}

 .table-container {
            max-width: 1200px;
            margin: 0rem auto;
            padding: 1rem;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
        }
        th, td {
            padding: 0.6rem;
            text-align: left;
            border: 1px solid #e5e7eb;
        }
        th {
            background-color: #3b82f6;
            color: white;
            font-weight: 600;
        }
        tr:hover {
            background-color: #f9fafb;
        }
        @media (max-width: 768px) {
            table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            th, td {
                min-width: 150px;
            }
        }
        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 2rem 0 1rem;
            color: #1f2937;
            text-align: center;
        }
        .letter {
            background-color: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
        }
        .dropdown-container {
           
            top: 1rem;
            z-index: 10;
            background-color: #fff;
            padding: 1rem;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
        }
        select {
            width: 100%;
            padding: 0.5rem;
            border-radius: 4px;
            border: 1px solid #d1d5db;
            background-color: #f9fafb;
            font-size: 1rem;
        }
		.paragraph_bg{background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding:15px 15px; border-radius:5px;margin-bottom:25px;}
  
  .paragraph_bg h5 {color:#000;}
  
  .custom_td {color:#000 !important;font-weight:bold !important}
  .custom_th {color:#000 !important;font-weight:bold !important}
  .field span{width:300px;}
   #chatContainer {
      position: fixed;
      bottom: 80px;
      right: 20px;
      width: 300px;
      height: 400px;
      border: 1px solid #ccc;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      display: none; /* hidden by default */
      flex-direction: column;
    }

    #chatbox {
      flex: 1;
      padding: 10px;
      overflow-y: auto;
      border-bottom: 1px solid #ccc;
    }

    #inputContainer {
      display: flex;
      padding: 5px;
    }

    #userInput {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    #sendBtn {
      margin-left: 5px;
      padding: 8px 12px;
      cursor: pointer;
      border: none;
      background: #4CAF50;
      color: white;
      border-radius: 5px;
    }
    #sendBtn:hover { background: #45a049; }

 
		      
    .custom_header_menu{background:#333; border:1px solid #d8d8d8; padding:0px;}
    .navbar {padding:3px !important;}
    .nav-item{border-right:1px solid #d8d8d8;height:30px;}
    .custom_reg_li li {
      background-color: #e8f0fe;
      margin: 10px 0;
      padding: 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      transition: transform 0.2s, background-color 0.2s;
    }
    .custom_reg_li li:hover {
      background-color: #d1e3ff;
      transform: translateX(10px);
    }
    .custom_reg_li li strong {
      color: #1a73e8;
      margin-right: 10px;
    }
   

    .custom_reg_li a {
      color: #1a73e8;
      text-decoration: none;
      font-weight: bold;
  
}
    .custom_reg_li a:hover {
      text-decoration: underline;
    }
	
	
	.custom_template_li {
		
	}
	
	
	
	.navbar-brand img{margin-top:-2px;}
	.custom_template_li a  {
	color:#000;	
	}
	.custom_template_li li{
		font-size:18px;
		font-family:600;
		border-bottom :1px solid #c2c0c1 ;
		padding:20px 0;
	}
	
	.downloadicon{width:30px;height:30px;}
    .step-number {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #1a73e8;
      color: white;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      margin-right: 10px;
      font-size: 14px;
    }
	
	.rm_margin_top{margin-top:-30px;height:40px;}
	.rm_margin_top_first{margin-top:-9px;height:40px}
	.skip_conetnt_a{font-size:12px;font-weight:bold;}
	.mypadding{padding:0px !important}
	/* Prevent global horizontal scroll */
html, body {
  overflow-x: hidden;
}

.flash-text {
  
  
  animation: flash 3s infinite;
}

.flash-text_1 {
  
  
  animation: flash 5s infinite;
}

.flash-text_1 a{

color :var(--bs-code-color)
}


@keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.footer_bottom{text-align: center;}

.nav-link:hover {border-bottom:3px solid #ECBA0A }
.trth_class th{color:#000 !important;}

  .download-section {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .download-section h3 {
            margin: 0 0 15px;
            color: #2c3e50;
            font-size: 20px;
        }
        .download-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .download-buttons a {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px;
            background-color: #FFC701;
            color: black;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            transition: background-color 0.3s ease, transform 0.2s ease;
            text-decoration: none;
        }
        .download-buttons a:hover {
            background-color: #FFC701;
            transform: translateY(-2px);
        }
        .spanfont_display{font-size:13px !important;}
        .spanfont_display strong{display:inline !important}
        .spanfont_display_a strong{display:inline !important}
		
		  .container_new {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 25px;
      
      padding: 20px;
    }

    .card {
      background: #fff;
      border-radius: 14px;
      padding: 25px;
      border: 1px solid #e3e6eb;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    /* ICON DESIGN */
    .icon {
      width: 70px;
      height: 70px;
      border-radius: 16px;
      background: linear-gradient(145deg, #eaf1fb, #ffffff);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: #2a64c5;
      margin-bottom: 18px;
      box-shadow: 4px 4px 10px rgba(0,0,0,0.08),
                  -4px -4px 10px rgba(255,255,255,0.9);
      transition: all 0.3s ease;
    }

    .icon:hover {
      background: linear-gradient(145deg, #d9e6fb, #ffffff);
      color: #204ea3;
      transform: scale(1.08);
      box-shadow: 6px 6px 14px rgba(0,0,0,0.12),
                  -6px -6px 14px rgba(255,255,255,1);
    }

    /* TITLE */
    .card h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 16px;
      color: #1d2d50;
      position: relative;
      padding-left: 12px;
    }

    .card h3::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      bottom: 4px;
      width: 4px;
      border-radius: 4px;
      background: #2a64c5;
    }

    .card p {
      font-size: 0.75rem;
      color: #444;
      line-height: 1.6;
    }

    /* BUTTON */
    .card a {
      display: inline-flex;
      align-items: center;
      margin-top: 18px;
      padding: 8px 8px;
      border-radius: 10px;
     /* background: #FFC701 ; 
color: #000;
*/
background:#2DAAB8;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.9rem;
      transition: background 0.3s ease, transform 0.3s ease;
	  width:50%
    }

    .card a:hover {
    /* background: #FFC701 ; */
background:#2DAAB8;

	  color: #fff;
      transform: translateX(4px);
    }

    .card a i {
      margin-left: 6px;
      font-size: 14px;
    }
	
	.goog-te-gadget .goog-te-combo{background:#fff!important;height: 32px!important;
  font-size: 14px!important;border-radius:2px!important;font-weight:500!important;border:1px solid #d8d8d8!important;color:#000 !important;}
  
  .icon_fsize{font-size:15px !important;}
  #google_translate_element select {
    background: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 12px !important;
    color: #333;
    cursor: pointer;
	height:28px!important;
}

/* Hover effect */
#google_translate_element select:hover {
    border-color: #007bff;
    color: #007bff;
}
.case_table th{background:#fff!Important;font-weight:600;color:#000 !important;font-size: 0.8em !important;width:25%}
.case_table td{background:#fff!Important;color:#000 !important;font-size: 0.8em !important;padding:0.3rem !important;width:25%}
.case_table td a{font-size: 14px;
  font-weight: 600;}

  #chat-container {
        display: none;
        flex-direction: column;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 420px;
        height: 600px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        z-index: 1000;
        transition: all 0.3s ease;
    }

    #chat-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #ffffff;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    #chat-close {
        cursor: pointer;
        font-size: 24px;
        font-weight: bold;
        transition: color 0.2s ease;
        user-select: none;
    }

    #chat-close:hover {
        color: #ffdddd;
    }

    #chat-messages {
        flex: 1;
        padding: 20px;
        overflow-y: auto;
        background: #f8f9fa;
        scroll-behavior: smooth;
    }

    #chat-messages::-webkit-scrollbar {
        width: 6px;
    }

    #chat-messages::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    #chat-messages::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

    #chat-messages::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

    #chat-input {
        display: flex;
        padding: 20px;
        background: #ffffff;
        border-top: 1px solid #e9ecef;
        gap: 12px;
        align-items: flex-end;
    }

    #message-input {
        flex: 1;
        border: 2px solid #e9ecef;
        border-radius: 20px;
        padding: 12px 16px;
        resize: none;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.4;
        transition: border-color 0.2s ease;
        max-height: 100px;
        overflow-y: auto;
    }

    #message-input:focus {
        outline: none;
        border-color: #667eea;
    }

    #message-input::placeholder {
        color: #adb5bd;
    }

    

    #chat-icon {
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #ffffff;
        cursor: pointer;
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        transition: all 0.3s ease;
        z-index: 999;
    }

    #chat-icon:hover {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    }

    .message {
        margin-bottom: 16px;
        padding: 12px 16px;
        border-radius: 18px;
        max-width: 85%;
        word-wrap: break-word;
        animation: fadeIn 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

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

    .user-message {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #ffffff;
        margin-left: auto;
        text-align: right;
    }

    .bot-message {
        background: #ffffff;
        color: #333333;
        border: 1px solid #e9ecef;
    }

    /* Responsive adjustments */
    @media (max-width: 480px) {
        #chat-container {
            width: calc(100vw - 40px);
            height: calc(100vh - 40px);
            bottom: 20px;
            right: 20px;
        }

        #chat-icon {
            bottom: 20px;
            right: 20px;
        }
    }

    .message {
        margin-bottom: 10px;
        padding: 8px 12px;
        border-radius: 5px;
    }

    .user-message {
        background: #007bff;
        color: white;
        text-align: right;
    }

    .bot-message {
        background: #f1f1f1;
        color: #333;
    }
    @keyframes spin { to { transform: rotate(360deg); } }
	
	.tp_header{height:33px;}
	.tp_header_left{margin-top:-8px;}
	.tp_header_right{margin-top:-10px;}
	.goog-te-combo{height:28px !important;font-size:12px!Important;}
	
	.enrolul li i{padding-right:5px;}
	.h5class_ep{color:#0066cc;}
 @media (max-width: 768px) {
  .slide {
    height: 22vh;
  }
    .slider {
    height: 22vh;
  }
}
@media (max-width: 600px) {
  .slide {
    height: 25vh !important;
  }
    .slider {
    height: 25vh !important;
  }

  .arrow {
    font-size: 1.5rem;
    padding: 0.3rem;
  }
  .explore_head h3{
	  
	font-size:27px !important;  
	  
  }
}

@media (max-width: 991px) {
  .slide {
    height: 40vh;
  }
  .slider {
    height: 40vh;
  }

  .arrow {
    font-size: 1.5rem;
    padding: 0.3rem;
  }
}


.mb-31:hover{color:#FFC701!important;}
.mb-31{color:#FFC701!important;}
.mt-21:hover{color:#000!important;}
.fa-2x{font-size:1em !important;}

.searchcase {font-size:22px;}
.custombutton{background:#007BFF;color:#fff;padding:7px 10px; border-radius:3px;font-size:18px;}


 .faq { margin-bottom: 20px; }
    .pagination { margin-top: 20px; text-align: center; }
    .pagination a { 
        display: inline-block; 
        padding: 6px 12px; 
        margin: 2px; 
        border: 1px solid #007bff; 
        border-radius: 4px; 
        color: #007bff; 
        text-decoration: none; 
    }
    .pagination a.active { background: #007bff; color: #fff; }
    .pagination a.disabled { color: #ccc; border-color: #ccc; pointer-events: none; }

   .form-container { margin-bottom: 20px; }
    .form-container input { width: 100%; padding: 8px; margin-bottom: 10px; }
    .submit-btn { padding: 10px; background: #007bff; color: white; border: none; cursor: pointer; }
    .submit-btn:hover { background: #0056b3; }
    .custom_td { font-weight: bold; }

.shadow_cls{box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); padding: 50px; border-radius: 10px;}
    .form-box { width: 350px; margin: 20px auto; padding: 15px; border: 1px solid #ccc; border-radius: 10px; }
    #map { height: 500px; margin: 20px auto; width: 90%; }
    label { display: block; margin: 8px 0 4px; }
    input, textarea { width: 100%; padding: 6px; }
    button { margin-top: 10px; padding: 8px 12px; background: #007BFF; color: white; border: none; border-radius: 6px; cursor: pointer; }
    button:hover { background: #0056b3; }
    table { border-collapse: collapse; width: 100%; margin-top: 10px; margin-bottom: 30px; }
    th, td { border: 1px solid #ccc; padding: 8px; text-align: left; }
    th { background: #007BFF; color: white; }
    h3 { padding: 10px; }
    select, button { padding: 6px; margin: 5px 0; }
    .btn { background: #28a745; color: white; border: none; padding: 6px 10px; cursor: pointer; border-radius: 4px; }
    .btn:hover { background: #218838; }
    .dataTables_wrapper .dataTables_filter { float: right; text-align: right; }
    table { width: 100% !important; }
  @media (max-width: 991px) {
        .header_right_spx {
            display:none;
        }
.navbar-toggler {
            display:none;
        }

.slide-hide {
            display:none;
        }
.services-hide {
            display:none;
        }


}


  @media (max-width: 600px) {
.navbar-brand{

text-align:center;
}

}



.leaders-card {
display:none;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.leader {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.leader-img {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.leader-info {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}
.acc-header:hover {

background:#2DAAB8 !important;
} 

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between text and icon if both visible */
}

/* Hide icon on large screens (desktop) */
.phone-icon-link {
  display: none;
  font-size: 1.6rem;       /* icon size – adjust as needed */
  color: #25D366;          /* whatsapp-like green, or #007bff for blue, etc. */
  text-decoration: none;
  padding: 8px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.1); /* optional light bg */
  transition: all 0.2s;
}

.phone-icon-link:hover {
  background: rgba(37, 211, 102, 0.25);
  transform: scale(1.1);
}



.leaders-card {

  background: #ffffff;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

  display: flex;
  flex-wrap: wrap;     /* allow next row */
  justify-content: center;
  gap: 20px;
}

.leader {
  width: calc(50% - 20px); /* 2 items per row */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.leader-img {
  width: 100%;
  max-width: 160px;
  border-radius: 10px;
  height:100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.leader-info {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  padding-top:10px;
}
@media (max-width: 768px) {
  .leader {
    width: 100%;
  }
}

/* Show icon + hide plain text on mobile */
@media screen and (max-width: 768px) {  /* ? adjust breakpoint: 768px, 992px, etc. */
  .phone-text {
    display: none;          /* completely hide number on mobile */
  }
.leaders-card{display:none !important;}
  
  .phone-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
.explore .explore_inner .services_chip a{width:45% !important; font-size:0.8rem !important;}
.explore {background:#eef2f7 !important;}


}

@media (max-width: 991px){
  .footer_bottom{
    display:none !important;
  }

  body{
    padding-bottom:95px !important;
  }
}

.mobile-translate {
  display: none;
}

@media (max-width: 991px) {
  .mobile-translate {
    display: block;
    margin-top: 10px;
  }

  #google_translate_element_mobile,
  #google_translate_element_mobile .goog-te-gadget {
    width: 100%;
  }

  #google_translate_element_mobile select {
    width: 100%;
    height: 38px !important;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    background: #ffffff;
    color: #000;
    font-size: 14px !important;
    padding: 6px 10px;
  }
}