 
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; }

 


  

.parallax-top {
  background-image: url("../images/parallax-top.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:120px 12%;
}
.parallax-top .welcome  {
  font-size:40px;
  font-weight:900;
  margin:4px 0px 10px 0px;
  color:#FAF028;
  text-align: center;
}
.parallax-top h2 {
  font-size:30px;
  font-weight:700;
  margin:10px 0px 10px 0px;
  color:#9CB9E8;
  line-height: 60px;
}
.parallax-top ul {
  margin:20px auto;
  text-align: center;
}
.parallax-top ul li {
  list-style:none;
  display: inline-block;

}
.parallax-top 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-top ul a:hover{

  color:#fff; 
  border:solid 1px #fff;
}



.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: 18px;
  line-height: 32px;
  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;
}
.p-main {
  font-size: 24px;
  line-height: 44px;
  font-weight: 300;
  background: #f2f2f2;
  padding: 16px;
  color: #0D0B71;
  text-align: center;
}


#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;
}




#slider03 {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}
#slider03    .slider {
    position: relative;
    width: 100%;  
    max-height:450px;
    margin: auto;
    overflow: hidden;
  }

  .slides {
    display: flex;
    transition: transform 1s ease-in-out;
  }

  .slide {
    min-width: 100%;
    position: relative;
  }

  .slide img {
    width: 100%;
    display: block;
  }

  .text {
    position: absolute;
    bottom: 60%;
    left: 40%;
    transform: translateX(-50%) scale(0);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 5px;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .active .text {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

  .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .controls button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
  }

  .controls button:hover {
    background: rgba(0, 0, 0, 0.8);
  }




.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%
    }
}



  /*MEGA NAV CSS START */
  #hisree-m-nav01 {
    width: 100%;
    top:0;
    z-index: 999999999999;
    background-color:var(--bg-nav);
  }
  #hisree-m-nav01 .hisreemnav-in{
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #hisree-m-nav01 .hisreemnav-in    .logo {
   width: 280px;
   overflow: hidden;

 }
  .hisreemnav-wrapper .logo {
    width: 320px;
    overflow: hidden;

  }
  #hisree-m-nav01 .hisreemnav-in  .logo a {
   width: 280px;
   overflow: hidden;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
 } 
  .hisreemnav-wrapper .logo a {
   width: 280px;
   overflow: hidden;
   color: #fff;
   font-weight: bold;
 }
 #hisree-m-nav01 .hisreemnav-in  .logo img  {
    
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
  }
  
  #hisree-m-nav01 .hisreemnav-in  .logo .img  img {
    width: 96%;
    padding: 1%;
    overflow: hidden;
    border: none;
  }
  #hisree-m-nav01 .hisreemnav-in  .logo .img  img {
    width: 100%;
    overflow: hidden;
    border: none;
  }


  
  .hisreemnav-in .nav-links{
    display: inline-flex;
  }
  #hisree-m-nav01 .nav-links li{
    list-style: none;
  }

  #hisree-m-nav01 .nav-links li a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #00025F;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  
#hisree-m-nav01 .nav-links li a:hover{
  
    color: #ff0000;
    background-color: none;
  }
  #hisree-m-nav01 .nav-links li:hover{
  
    color: #ff0000;
    background-color: none;
  }
  #hisree-m-nav01 .nav-links .mobile-item{
    display: none;
  }
  #hisree-m-nav01.nav-links .mobile-item1{
    display: none;
  }
  #hisree-m-nav01 .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);
  }
  #hisree-m-nav01 .nav-links li:hover .drop-menu,
  #hisree-m-nav01 .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index:9999999999;
  }
  #hisree-m-nav01 .nav-links li:hover .mega-box1{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index:9999999999;
  }
  #hisree-m-nav01 .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  #hisree-m-nav01 .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  #hisree-m-nav01 .mega-box1{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  #hisree-m-nav01 .mega-box .content{
    background: #e7e7e7;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  #hisree-m-nav01 .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  #hisree-m-nav01 .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hisree-m-nav01 .content .row header{
    color: #303030;
    font-size: 20px;
    font-weight: 800;
  }
  #hisree-m-nav01.content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  #hisree-m-nav01 .row .mega-links li{
    padding: 0 4px;
  }
  #hisree-m-nav01 .row .mega-links li a{
    padding: 0px;
    padding: 0 6px;
    color: #333;
    font-size: 17px;
    display: block;
  }
  #hisree-m-nav01 .row .mega-links li a:hover{
    color: #333;
  }
  #hisree-m-nav01 .hisreemnav-in .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  #hisree-m-nav01 .hisreemnav-in .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }
  
  @media screen and (max-width: 970px) {

    #hisree-m-nav01 .row .mega-links li a {
      padding: 0px;
      padding: 0 6px;
      color: #333 !important;
      font-size: 17px;
      display: block;
  }
    
  #hisree-m-nav01 .nav-links li a{
    color: #fff !important; } 

    
    #hisree-m-nav01 .nav-links li .active  a{
    color: #333 !important; } 
    
    #hisree-m-nav01 .nav-links li .active  {
      color: #333 !important; } 
    
      #hisree-m-nav01 .nav-links li a .active  {
      color: #333 !important; } 

      
      #hisree-m-nav01.nav-links li:hover a   {
      color: #333 !important; } 
 
 
      #hisree-m-nav01 .hisreemnav-in .btn{
      display: block;
    }
    #hisree-m-nav01 .hisreemnav-in .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;
      z-index: 9999999999999999999999999;
    }
    /* 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;
    }
    #hisree-m-nav01 .nav-links li{
      margin: 15px 10px;
    }
    #hisree-m-nav01 .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    #hisree-m-nav01 .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%;
    }
    #hisree-m-nav01 .nav-links .desktop-item{
      display: none;
    }
    #hisree-m-nav01 .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;
    }
    #hisree-m-nav01 .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    #hisree-m-nav01 .drop-menu li{
      margin: 0;
    }
    #hisree-m-nav01 .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
    #hisree-m-nav01 .mega-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    #hisree-m-nav01 .mega-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    #hisree-m-nav01 .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    #hisree-m-nav01 .mega-box .content .row:nth-child(1),
    #hisree-m-nav01 .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
    #hisree-m-nav01 .content .row .mega-links{
      border-left: 0px;
      padding-left: 10px;
    }
    
  #hisree-m-nav01 .row .mega-links li{
      margin: 0;
    }
  
  #hisree-m-nav01 .content .row header{
      font-size: 19px;
    }
  }
  #hisree-m-nav01  input{
    display: none;
  }
  /*MEGA NAV CSS 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  -------------------------------- */

@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%;}
                           
  .web-whatapp-chat-bottom { display: none !important;}

  
    }
 


    

/*MEDIA QUERY START FROM MAX 769START  -------------------------------- */
     
@media screen and (min-width: 769px) {
   
  .api-whatapp-chat-bottom { 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%;} 
  
}


/*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;
  
}




/*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%;} 
  
}




.services {
  width: 98%;
  margin: 10px auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  gap: 0%;
  background-color: #f2f2f2;
  border-radius: 16px;
  border: solid 1px #ccc;
 
}
.services .service-left1 {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 20px;
}
.services .service-right1 {
  border-bottom: solid 1px #ccc;
  padding: 20px;
} 

.services .service-left2 {
  border-right: solid 1px #ccc;
  padding: 20px;
}
.services .service-right2 {
  border-bottom: solid 1px #e7e7e7;
  padding: 20px;
}
.services h5 {
  font-size: 21px;
  margin-bottom: 18px;
  color: #ff0000;
}

.services p {
  font-size: 19px;
  font-weight: 200;
  line-height: 34px;
}
.services a {
  text-decoration: none;
  color:#3632B0;
}
.services a:hover {
  text-decoration: none;
  color: red;
}
/*SERVICE CODE END*/


/*PACKAGE CODE START*/
.packages-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.package-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease-in-out;
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.package-price {
  font-size: 1.9rem;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 10px;
}

.package-features {
  list-style: none;
  padding: 0;
}

.package-features li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

/*PACKAGE CODE END*/

/*TITLE START */


/*section-title-02 CSS START */
.section-title-02 {
  text-align: center;
  margin-bottom: 15px;
}
.section-title-02 h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 20px auto 10px auto;
}
.section-title-02 em {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  
}
.section-title-02 .line {
  background: #ff0000;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 100px;
  margin: 10px auto 0 auto;
}
/*section-title-02 CSS END */

/*Section Title 04 START */  
.section-title-04 h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}
.section-title-04 h3:before {
  width: 28px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.section-title-04 h3:after {
  width: 100px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  margin-top: 12px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
/*Section Title 04 End */  




/*Sub Title 01 START */
.sub-title-01 {
  font-size: 20px;
  font-weight: 600;
  text-transform:capitalize;
  line-height: 22px;
  margin: 15px 0 21px 35px;
  display: inline-block;
  position: relative;
 
  color: #221FA9;
}

.sub-title-01:before {
  content: "";
  width: 25px;
  position: absolute;
  background:#221FA9;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-title-01:before {
  content: "";
  width: 25px;
  position: absolute;
  background: #221FA9;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
/*Sub Title 01 END */
/*TITLE  END */