 
html {
  scroll-behavior: smooth;
}

body {  font-family: Arial, Helvetica, sans-serif;  }

*{ margin: 0; padding: 0; box-sizing: border-box; letter-spacing: 0.15px; } 
*::before,
*::after {
  box-sizing: border-box;
}

.display-none {
    display:block ;
}
.img { width: 100%; overflow: hidden; }
.img img { width: 100%; }
.img .w100 { width: 100%; overflow: hidden; }
.img .w-100 { width: 100%; overflow: hidden; }
.img img .w100 { width: 100%; overflow: hidden; }
.img img .w-100 { width: 100%; overflow: hidden; }
.img100 { width: 100%; overflow: hidden; }
.img-100 { width: 100%; overflow: hidden; }
.w100 { width: 100%; overflow: hidden; }
.w-100 { width: 100%; overflow: hidden; }

.homepage-nav {
  border-top: solid 12px #3632B0;
    width: 100%;
    padding:0px 4%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 48% 48%;
    gap:2%
}
.homepage-nav .homepage-nav-left {
width: 100%;
}
.homepage-nav .homepage-nav-right {
    width: 100%;
    font-size:40px;
    font-weight: 800;
    line-height: 80px;
    text-align: right;
}  
.homepage-nav .homepage-nav-right a {
  text-decoration: none;
  color: #242526; 
}  

.homepage-nav .homepage-nav-left .logo {
    width: 300px;
    background:rgba(255, 255, 255, 0.9);
    padding:6px 0px 0px 0px;
    border-radius:8px;
    text-align: left;
}
 

.homepage-nav .homepage-nav-left .logo  img {
    width: 100%;
    
}
    




/*PURE CSS SLIDE 002 START */
#css-slide-layout {
    width: 100%;
    overflow: hidden;
    clear: both;
}


#cssslide-02 {
    overflow: hidden;
    position:relative;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    /*
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    */
  }
  #cssslide-02 figure{
    width: 400%;
    position: relative;
    margin: 0;
    animation: purecss-slider-02 20s linear infinite;
    overflow: hidden;
  }
  /* 20s ->100%
  4s ->20%
  1s ->5% */
  @keyframes purecss-slider-02 {
    0%{
        left: 0;
    }
    20%{
        left: 0;
    }
    25%{
        left: -100%;
    }
    45%{
        left: -100%;
    }
    50%{
        left: -200%;
    }
    70%{
        left: -200%;
    }
    75%{
        left: -300%;
    }
    95%{
        left: -300%;
    }
    100%{
        left: 0;
    }
  }
  /* width 100% */
  #cssslide-02 figure img{
    width: 25%;
    float: left;
  }
  
  /*PURE CSS SLIDE 002 END */ 
  
  

  


.parallax {
    background-image: url("../images/parallax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 12%;
}
.parallax h1 {
    font-size:40px;
    font-weight:900;
    margin:4px 0px 10px 0px;
    color:#fff;
}
.parallax h2 {
    font-size:30px;
    font-weight:700;
    margin:10px 0px 10px 0px;
    color:#9CB9E8;
    line-height: 60px;
}
.parallax ul {
    margin:20px auto;
    text-align: center;
}
.parallax ul li {
    list-style:none;
    display: inline-block;
  
}
.parallax ul a{
 
    margin:14px 10px 4px 10px;
    border:solid 1px #C8C6FE;
    border-radius: 30px;
    padding:15px 30px;
    color:#C8C6FE;
    font-size: 16px;
    font-weight: 600;

}
.parallax ul a:hover{
 
    color:#fff; 
    border:solid 1px #fff;
}


#janani-home {
    width: 100%;
    margin:0px;
    padding: 0px;
 /* background:url("images/janani-home-bg.jpg"); */
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#janani-home-body {
    width: 100%;
    padding:1% 8%;
   
}


.tr02 {
clear: both; width: 100%;    display: grid; grid-template-rows: auto; grid-template-columns: 48% 48%; 
gap:2%; 
}
.enquiry-tr02 {
    clear: both; width: 100%;    display: grid; grid-template-rows: auto; grid-template-columns: 48%  48%;
    gap : 2%;
    background-color : #f2f2f2; 
    border-radius : 8px;
    padding:30px 0px 0px 0px;
}
.footer-tr03 {
clear: both;     display: grid; grid-template-rows: auto; grid-template-columns: 50% 24% 24%; gap:1%;  
}
.footer-tr03 .footer-left {
  padding: 1% 2%;
}
.td-left {
    padding:30px 30px 30px 0px;
}

.td-center {
    vertical-align: middle;
    align-items: center;
    padding:15% 0px;
}

.td-center .td-center-in {
    height:100px;
}
.td-right {
    vertical-align: middle;
    align-items: center;
    padding:0px;
}

.enquiry-tr03 .td-left {
    padding:10px 30px 30px 30px;
}


input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}


input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}





  input[type=submit] {
  background-color: #FFBF23;
  color: #303030;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size:20px;
}

/* When moving the mouse over the submit button, add a darker green color */
 input[type=submit]:hover {
  background-color: #FFD265;
}


 
/* Style inputs with type="text", select elements and textareas */
select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


.center {
    text-align:center;
}

h1 {
    font-size:40px;
    font-weight:900;
    margin:4px 0px 10px 0px;
    color:#000C63;
}
h2 {
    font-size:36px;
    font-weight:500;
    margin:6px 0px;
    color:#FF3434;
    
}
h3 {
    font-size:40px;
    font-weight:900;
    color:#000F82;
    padding:10px 0px 10px 0px;
}
h4 {
    font-size:30px;
    font-weight:600;
    margin:10px 0px 10px 0px;
    color:#3632B0;
}
p {
    font-size: 26px;
  line-height: 44px;
  font-weight:200;
  color: #303030;
  margin-top: 5;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.p1 {
    font-size: 26px;
  line-height: 50px;
  font-weight:200;
  color: #303030;
  margin-top: 5;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}


#pagelayout {
    clear:both;
    width: 100%;
    padding:4px 8%;
    background:#fff;
}


.whychooseus-list {
  width: 100%;
}
.whychooseus-list li {
  font-size: 26px;
  line-height: 50px;
  font-weight:200;
  color: #303030;
  margin-top: 5;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.footer {
  clear:both;
  background:#EEEEEE;
  padding:50px 8%;
  color:#303030;
}

.footer h4 {
font-size:24px;
font-weight:600;
color:#303030;
line-height:36px;
}
.footer p {
  font-size: 18px;
  line-height: 36px;
  font-weight:200;
  color: #303030;
  margin-top: 5;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.footer ul {
  width: 100%;
}
.footer ul li {
  list-style:none;
  line-height:40px;
  text-decoration:none;
}
.footer ul a li {
  text-decoration:none;
  color:#303030;
  font-size:18px;
}
.footer ul a {
  text-decoration:none;
  color:#303030;
  font-size:18px;
}
.footer ul a li:hover {
  color:#ff0000;
}
.copyrights {
  width:100%;
  background:#E2E2E2;
  text-align:center;
  border-top:solid 1px #FFE9B3;
}
.copyrights h5 {
  padding:15px;
  color:#303030;
  font-size:16px;
  font-weight:300;
} 



@media screen and (max-width: 480px) { 
    .display-none {
        display:none ;
    }

    .homepage-nav {
        padding:2px 2%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
    } 
    .homepage-nav .homepage-nav-right {
        font-size:24px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }  
    
    .homepage-nav .homepage-nav-left .logo {
        width: 200px;
        text-align: center;
        margin:0px auto;
    }
     
    .tr02 {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%; 
        }
        .enquiry-tr02 {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        }
        .enquiry-tr02 h4 {
            font-size: 26px;
        }

        .parallax h1 {
            font-size: 36px;
        }
        .parallax h2 {
            font-size: 26px;
            line-height: 44px;
        }

    h3 {
        font-size: 28px;
        font-weight: 700;
        color: #000F82;
        padding: 10px 10px 10px 10px;
    }
     
    .footer-tr03 {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
    }
    
    .parallax {
        padding:50px 4%;
    }

    .parallax ul li {
        list-style:none;
        width:fit-content;
      
    } 
    .parallax ul a{
        margin:14px 6px 4px 6px;
        padding:15px 20px;
        margin-bottom: 40px;
    }
    .td-left {
        padding:0%
    }
    .td-right {
        padding:0%
    }
}




/*Nav Start*/

nav{
  
    z-index: 9999999999;
    width: 100%;
    top:0;
    
    background: #512DA8;
  }
  nav .wrapper{
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
  }
  .wrapper .logo .img { 
    height: 60px;
    width: 289px;
    background-color: #fff;
    border-radius: 6px;
  
  }
  .wrapper .logo .img img { 
    width:100%; 
  }
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    background: #3A3B3C;
  }
  .nav-links .mobile-item{
    display: none;
  }
  
  .nav-links .mobile-item1{
    display: none;
  }
  .nav-links .drop-menu{
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index:9999999999;
  }
  
  .nav-links li:hover .mega-box1{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index:9999999999;
  }
  .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .mega-box1{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .mega-box .content{
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
  }
  .content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .mega-links li{
    padding: 0 20px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
  }
  .row .mega-links li a:hover{
    color: #f2f2f2;
  }
  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }
  
  @media screen and (max-width: 970px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #242526;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
      max-height: 100%;
    }
    
    #showMegaOne:checked ~ .mega-box{
      max-height: 100%;
    }
    #showMegaTwo:checked ~ .mega-box{
      max-height: 100%;
    }
    #showMegaThree:checked ~ .mega-box{
      max-height: 100%;
    }
    #showMegaFour:checked ~ .mega-box{
      max-height: 100%;
    }
    #showMegaFive:checked ~ .mega-box{
      max-height: 100%;
    }
    #showMegaSix:checked ~ .mega-box{
      max-height: 100%;
    }
  
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
    .mega-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box1{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .mega-box1 .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box1 .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
    .mega-box1 .content .row:nth-child(1),
    .mega-box1 .content .row:nth-child(2){
      border-top: 0px;
    }
    .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .mega-links li{
      margin: 0;
    }
    .content .row header{
      font-size: 19px;
    }
  }
  nav input{
    display: none;
  }
  
  .body-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .body-text div{
    font-size: 45px;
    font-weight: 600;
  }
/*Nav End*/

.home-packages {
width: 100%;
padding:10px;
border-radius:8px;

}
.home-packages .box {
  width: 100%;
  border:solid 4px #fff;
  padding: 10px;
  background-color: #f2f2f2;
}
.home-packages .box h3 {
  background-color: #000F82;
  color:#fff;
  padding-left:16px;
  margin-bottom: 16px;
}
.line-through {
text-decoration: line-through;
}


.aboutus-tr02 { clear: both; width: 100%; display: grid; grid-template-rows: auto; grid-template-columns: 49% 49%; gap:1%;    }
  
@media screen and (max-width: 769px) { 

  .aboutus-tr02 { clear: both; width: 100%; display: grid; grid-template-rows: auto; grid-template-columns: 100%;    }
  
  
}





/*MEDIA QUERY START MIN 768  -------------------------------- */
.whatsapp-call-now {
  width: 360px;
  margin: 0px auto;
  display:grid;
  grid-template-rows: auto;
  grid-template-columns: 49% 49%;
  gap: 2%;
  text-align: center;
}
.whatsapp-call-now .wc-left {
  border: solid 1px #9CB9E8;
  padding: 10px;
  border-radius: 40px;
}
.whatsapp-call-now .wc-right {
  border: solid 1px #9CB9E8;
  padding: 10px;
  border-radius: 40px;
}
.whatsapp-call-now a  {
  text-align: center;
  color: #E2EDFE;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.whatsapp-call-now a:hover {
  color: yellow;
}  


@media screen and (max-width: 768px) {
  .api-whatapp-chat-bottom { display:inline !important; position:fixed;   z-index:999; bottom:8px; right:8px; width:40px; height:40px; float:right; }
  .api-whatapp-chat-bottom img { width:100%;}

  .api-whatapp-chat-bottom1 { display:inline !important;    z-index:999;    }
  .api-whatapp-chat-bottom1 img { width:100%;}
                           
  .web-whatapp-chat-bottom { display: none !important;}
  .web-whatapp-chat-bottom1 { display: none !important;}

  
    }
 


    

/*MEDIA QUERY START FROM MAX 769START  -------------------------------- */
     
@media screen and (min-width: 769px) {
   
  .api-whatapp-chat-bottom { display:none !important;}
  .api-whatapp-chat-bottom1 { display:none !important;}

  .web-whatapp-chat-bottom { display:inline !important; position:fixed;   z-index:999; bottom:20px; right:20px; width:60px; height:60px; float:right; }
  .web-whatapp-chat-bottom img { width:100%;} 

  .web-whatapp-chat-bottom1 { display:inline !important;     z-index:999;   }
  .web-whatapp-chat-bottom1 img { width:100%;} 
  
}


/*Contact Form Start */
.contact-form {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form div {
  margin-bottom: 15px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.captcha {
  display: flex;
  align-items: center;
}
.captcha span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  background: #f3f3f3;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.error {
  color: red;
  font-size: 14px;
}
/*Contact Form END */


.key-links {
  width: 94%;
}
.key-links h6 {
  text-decoration:none;
  color:#303030;
  font-size:16px;
  font-weight: 300;
  line-height: 30px;
}
.key-links h6 a {
  text-decoration:none;
  color:#303030;
  font-size:16px;
  cursor:text;
  
}