@import url('./bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

:root {

  --color-1: #8a2be2;
  --color-2: #d4cfcc;
  --color-3: #faf5ef;
  --color-4: #eae9e5;
  /* --color-5: #838d85;  */
  --color-5: #606d63;
  --color-6: #862f7c;
  --semi-black: #242424;
  --magenta:#be1a56;
  --light-magenta:#E24982;
}

@font-face {
  font-family: Jokerman;
  src: url(../fonts/Jokerman.otf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  min-height: 100vh;
  color: #2e2e2e;
}

a,
a:hover,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.table-bg {
  background-color: var(--color-3);
  padding: 15px;
}

.bg-1 {
  background-color: var(--color-1);
}
.bg-gradient-1 {
  background-image:linear-gradient(#cd3c72, #af357f, #732C7B);
}
.bg-magenta{
  background-color: var(--magenta);
}
.text-magenta{color: var(--magenta) !important;}

.page-wrapper {
  border: 2px solid var(--color-6);
  border-radius: 10px;
  overflow: hidden;
}

main {
  padding: 20px 10px;
  background-color: var(--color-3);
  min-height: calc(100vh - 195px);
}

/* header */
.dashboard-header {
    background-color: var(--light-magenta);
}
.header .header-middle .header-logo .main-logo img{
  height: 100px;
}
.header .header-middle .header-logo .logo-text {width: calc(100% - 100px);max-width: 500px;}
.header .header-middle .header-logo .logo-text .logo-title-1 {
  color: var(--color-1);
  font-size: 26px;
  line-height: 32px;
}

.header .header-middle .header-logo .logo-text .logo-title-2 {
  color: var(--semi-black);
  font-size: 20px;
  line-height: 1.2;
}
.dashboard-header .header-middle .header-logo .logo-text .logo-title-2 {
    color: #ffe5ef;
}
  .js-marquee {
    display: flex;
}
.marquee-text2{padding-left: 95px;}
.idli-name-wrapper{font-size: 24px;font-family: 'Jokerman';margin-bottom: 0;line-height: 1; white-space: nowrap;padding-top: 3px;}
.header .idli-name-wrapper .idli-full-name { font-family: "Abril Fatface", serif; }
.header .idli-name-wrapper .idli-name span:first-of-type,
.header .idli-name-wrapper .idli-full-name span:first-of-type{color: #ff8021;}
.header .idli-name-wrapper .idli-name span:nth-of-type(2),
.header .idli-name-wrapper .idli-full-name span:nth-of-type(2) {color: #be1a56;}
.header .idli-name-wrapper .idli-name span:nth-of-type(3),
.header .idli-name-wrapper .idli-full-name span:nth-of-type(3) {color: #23b149;}
.header .idli-name-wrapper .idli-name span:nth-of-type(4),
.header .idli-name-wrapper .idli-full-name span:nth-of-type(4) {color: #3d45cd;}
.header .idli-name-wrapper .idli-full-name span:nth-of-type(5){color: #ffca00;}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-weight: 500;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
    overflow-y: auto;
    max-height: 400px;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fffa00; 
}
.header .navbar .navbar-nav .nav-item .nav-link.nav-link-time{
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  margin-top: 3px;
  background-color: #be1a56;
}
.dashboard-header  .idli-name-wrapper .idli-full-name span:nth-of-type(2),
.header.dashboard-header .idli-name-wrapper .idli-name span:nth-of-type(2)
{
    color: #ffffff!important;
}

.header.dashboard-header .idli-name-wrapper .idli-full-name span:first-of-type,
 .dashboard-header .idli-name-wrapper .idli-name span:first-of-type  {
    color: #ffe200;
}
.header.dashboard-header .registration-header .idli-name-wrapper .idli-name span:first-of-type {
    color: #ffe200!important;
}
.header.dashboard-header.idli-name-wrapper .idli-full-name span:nth-of-type(5){
  color: #ffe200!important;
}
.header.dashboard-header .idli-name-wrapper .idli-name span:nth-of-type(3){
color: #00f441;
}
.dashboard-header .header-logo-right p {
    border-left: 2px solid #fff;
    color: #fff;
    line-height: 31px;
}
header.header  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--color-1);
}
.header-logo-right {
  display: flex;
  justify-content: end;
}

.header-logo-right p {
  font-size: 24px;
  font-weight: 600;
  border-left: 2px solid #0006ac;
  float: right;
  margin-bottom: 0;
  font-family: 'Open Sans';
  padding: 2px 2px 2px 10px;
  color: #0006ac;
  max-width: 600px;
}

/* ./header end */
/* DDA-land-Desposal-Header */
  .header.registration-header .idli-name-wrapper {
      font-size: 30px;
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .header .idli-name-wrapper .idli-full-name {
      font-size: 22px;
    }

    .header.registration-header .idli-name-wrapper .idli-full-name span:nth-of-type(5) {
      color: #feff04;
    }

    .header.registration-header .idli-name-wrapper .idli-name span:first-of-type,
    .header .idli-name-wrapper .idli-full-name span:first-of-type {
      color: #ff8021;
    }

    .header.registration-header .idli-name-wrapper .idli-name span:nth-of-type(2),
    .header .idli-name-wrapper .idli-full-name span:nth-of-type(2) {
      color: #be1a56;
    }

    .header.registration-header .idli-name-wrapper .idli-name span:nth-of-type(3),
    .header .idli-name-wrapper .idli-full-name span:nth-of-type(3) {
      color: #00f441;
    }

    .header.registration-header .idli-name-wrapper .idli-name span:nth-of-type(4),
    .header .idli-name-wrapper .idli-full-name span:nth-of-type(4) {
      color: #000cd7;
    }

    .header.registration-header .idli-name-wrapper .idli-full-name span:nth-of-type(5) {
      color: #feff04;
    }
     .registration-header {
      background-color: #1e90ff;
      /* background-color: #0374e6; */
    }

    .reg-right-nav a {
      display: inline-block;
      padding: 5px 8px;
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #ffffff4a;
      border-radius: 10px;
      min-width: 100px;
      text-align: center;
       background-color: #ffdd3c;
    }
    .reg-right-nav a:hover { 
      background-color: #ffc196; 
    }

/* DDA-land-Desposal-Header-end */
.section-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  /* padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.116); */
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 15px;
  background-color: var(--color-1);
  border-radius: 2px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  opacity: 0.4;

}

.section-title .title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Open Sans';
  color:rgb(29, 29, 29);
}

/* buttons */
.link {
  display: inline-block;
  color: var(--color-1);
}

.link:hover {
  text-decoration: underline;
  color: var(--color-1);
}

.btn-style-1 {
  background-color: var(--color-1);
  display: inline-block;
  color: white;
  border: 0;
  padding: 10px 30px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.btn-style-1:hover {
  background-color: #874235;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 46%);
  transition: all 0.3s;
}

.btn-style-2 {
  background-color: var(--semi-black);
  display: inline-block;
  color: white;
  border: 0;
  padding: 10px 30px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.btn-style-2:hover {
  background-color: #070707;
  box-shadow: 0px 0px 10px 2px rgb(147 83 71 / 88%);
  transition: all 0.3s;
}

.btn-style-3 {
  background-color: white;
  border-radius: 20px;
  padding: 8px 20px;
  color: var(--color-1);
  font-weight: 600;
  border: 2px solid var(--color-1);
  display: inline-block;
  transition: all 0.3s;
}

.btn-style-3:hover {
  background-color: var(--color-3);
  color: var(--semi-blackcolor-1);
  transition: all 0.3s;
}
.btn-style-4 {
  background-color: var(--color-6);
  display: inline-block;
  color: white;
  border: 0;
  padding: 10px 30px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.btn-style-4:hover {
  background-color:var(--light-magenta);
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 46%);
  transition: all 0.3s;
}
.btn-style-5 {
    background-color: white;
    border-radius: 20px;
    padding: 8px 20px;
    color:var(--light-magenta);
    font-weight: 600;
    border: 2px solid var(--light-magenta);
    display: inline-block;
    transition: all 0.3s;
}
.btn-style-5:hover {
  background-color:var(--magenta);
  color: #fff;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 46%);
  transition: all 0.3s;
}
button:disabled,
button:disabled:hover {
  opacity: 0.5;
  cursor: no-drop;
  color: rgb(75, 75, 75);
  border: 2px solid rgb(114, 114, 114);
  background-color: #f2f2f2;
}

/* buttons end*/
/* login-page */
.login-container {
  padding: 30px;
  border-radius: 20px;
}

.login-cover img {
  border-radius: 20px;
  object-fit: cover;
}

.login-container .captcha-container {
  gap: 15px;
}

.login-container .captcha-container .captcha-img {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
  border-right: 0;
  width: 200px;
  padding: 2px;
}

.login-container .captcha-container .captcha-img img {
  max-width: 100%;
  height: 54px;
}

.login-container .captcha-container .captcha-reload-btn button {
  display: block;
  background-color: #ebebeb;
  color: var(--color-1);
  padding: 10px 8px;
  height: 60px;
  border: var(--bs-border-width) solid #dee2e6;
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
  display: flex;
  align-items: center;
}

.login-container .captcha-container .captcha-reload-btn button:hover {
  background-color: #dee2e6;
  color: var(--semi-black);
}

.login-container .captcha-container .form-floating {
  width: calc(100% - 220px);
}
.form-group{margin-bottom: 15px;}

/* registration-page */
  .registration-new .captcha-container .captcha-img {
    height:46px;
    width: 150px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
    margin-right: 0px;
    padding: 2px;
     width: calc(100% - 30px);
} 
   .registration-new .captcha-container .captcha-img img {
  max-height: 44px;
  max-width: 99%;
}

.registration-new .captcha-container .captha-input {
  width: calc(100% - 160px);
}

.registration-new .captcha-container {
  gap: 15px;
}

.registration-new .captcha-reload-btn button {
  display: block;
  background-color: #ebebeb;
  color: var(--color-1);
  padding: 10px 8px;
  height: 46px;
  border: var(--bs-border-width) solid #dee2e6;
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
  display: flex;
  align-items: center;
}

.registration-new .captcha-reload-btn button:hover {
  background-color: #dee2e6;
  color: var(--semi-black);
}

   
/* registration-page-end */
/* welcome-dashboard */
 .dashboard-header .right-logo img {
      max-height: 80px;
    }

    .dashboard-title {
      border-left:4px solid var(--magenta);
      padding-left: 10px;
      margin-bottom: 20px;
    }

    .dashboard-title .heading {
      color: var(--color-6);
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 0;
    }
.welcome-dashboard-card {
  background-color: white;
  padding: 30px 50px;
  border-radius: 15px;
  background-image: url("../images/bg/dashboard-bg-2.jpg");
  background-size: cover;
  background-position: center right;
}

.welcome-dashboard-card h1 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  background: #ffffff;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 15px;
  line-height: 1.5;
}

.welcome-dashboard-card h2 {
  color: #823324;
  font-size: 34px;
  margin-bottom: 15px;
}
 
/* inner-dashboard-pages */

.inner-dashboard-card {
  border-radius: 15px;
  overflow: hidden;
}

.inner-dashboard-card .inner-card-header {
  padding: 8px 15px;
  background-color: var(--magenta);
}

.inner-card-header .inner-card-title {
  font-size: 20px;
  font-weight: 600;
}

.inner-dashboard-card .inner-card-body {
  padding: 20px;
}

/* form */
.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within,
.form-control:active,
.form-select:focus,
.form-select:focus-visible,
.form-select:focus-within,
.form-select:active {
  box-shadow: none;
}

fieldset {
  border: 1px solid #838d8554;
  border-radius: 15px;
  padding: 0px 10px 10px 10px;
  margin-top: 5px;
  margin-bottom: 25px;
}

fieldset legend {
  color: #935347;
  width: auto;
  max-width: 100%;
  background-color: #ffffff;
  margin-top: -15px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
}

.custom-small-form label,
.custom-small-form .label {
  font-size: 14px;
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single[aria-expanded="true"] {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.active>.page-link,
.page-link.active {
  background-color: var(--magenta);
  border-color: var(--magenta);
  box-shadow: none;
}

.page-link {
  color: var(--magenta);
}

.page-link:hover {
  color: var(--magenta);
  background-color: #ebebeb;
  box-shadow: none;
}

.form-summary {
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f3f6f4;
}

.form-summary .form-field {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #798a7d;
  font-weight: 500;
}

.form-check-input:disabled.form-check-input:disabled~.form-check-label,
.form-summary .form-check-input[disabled]~.form-check-label {
  opacity: 1;
}

.form-check-input:disabled .form-check-input:disabled {
  opacity: 1;
}
/* chart */
.chart-holder  {width: 100%;max-width: 700px;}
/* tables */
table tbody tr td a,
table tbody tr td button {
  margin-bottom: 3px;
  margin-right: 3px;
}
table tbody tr td a.link{font-weight: 600;}

.btn-xs {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .75rem;
}

.table-style-1 thead tr th {
  background-color: var(--color-1) !important;
  background-color: #643c89  !important;
}

.table-style-2 thead tr th {
  background-color: var(--color-5) !important;
}

.table-style-3 thead tr th {
  background-color: var(--semi-black) !important;
}

.table-style-1 thead tr th,
.table-style-2 thead tr th,
.table-style-3 thead tr th {
  color: white !important;
  padding: 4px 4px;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle !important;
}
.table-sm thead tr th{
 font-size: 13px;
}
.menu-login-btn {
  background-color: white;
  color: #8a2be2;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
}

.menu-login-btn-2 {
  background-color: #ffdd00;
  color: black;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
}

.menu-login-btn-2:hover {
  background-color: white;
  color: #8a2be2;
}
.home-banner{background-image: url('../images/bg/IDLI_Background.jpg');background-size: cover;background-position: center;
padding:45px 70px 60px 70px;border-radius: 20px; }
.home-banner .banner-main .banner-slider-single{margin: 0 5px;}
.home-banner .banner-main img {
  border-radius: 20px;

}
.home-banner .banner-main .slick-dots{
  bottom: -40px;
}
.home-banner .banner-main .slick-dots li button:before{
  color: white;opacity: 0.8;
}
.home-banner .banner-main .slick-dots li.slick-active button:before{
  color: yellow;opacity: 1;
}

.home-banner .banner-main .slick-dots li button:before{font-size: 16px;}

.right-side-box {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #e4c9ff;

}
.right-side-box .top-content{
  padding: 20px 10px 30px 15px;
}
.right-side-box .bottom-content{
  padding: 20px 15px 15px 15px;
  border-radius: 30px 30px 20px 20px;
  background-color: #f2eafd;
}
.right-side-box .bottom-content li a {color: rgb(24, 24, 24);font-size: 14px;}
.right-side-box .bottom-content li a small{font-size: 14px;}
.colored-box-1{
                  border: 1px solid rgb(255 184 174);
    border-radius: 20px;
    padding: 15px;
    background-color: #ffebe9;
            }
            .large-link-list li{position: relative;}
            .large-link-list li a{position: relative;padding-left: 40px;font-size: 20px;    font-weight: 500;}
            .large-link-list li a i{    font-size: 30px; position: absolute; left: 0;
    border: 1px solid rgba(0, 0, 0, 0.281);background-color: transparent;
    border-radius: 50%;
    line-height: 1;
    height: 30px; 
    width: 30px; }
            .large-link-list li a:hover i{ background-color: #e46656;color: white;}
.title{
  color: var(--color-1);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.title-sm {
  color: var(--color-1);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* .right-side-box .list-with-icon {
  min-height: 30px;
  max-height: 330px;
  overflow-y: auto;
} */

.list-with-icon li {
  position: relative;
  margin-bottom: 10px;
}

.list-with-icon li:last-of-type {
  margin-bottom: 0;
}

.list-with-icon li i {
  position: absolute;
  left: 0;
  background-color: #f3e6ff;
  top: 2px;
  color: var(--color-1);
  display: inline-block;
  padding: 2px;
  font-size: 19px;
  border-radius: 50%;
  line-height: 1;
  font-weight: 900;
}

.list-with-icon li:hover i {
  background-color: var(--color-1);
  top: 2px;
  color: #f3e6ff;
}

.list-with-icon li a {
  position: relative;
  display: block;
  padding-left: 35px;
  font-weight: 500
}

.list-with-icon li a:hover {
  color: #5701a8;
}

.contact-card {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ddbbff;
}

.contact-card ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-card ul li:last-of-type {
  margin-bottom: 0;
}

.contact-card ul li i {
  position: absolute;
  left: 0;
  background-color: #f3e6ff;
  color: var(--color-1);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 12px;
}

.large-btn {
  border: 1px solid rgb(255 184 174);
  border-radius: 20px;
  padding: 15px 20px;
  background-color: #ffebe9;
}

.large-btn.large-btn-2 {
  background-color: #ffefe2;
  border: 1px solid #ffcca5;
}

.large-btn .text-side p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.large-btn .icon-side {
  width: 100px;
}

.arrow-btn-lg {
  font-size: 30px;
  border: 1px solid rgba(0, 0, 0, 0.281);
  border-radius: 50%;
  line-height: 1;
  height: 40px;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.large-btn:hover .arrow-btn-lg {
  background-color: #e46656;
  color: white;
}

.helpline-card {
  border: 1px solid #ffa5a1;
  border-radius: 20px;
  background-color: #ffefe2;
}

.helpline-card div {
  padding: 20px 15px 0 20px;
}

.helpline-card h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.helpline-card h3 {
  font-size: 50px;
  color: #f25048;
  margin-bottom: 10px;
  font-weight: 600;
}

.helpline-card img {
  margin-bottom: -5px;
  padding: 0 10px;
}
.photo-gallery-item a img{ height: 220px; border-radius: 15px;border: 2px solid var(--color-1);}
 
   .notice-modal.modal.show{backdrop-filter: blur(10px);background-color: rgba(0, 0, 0, 0.247);}
   
    .public-notice .btn-close{position: absolute;right: 20px;top: 20px;background-color: rgb(240, 62, 62);border-radius: 50%;opacity: 1;padding: 5px;height: 30px;width: 30px;} 
    .hit-count p{    display: inline-block;
    background: #0000005e;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 7px;
    color: #ffffff;
    border: 1px solid #ffffff6b;
    line-height: 1;}
@media (min-width: 320px) and (max-width: 480px) {

  .header-middle {
    text-align: center;
  }
.header .header-middle .header-logo {justify-content: center;}
  .header .header-middle .header-logo .main-logo img{
    height: 75px;
    display: block;
    margin: auto;
  }

  .header-logo-right {
    justify-content: center;
  }

  .header-logo-right p {
    max-width: 100%;
    padding: 0;
    border-left: 0;
    font-size: 13px;
    font-weight: 500;
  }

  .header .header-middle .header-logo .logo-text {
    width: 100%;
    padding-left: 0 !important;
  }

  .header .header-middle .header-logo .logo-text .logo-title-1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500 !important;
  }
.header  .idli-name-wrapper {
    font-size: 18px;}
  .header .header-middle .header-logo .logo-text .logo-title-2 {
    font-size: 13px;
    font-weight: 500 !important;
  }

  .section-banner .container .row.g-4 {
    --bs-gutter-x: 1.0rem;
    --bs-gutter-y: 1.0rem;
  }

  .right-side-box,
  .large-btn,
  .contact-card {
    border-radius: 12px;
  }
  .title{font-size: 28px;}
  .title-sm {
    font-size: 24px;
  }

  .large-btn .icon-side {
    width: 70px;
  }

  .large-btn .text-side p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .arrow-btn-lg {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }

  .large-btn {
    padding: 12px 14px;
  }

  .contact-card {
    padding: 10px 10px;
  }

  .contact-card ul li {
    font-size: 14px;
    width: 100%;
    word-wrap: break-word;
  }

  .helpline-card {
    border-radius: 15px;
    text-align: center;
  }

  .helpline-card h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .helpline-card h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .helpline-card img {
    max-width: 85%;
  }

  .menu-login-btn-2 {
    margin-bottom: 10px;
  }
  .section-title .title { 
    font-size: 20px;}
    .section-title::before{height: 15px;
    width: 12px;}
    .inner-dashboard-card .inner-card-body {
    padding: 15px;
    }
    .dashboard-title .heading { 
    font-size: 28px;font-weight: 500;}
    main {
    padding: 20px 0}
    .dashboard-header .right-logo{justify-content: center !important;padding: 8px 0 0 0 ;}
    .dashboard-header .right-logo img {
    max-height: 50px;
}
}

@media (min-width: 481px) and (max-width: 575px) {
  .header-middle {
    text-align: left;
  }

  .header .header-middle .header-logo .main-logo img {
    height: 75px;
    display: block;
    margin: auto;
  }

  .header-logo-right {
    justify-content: flex-start;
    padding-left:95px;
  }
.header  .idli-name-wrapper {
    font-size: 18px;}
  .header-logo-right p {
    max-width: 100%;
    padding: 0;
    border-left: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .header .header-middle .header-logo .logo-text {
    width: calc(100% - 80px);
    padding-left: 10 !important;
  }

  .header .header-middle .header-logo .logo-text .logo-title-1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500 !important;
  }

  .header .header-middle .header-logo .logo-text .logo-title-2 {
    font-size: 16px;
    font-weight: 500 !important;
  }
.title{font-size: 28px;}
  .title-sm {
    font-size: 24px;
    font-weight: 600;
  }

  .large-btn {
    border: 1px solid rgb(255 184 174);
    border-radius: 15px;
    padding: 10px 10px;
    background-color: #ffebe9;
    width: calc(50% - 10px);
    float: left;
  }

  .large-btn:first-of-type {
    margin-right: 20px;
    margin-bottom: 0 !important;
  }

  .large-btn .icon-side {
    width: 60px;
  }

  .large-btn .text-side p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .arrow-btn-lg {
    font-size: 20px;
    height: 28px;
    width: 28px;
  }

  .helpline-card h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .helpline-card h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .right-side-box,
  .large-btn,
  .contact-card {
    border-radius: 15px;
  }
 .section-title .title { 
    font-size: 20px;}
    .section-title::before{height: 15px;
    width: 12px;}
    .inner-dashboard-card .inner-card-body {
    padding: 15px;
    }
    .dashboard-title .heading { 
    font-size: 28px;}
    .dashboard-header .right-logo{justify-content: center !important;padding: 8px 0 0 0 ;}
    .dashboard-header .right-logo img {
    max-height: 55px;
}
.photo-gallery-item a img{ height: 280px; }

}

@media (min-width: 576px) and (max-width: 767px) {
  .header .header-middle .header-logo .main-logo img {
    height: 90px;
  }

  .header .header-middle .header-logo .logo-text {
    max-width: calc(100% - 100px);
  }

  .header .header-middle .header-logo .logo-text .logo-title-2 {
    font-size: 18px;
  }
  .idli-name-wrapper {
    font-size: 20px;}

  .header .header-middle .header-logo .logo-text .logo-title-1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600 !important;
  }

  .header-logo-right {
    justify-content: flex-start;
    padding-left: 105px;
  }

  .header-logo-right p {
    border-left: 0;
    padding: 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }

  .menu-login-btn-2 {
    margin-bottom: 10px;
  }

.right-side-box  .list-with-icon {
    max-height: 450px;
  }
.title{font-size: 30px;}
  .title-sm {
    font-size: 24px;
  }
  .photo-gallery-item a img{ height: 200px; }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-logo-right {
    justify-content: start;
    padding-left: 125px;
    margin-top: -40px;
  }

  .header-logo-right p {
    max-width: 100%;
    border-left: 0;
    font-size: 20px;
  }

  .menu-login-btn-2 {
    margin-bottom: 10px;
  }
.title{font-size: 28px;}
  .title-sm {
    font-size: 22px;
  }

  .right-side-box .list-with-icon {
    max-height: 220px;
  }

  .right-side-box,
  .large-btn,
  .contact-card {
    border-radius: 15px;
  }

  .large-btn,
  .contact-card {
    padding: 15px 15px;
  }

  /* .helpline-card {
    text-align: center;
  }

  .helpline-card div {
    padding: 25px 15px 0 20px;
  }

  */
.header .header-middle .header-logo .main-logo img {
    height: 120px;
}
.header .header-middle .header-logo {align-items: flex-start !important;}
.helpline-card h3 {
    font-size: 45px; 
  } 
  .helpline-card img {
    max-height: 110px;
  }

  .helpline-card h3 {
    margin-bottom: 10px;
  }
  .idli-name-wrapper {
    font-size: 18px;
  }
   .helpline-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 0 15px;
  }

  .contact-card ul li,
  .list-with-icon li a {
    font-size: 14px;
  }

  .mb-4 {
    margin-bottom: 1.0rem !important;
  }

  .section-banner .container .row.g-4 {
    --bs-gutter-x: 1.0rem;
    --bs-gutter-y: 1.0rem;
  }

  .large-btn .icon-side {
    width: 80px;
  }

  .large-btn .text-side p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 990px;
  }
.title{font-size: 34px;}
  .title-sm {
    font-size: 24px;
  }

  .header .navbar .navbar-nav .nav-item .nav-link,
  .menu-login-btn-2 {
    font-size: 14px;
  }

  .header-logo-right p {
    font-size: 19px;
    line-height: 1.6;
  }

  .right-side-box,
  .large-btn,
  .contact-card {
    border-radius: 15px;
  }

  .large-btn,
  .contact-card {
    padding: 15px 15px;
  }

  .right-side-box  .list-with-icon {
    max-height: 205px;
  }

  .helpline-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .helpline-card img {
    max-height: 160px;
  }

  .helpline-card h3 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
  .dashboard-navbar .dropdown-toggle::after{display: none;content: none;}
 .navbar-expand-xl .navbar-nav .dropdown-menu{ min-width: 220px;padding: 0 0;overflow: hidden;}
   .dropdown-item{white-space: normal;}
}

.table-style-1 thead tr th {
    background-color: var(--magenta) !important;
    border: #CC9966 solid 1px !important;
    vertical-align: middle;
    color: white !important;
    padding: .5rem .5rem;
    font-size: medium;
    font-weight: bold;
}

.table-style-1 tbody tr td {
    border: #CC9966 solid 1px !important;
    font-size: smaller;
}