/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753868541
Updated: 2025-07-30 09:42:20

*/

.artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM.artibot-launcher-bubble-monospace--1wyxR {
    display: none !IMPORTANT;
}
.show_bot.artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM.artibot-launcher-bubble-monospace--1wyxR {
    display: block !important;
}
.tab-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.ctc-analytics.ctc_s_2 {
    display: block!important;
    width: 500px;
}
.ctc-analytics.ctc_cta.ctc_cta_stick.ht-ctc-cta {
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 500;
}
.artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM.artibot-launcher-bubble-monospace--1wyxR p, .artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM.artibot-launcher-bubble-monospace--1wyxR font {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "DM Sans", Sans-serif !important;
    color: #222 !important;
}
.number-popup{
	height:45px;
}
.elementor-popup-modal .dialog-widget-content{
	border-radius:12px;
}
    ul.custom-sitemap li a {
    color: #222;
    font-size: 16px;
}
    .tab-buttons {
      display: flex;
      overflow-x: auto;
    }

.tab-button {
    border: 1px solid #b6580c;
    margin: 0px 10px;
    padding: 8px 20px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
	  cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
}
.stat-number {
    margin: 10px 0px 25px 0px;
    display: flex;
    line-height: 1.3em;
}
    .tab-content {
    width: 900px;
    max-width: 100%;
}
 .tab-button.active,     .tab-button:hover {
    color: #fff;
    background: #b6580c;
}
    
    .tab-content {
      display: none;
      animation: fadeIn 0.3s ease-in;
    }
   .tab-content .grid {
    margin-bottom: 20px;
}
    .tab-content.active {
      display: block;
    }
    
    @keyframes fadeIn {
      from { 
        opacity: 0; 
        transform: translateY(10px); 
      }
      to { 
        opacity: 1; 
        transform: translateY(0); 
      }
    }
    
/*   .tab-content   .card {
      background: white;
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding: 2rem;
      margin-bottom: 1.5rem;
    } */
    
  .tab-content   .card h2 {
      font-size: 1.5rem;
      font-weight: bold;
      color: #1e293b;
      margin-bottom: 1.5rem;
    }
    
  .tab-content   .card img {
      width: 100%;
      border-radius: 0.5rem;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
      margin-bottom: 1.5rem;
    }
    
  .tab-content   .grid {
      display: grid;
      gap: 1.5rem;
    }
    
  .tab-content   .grid-cols-2 {
      grid-template-columns: repeat(2, 1fr);
    }
    
  .tab-content   .grid-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    }
    
    @media (max-width: 768px) {
    .tab-content   .grid-cols-2,
    .tab-content   .grid-cols-3 {
        grid-template-columns: 1fr;
      }
    }
    
  .tab-content   .stat-card {
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding: 2rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
  .tab-content   .stat-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    }
    
  .tab-content   .stat-card-blue {
      background: linear-gradient(to bottom right, #eff6ff, #dbeafe);
    }
    
  .tab-content   .stat-card-orange {
      background: linear-gradient(to bottom right, #fff7ed, #ffedd5);
    }
    
  .tab-content   .stat-card-header {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }
    
  .tab-content   .icon-box {
      padding: 0.75rem;
      border-radius: 0.5rem;
      margin-right: 1rem;
    }
    
  .tab-content   .icon-box-blue {
      background: #3b82f6;
    }
    
  .tab-content   .icon-box-orange {
      background: #f97316;
    }
    
  .tab-content   .icon {
      width: 2rem;
      height: 2rem;
      color: white;
    }
    
  .tab-content   .stat-card h3 {
      font-size: 1.25rem;
      font-weight: bold;
      color: #1e293b;
    }
    
  .tab-content   .stat-number {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    
  .tab-content   .stat-number-blue {
      color: #3b82f6;
    }
    
  .tab-content   .stat-number-orange {
      color: #f97316;
    }
    
  .tab-content   .badge {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.875rem;
      font-weight: 600;
    }
    
  .tab-content   .badge-green {
      background: #dcfce7;
      color: #166534;
    }
    
  .tab-content   .badge-red {
      background: #fee2e2;
      color: #991b1b;
    }
    
  .tab-content   .badge svg {
      width: 1rem;
      height: 1rem;
      margin-right: 0.25rem;
    }
    
  .tab-content   .quick-stat {
      background: white;
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      padding: 1.5rem;
    }
    
  .tab-content   .quick-stat p:first-child {
      color: #64748b;
      font-size: 0.875rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    
  .tab-content   .quick-stat p:last-child {
      font-size: 1.875rem;
      font-weight: bold;
      color: #1e293b;
    }
    
  .tab-content   .bar-chart {
      margin-bottom: 1rem;
    }
    
  .tab-content   .bar-chart-label {
      color: #64748b;
      font-size: 0.875rem;
      margin-bottom: 0.5rem;
      font-weight: 600;
    }
    
  .tab-content   .bar-container {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      height: 8rem;
      gap: 0.5rem;
    }
    
  .tab-content   .bar {
      flex: 1;
      border-radius: 0.25rem 0.25rem 0 0;
      transition: height 0.5s ease;
    }
    
  .tab-content   .bar-blue {
      background: #60a5fa;
    }
    
  .tab-content   .bar-blue-dark {
      background: #3b82f6;
    }
    
  .tab-content   .bar-blue-darker {
      background: #2563eb;
    }
    
  .tab-content   .bar-blue-light {
      background: #93c5fd;
    }
    
  .tab-content   .bar-orange {
      background: #fb923c;
    }
    
  .tab-content   .bar-orange-dark {
      background: #f97316;
    }
    
  .tab-content   .bar-orange-light {
      background: #fdba74;
    }
    
  .tab-content   .bar-labels {
      display: flex;
      justify-content: space-between;
      font-size: 0.75rem;
      color: #64748b;
      margin-top: 0.25rem;
    }
    
  .tab-content   .divider {
      padding-top: 0.75rem;
      border-top: 1px solid #e2e8f0;
    }
    
  .tab-content   .divider-blue {
      border-top-color: #bfdbfe;
    }
    
  .tab-content   .divider-orange {
      border-top-color: #fed7aa;
    }
    
  .tab-content   .chart-container {
      position: relative;
      height: 12rem;
    }
    
  .tab-content   .chart-container svg {
      width: 100%;
      height: 100%;
    }
    
  .tab-content   .legend {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      margin-top: 1rem;
    }
    
  .tab-content   .legend-item {
      display: flex;
      align-items: center;
    }
    
  .tab-content   .legend-dot {
      width: 1rem;
      height: 1rem;
      border-radius: 9999px;
      margin-right: 0.5rem;
    }
    
  .tab-content   .legend-dot-blue {
      background: #3b82f6;
    }
    
  .tab-content   .legend-dot-orange {
      background: #f97316;
    }
    
  .tab-content   .legend-text {
      font-size: 0.875rem;
      color: #64748b;
      font-weight: 600;
    }
    
  
  .tab-content   .space-y-6 > * + * {
      margin-top: 1.5rem;
    }
.voice-search-wrap, .elementor-field-group {
  position: relative;
}
.voice-search-wrap input {
    border-right: 1px solid #cdcdcd !important;
    border-top: 0px;
    border-bottom: 0px;
}

.voice-mic {
    position: absolute;
    right: 17px;
    top: 37px;
    cursor: pointer;
    color: #000;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    justify-content: center;
    bottom: auto;
}
.elementor-widget-search .voice-mic {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    justify-content: center;
}
.elementor-field.elementor-select-wrapper.remove-before .voice-mic {
    top: 5px;
    right: 30px;
}
.voice-mic:hover {
	background: #ddd;
}
.voice-mic svg {
    width: 18px;
    height: 18px;
}
.voice-mic.listening {
  background: red;
  animation: micBlink 1s infinite;
}
.voice-mic.listening svg path, .voice-mic.listening svg {
color:#fff;
}
@keyframes micBlink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.nagpur-color {
    fill: #FF9800 !important;
}

a#sm-17591339446727275-9 {
    display: none!important;
}
button.e-search-submit, button.e-search-submit:focus, button.e-search-submit:active {
    border: 0px !important;
}
.wardha-color {
    fill: #E91E63 !important;
}
.chandrapur-color {
    fill: #8BC34A !important;
}
.bhandara-color {
    fill: #03A9F4 !important;
}
.announcement-bar-outer .marquee-container {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}
/* .marquee.marquee2 {
    display: none;
} */
.announcement-bar-outer  a {
    color: #fff !important;
	margin:0px 10px;
	font-size:16px;
 text-decoration:none;
}
.announcement-bar-outer a:hover {
    color: #e5e5e5 !important;
    transition: color 0.3s;
}
.announcement-bar-outer .marquee:hover {
  animation-play-state: paused !important;
}
.announcement-bar-outer{
	  overflow: hidden;
}

.announcement-bar-outer .marquee-container {
 overflow: hidden;
 white-space: nowrap;
}
.announcement-bar-outer .marquee-content {
display: flex;
animation: scroll-left 26s linear infinite !important;
}
.announcement-bar-outer .marquee-content a:hover {
	color: #e5e5e5 !important;
  transition: color 0.3s;
}
.announcement-bar-outer .marquee-content:hover {
animation-play-state: paused !important;
}
.announcement-bar-outer .marquee-item-wrapper {
display: inline-flex;
align-items: center;
gap: 0px;
padding-right: 20px;
}

@keyframes scroll-left {
 from {
  transform: translateX(0);
     }
to {
    transform: translateX(-50%);
  }
}

body .artibot-wrapper--3PaNf .artibot-launcher--dBP9o.artibot-launcher-bottom-right--2_XHM {
    bottom: 68px !important;
    right: 8px !important;
    background: transparent !IMPORTANT;
    box-shadow: unset !important;
    width: 125px !important;
    height: 125px !important;
}
button.artibot-launcher--dBP9o.artibot-launcher-bottom-right--2_XHM:before {
    content: "";
    position: absolute !IMPORTANT;
    top: 0 !important;
    right: 0 !important;
    width: 120px !important;
    height: 120px !important;
    background-image: url("https://ignagpur.mahapolice.gov.in/wp-content/uploads/2026/01/igartibot.webp") !important;
    background-size: contain;
    background-position: center !important;
    background-repeat: no-repeat;
    z-index: 99;
}
.artibot-wrapper--3PaNf .artibot-launcher--dBP9o>svg {
    display: none;
}

body .artibot-wrapper--3PaNf .artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM {
    bottom: 40px !IMPORTANT;
    right: 5px !important;
}

.own-img {
    height: 120px !important;
    position: relative;
    top: 7px;
}
/* outer card */
.flash-box {
  overflow: hidden;

}
.flash-header {
  background: #d32f2f;           
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
}
.flash-marquee {
  position: relative;
  height: 340px;               
  overflow: hidden;

}

.flash-marquee .marquee-content {
  animation: scroll-up 52s linear infinite;
}

.marquee-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.marquee-content li {
  padding: 8px 12px;
  border-bottom: 1px solid #939393;
}

.marquee-content a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: block;
}

.marquee-content a:hover {
  text-decoration: underline;
}

@keyframes scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); } 
}




/* .e-search .e-search-input-wrapper {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 9999;
    width: 224px;    
} */
.elementor-nav-menu .sub-arrow {
  
    padding: 0px!important;
 
}
ul.accessibility-menu ul {
    margin: 0px !IMPORTANT;
    padding: 0px;
}
.cyber-guidelines .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-inline: unset!important;
}
.e-search .e-fas-times {
    cursor: pointer;
}
.e-search {
    position: relative;
}
.smaller {
  font-size: 14px !important;
}
.medium {
  font-size: 16px !important;
}
.larger {
  font-size: 32px !important;
}
.accessibility-wrapper {
    width: 100%;
    max-width: 1100px; 
}
ul.accessibility-menu ul {
    margin: 0px !IMPORTANT;
    padding: 0px;
	display:flex;
flex-direction:column;
gap:5px;
}
.accessibility-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
	  align-items: center !important;
}

.accessibility-menu li a, 
.accessibility-menu button,
.accessibility-menu button.a11y-btn {
    padding: 4px 6px;
    border: 1px solid #ffffff60;
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.accessibility-menu li a{
	 padding: 5px 6px !important;
}
.accessibility-menu button.a11y-btn:focus {
    background: #0d47a1;
    outline: none;
}
.accessibility-menu button:hover, .accessibility-menu li a:hover, .accessibility-menu button.a11y-btn:hover {
    background: #0d47a1;
}



/*   .a11y-toolbar{	position:fixed;right:1rem;bottom:1rem;display:flex;gap:.5rem;flex-wrap:wrap;background:#fff;border:1px solid #ddd;padding:.5rem;border-radius:.75rem;z-index:99999} */
/*   .a11y-btn{font:600 12px/1 system-ui;border:1px solid #ccc;background:#f8f8f8;border-radius:.5rem;padding:.4rem .6rem;cursor:pointer} */
/*   .a11y-btn:focus{outline:2px solid #000;outline-offset:2px} */
  .a11y-contrast{filter:invert(100%) hue-rotate(180deg); background:#000 !important}
  .a11y-grayscale{filter:grayscale(100%)}
  .a11y-links a{outline:2px dashed #ff0; background:rgba(255,255,0,.25)}
  .a11y-ruler::before{content:"";position:fixed;left:0;right:0;top:var(--ruler-top,0);height:2.2em;background:rgba(0,0,0,.08);pointer-events:none;z-index:99998}
  .a11y-dyslexic{font-family:"Atkinson Hyperlegible",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
  html.a11y-font-small{font-size:90%}
  html.a11y-font-large{font-size:115%}


.page-id-1988 ul#sm-175619578157233-2 {
    z-index: 999 !important;
}

.page-id-2001 .elementor-element.elementor-element-24f0305.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    z-index: 1;
}

.ctf-tweets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}
.ctf-out-of-tweets {
    display: none !important;
}
cite.elementor-testimonial__cite {}
.ctf-tweets a.ctf-author-name {
    font-size: 16px;
}
.ctf-tweets p.ctf-tweet-text {
    font-size: 16px;
}
.card-slider .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
}

.card-slider .elementor-testimonial__content cite.elementor-testimonial__cite {
    margin: 0px 0px 15px 0px;
}
select.gt_selector {
    padding: 6px 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
}
select.gt_selector.notranslate option {
    color: #000;
}
.card-slider .elementor-testimonial__content  .elementor-testimonial__image {}

.card-slider .elementor-testimonial__image img {
    width: 100% !important;
}
.card-slider .swiper-pagination {
    bottom: -30px !important;
    top: auto !IMPORTANT;
}
.crime_stats .elementor-counter-number-wrapper {
    background: #fff;
    width: 150px !important;
    height: 150px!important;
    border-radius: 50%;
    flex: unset;
    align-items: center;
}
.elementor-form-fields-wrapper.elementor-labels- input {
    height: 54px;
    opacity: 1;
}
.elementor-form-fields-wrapper.elementor-labels- textarea {
    opacity: 1;
}
.elementor-form-fields-wrapper.elementor-labels- input::placeholder, .elementor-form-fields-wrapper.elementor-labels- textarea::placeholder{
	  opacity: 1;
}
.elementor-testimonial__image {
    width: 100%;
}


  a.elementor-post__thumbnail__link {
    padding: 0px 20px;
}

/* .elementor-post__excerpt {
    height: 100px;
    overflow: hidden;
} */


.events_sec .elementor-posts-container.elementor-posts .elementor-post__card {
    display: flex;
    flex-direction: row;
}
.events_sec .elementor-posts-container.elementor-posts .elementor-post__card a.elementor-post__thumbnail__link::after{
    display:none;
}
span.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    margin: 0px 10px !important;
}
a.elementor-post__read-more:hover {
    color: #161444 !important;
}

a.elementor-post__read-more {
    transition: 0.3s all ease;
}
.police_table table {
    width: 100%;
    overflow-x: auto;
}

.police_table {
    overflow-x: auto;
}
.police_table thead tr {
    background: #fff;
}
table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th {
    background: #fff;
}
body .accessibility-trigger.aioa-medium-icon button {
    bottom: 80px !important;
    right: 10px !IMPORTANT;
}
div#accessibility_modal_footer {
    display: none !important;
}
body .accessibility-modal-footer .accessibility-footer-wrapper, .accessibility-footer-right img {
    height: 0px;
    padding: 0px !important;
}
body .accessibility-modal-footer .accessibility-footer-right img, .accessibility-footer-left .accessibility-credit-text img {
    opacity: 0;
}
div#accessibility_modal_footer {
    height: 0px !important;
}
div#accessibility_modal_footer {
    opacity: 0 !important;
}
#voiceSearchBtn.listening {
  color: red;
  animation: pulseRed 1s infinite;
}

@keyframes pulseRed {
  0% { transform: translateY(-50%) scale(1); opacity: 1; }
  50% { transform: translateY(-50%) scale(1.2); opacity: 0.7; }
  100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

/* Tooltip styling optional hover effect */
#voiceTooltip {
  font-family: sans-serif;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.accessibility-wrapper {
    width: 100%;
    max-width: 1100px; 
}

.accessibility-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center !important;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    flex-direction: column;
}

.accessibility-menu li a, .accessibility-menu button, .accessibility-menu button.a11y-btn {
    padding: 4px 6px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    background: #3c52ff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accessibility-menu button.acc-btn {
    display: none !IMPORTANT;
    width: 50px;
    height: 50px !IMPORTANT;
    border-radius: 50% !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px !important;
    outline: unset !IMPORTANT;
    border: 0px !IMPORTANT;
    background: #3c52ff;
    color: #fff;
}
.accessibility-menu ul li {
    list-style: none;
}
	.accessibility-menu button.acc-btn i {
    font-size: 24px;
}
.accessibility-menu li a{
	 padding: 5px 6px !important;
}
.accessibility-menu button.a11y-btn:focus {
    background: #0d47a1;
    outline: none;
	 border:0px;
}
.accessibility-menu button:hover ,.accessibility-menu li a:hover, .accessibility-menu button.a11y-btn:hover {
    background: #0d47a1;
	   border:0px;
	    outline: none;
}


.fixed-contact-list {
    position: fixed;
    left: 32px;
    bottom: 285px;
    display: flex;
    flex-direction: column;
    z-index: 99;
    gap: 10px;
}
.floating-menu {
    bottom: 225px !important;
    left: 33px !important;
}
.fixed-contact-list a {
    background: #b6580c;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
}

.fixed-contact-list a:hover {
    background: #b6580c;
}
.common_li p {
    font-size: 14px;
    position: absolute;
    left: 60px;
    display: flex;
    color: #ffff;
    background: #b6580c;
    padding: 0px 16px;
    top: 13px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
    min-width: max-content;
}
.common_li {
    display: flex;
    position: relative;
}

.common_li a:hover ~ p {opacity: 1;}
@media (min-width:1025px) and (max-width:1200px){
		html[lang="en"] a.elementor-item {
  padding-left: 4px !important;
  padding-right: 4px !important;
  font-size: 13px !important;
}
	html[lang="en-US"] a.elementor-item {
  padding-left: 8px !important;
  padding-right: 7px !important;
  font-size: 15px !important;
}
	.elementor-nav-menu .elementor-item{
		  font-size: 15px !important;
	}
}

@media (min-width:1201px) and (max-width:1304px){
		html[lang="en"] a.elementor-item {
  padding-left: 8px !important;
  padding-right: 7px !important;
  font-size: 15px !important;
}
	html[lang="en-US"] a.elementor-item {
  padding-left: 11px !important;
  padding-right: 11px !important;
  font-size: 15px !important;
}

}
/* @media (min-width:1200px){
	html[lang="en"] a.elementor-item {
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 15px !important;
}
	html[lang="en-US"] a.elementor-item {
  padding-left: 11px !important;
  padding-right: 11px !important;
  font-size: 15px !important;
}
	.elementor-nav-menu .elementor-item{
		  font-size: 15px !important;
	}
} */

@media (max-width:767px){
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 62px !IMPORTANT;
    z-index: 999999 !important;
}
	.bi-universal-access::before {
    content: "" !important;
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-image: url('https://ignagpur.mahapolice.gov.in/wp-content/uploads/2025/09/unnamed-16.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
li#apangLogo {
    display: none;
}
	html, body{
		overflow-x:hidden;
	}
.accessibility-menu button.acc-btn {
	display: flex !important;
	}
	.own-img {
    height: 100px !important;
}
	body .artibot-wrapper--3PaNf .artibot-launcher--dBP9o.artibot-launcher-bottom-right--2_XHM {
    bottom: 80px !important;
    right: -5px !important;
    background: transparent !IMPORTANT;
    box-shadow: unset !important;
    width: 100px !important;
    height: 100px !important;
}
	body .artibot-wrapper--3PaNf .artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM {
    bottom: 45px !IMPORTANT;
    right: 5px !important;
}
button.artibot-launcher--dBP9o.artibot-launcher-bottom-right--2_XHM:before {
           width: 100px !important;
        height: 100px !important;
}
	.floating-menu {
    bottom: 190px !important;
    left: 25px !important;
}
	.fixed-contact-list {
    left: 25px;
    bottom: 245px;
}
	.accessibility-menu {
		
    position: fixed;
    right: 10px;
    top: 180px;
    transform: unset;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: unset;
    transition: 0.3s all 
ease;
    bottom: auto;
    align-items: flex-end !important;
    opacity: 1;
    z-index: 99999;
}
	ul.accessibility-menu ul {
    width: 50px;
    display: none;
    text-align: center;
    padding-left: 10px;
}
	.ctf-tweets {
    display: flex;
    flex-direction: column;
}
	#map svg{
		height:350px;
		width:100%;
	}
	.accessibility-menu {
justify-content: center;
	}
.announcement-bar-outer .marquee-container {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}
.marquee.marquee2 {
    display: none;
}
.announcement-bar-outer  a {
    color: #fff !important;
	margin:0px 10px;
}
.announcement-bar-outer a:hover {
    color: #e5e5e5 !important;
    transition: color 0.3s;
}
.announcement-bar-outer:hover .marquee {
  animation-play-state: paused;
}
.announcement-bar-outer{
	  overflow: hidden;
}
 .announcement-bar-outer .marquee {
    top: 0;
    left: 100%;
    width: auto;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
  }

 .announcement-bar-outer .marquee2 {
    animation-delay: 15s;
  }



@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%
  }
}


}
