Help
RSS
API
Feed
Maltego
Contact
Domain > bodytemplemedispa.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-01-17
184.168.230.1
(
ClassC
)
2025-09-26
13.32.179.82
(
ClassC
)
2025-09-26
13.32.179.93
(
ClassC
)
2026-02-17
3.169.173.60
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 17 Feb 2026 01:29:15 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://bodytemplemedispa.com/X-Cache: Redirect from cloudfrontVia: 1.1 8af7e76489ae9222af2304e63d2c0520.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: cX3NTZ1ueMmkBtMh5XS4d4xzXxAywJ7ZrwhzuBvXnPXSBvtzEmaGfg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 58230Connection: keep-aliveLast-Modified: Thu, 18 Sep 2025 20:56:45 GMTServer: AmazonS3Date: Mon, 16 Feb 2026 08:32:58 GMTETag: 4642ebdd6e211979db8cbdf5a419d4c1X-Cache: Hit from cloudfrontVia: 1.1 7d14d4fc1c149f1d429681a4c414c21a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: H8LIVMsIkLBxDczLNZVyYz02YweRI935cKZRDAOtJMkmypyaCYtmAgAge: 60978 !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>BODY-TEMPLE - Medical Aesthetics & Wellness/title> meta namedescription contentBody Temple Medispa & Sex Clinic - We Create Happiness. Advanced medical aesthetics, naturopathic services, and wellness bundles. /> meta namekeywords contentmedical aesthetics, naturopathic services, wellness bundles, medispa, sex clinic, aesthetic treatments, Body Temple /> link relpreconnect hrefhttps://fonts.googleapis.com /> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin /> link hrefhttps://fonts.googleapis.com/css2?familyPlayfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&familyInter:wght@300;400;500;600;700&displayswap relstylesheet /> link relstylesheet hrefstyles/variables.css /> link relstylesheet hrefhttps://unpkg.com/aos@next/dist/aos.css /> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-secondary); background: var(--color-bg-dark); color: var(--color-text-light); line-height: var(--line-height-normal); font-weight: var(--font-weight-light); font-size: var(--font-size-base); overflow-x: hidden; } .container { max-width: 1400px; margin: 0 auto; padding: 0 var(--spacing-md); } /* Header - Body Temple Style */ .header { position: fixed; top: 0; left: 0; width: 100%; background: transparent; backdrop-filter: blur(8px); z-index: 1000; transition: var(--transition-default); border-bottom: 1px solid var(--color-nav-border); padding: 20px 0; } .header.scrolled { background: var(--color-nav-bg); padding: 15px 0; } .nav-container { /* Exact computed properties from homepage */ box-sizing: border-box; display: grid; grid-template-columns: 600px 160px 600px; align-items: center; font-family: Inter, sans-serif; font-size: 16px; font-weight: 300; line-height: 24px; height: 73.225px; margin: 0 38.8px; max-width: 1400px; padding: 0 20px; width: 1400px; unicode-bidi: isolate; } .logo-container { display: flex; justify-content: center; align-items: center; z-index: 1001; } .logo-image { height: auto; width: 160px; transition: all 0.3s ease; filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.1)); } .nav-left, .nav-right { display: flex; align-items: center; } .nav-left { justify-content: flex-end; padding-right: 40px; } .nav-right { justify-content: flex-start; padding-left: 40px; } .nav-menu { display: flex; list-style: none; gap: 40px; align-items: center; margin: 0; padding: 0; } .nav-link { color: var(--color-text-light); text-decoration: none; font-size: var(--font-size-sm); font-weight: var(--font-weight-regular); transition: var(--transition-default); position: relative; letter-spacing: var(--letter-spacing-wide); white-space: nowrap; } .nav-link:hover, .nav-link.active { color: var(--color-primary); } .nav-link::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background: var(--color-primary); transition: width 0.3s ease; } .nav-link:hover::after, .nav-link.active::after { width: 100%; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(10px); background: var(--color-nav-dropdown-bg); backdrop-filter: blur(10px); min-width: 200px; box-shadow: 0 15px 40px var(--shadow-dark); border-radius: 4px; opacity: 0; visibility: hidden; transition: var(--transition-default); z-index: 1000; padding: 15px 0; border: 1px solid var(--color-nav-dropdown-border); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); } .dropdown-content::before { content: ; position: absolute; top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: var(--color-nav-dropdown-bg); border-left: 1px solid var(--color-nav-dropdown-border); border-top: 1px solid var(--color-nav-dropdown-border); } .dropdown-content a { color: var(--color-text-dark); padding: 10px 20px; text-decoration: none; display: block; font-size: var(--font-size-xs); font-weight: var(--font-weight-regular); transition: var(--transition-default); text-align: center; letter-spacing: var(--letter-spacing-wide); } .dropdown-content a:hover { background: rgba(212, 175, 122, 0.1); color: var(--color-primary-dark); } .search-container { position: relative; } .search-icon { background: transparent; border: none; color: var(--color-text-light); cursor: pointer; transition: var(--transition-default); display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 50%; } .search-icon svg { width: 18px; height: 18px; } .search-icon:hover { color: var(--color-primary); } .search-form { position: absolute; top: 100%; right: 0; background: var(--color-nav-dropdown-bg); border-radius: 30px; padding: 8px 15px; display: flex; align-items: center; width: 250px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition-default); border: 1px solid var(--color-nav-dropdown-border); } .search-container:hover .search-form { opacity: 1; visibility: visible; transform: translateY(5px); } .search-form input { background: transparent; border: none; outline: none; width: 100%; padding: 5px 10px; font-family: var(--font-secondary); color: var(--color-text-dark); } .book-btn { /* Reset and base properties */ box-sizing: border-box; margin: 0; padding: 0; border: none; outline: none; /* Exact dimensions */ height: 42px; min-width: 164px; /* Background and colors */ background: var(--color-primary); color: var(--color-bg-dark); border-radius: 25px; /* Typography */ font-family: Inter, sans-serif; font-size: 16px; font-weight: 300; line-height: 24px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.8px; text-align: center; white-space: nowrap; /* Layout */ display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-left: 20px; padding: 0 24px; /* Effects */ cursor: pointer; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); unicode-bidi: isolate; } .book-btn:hover { background: var(--color-bg-dark); color: var(--color-primary); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transform: translateY(-2px); } .book-btn svg { width: 16px; height: 16px; stroke-width: 2; flex-shrink: 0; } /* Hero Section - Body Temple Style */ .hero { position: relative; height: 100vh; display: flex; align-items: center; overflow: hidden; } .slideshow-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.8s ease-in-out; } .slide.active { opacity: 1; } .slide::after { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-overlay-gradient); } .hero-content { position: relative; z-index: 2; max-width: 650px; margin-left: 10%; padding: 0 var(--spacing-md); text-align: left; } .hero-title-container { margin-bottom: 30px; } .hero-title { font-family: var(--font-primary); font-size: clamp(3.5rem, 10vw, 6.5rem); font-weight: var(--font-weight-light); color: var(--color-text-light); line-height: var(--line-height-tight); letter-spacing: var(--letter-spacing-tight); margin-bottom: 10px; } .hero-title-second { font-family: var(--font-primary); font-size: clamp(3.5rem, 10vw, 6.5rem); font-weight: var(--font-weight-light); color: var(--color-text-light); line-height: var(--line-height-tight); letter-spacing: var(--letter-spacing-tight); } .hero-subtitle { font-size: clamp(1rem, 2vw, 1.1rem); color: var(--color-text-light); margin-bottom: 50px; line-height: var(--line-height-relaxed); max-width: 500px; font-weight: var(--font-weight-light); letter-spacing: var(--letter-spacing-normal); } .explore-btn { display: inline-flex; align-items: center; gap: var(--spacing-xs); background: transparent; border: 1px solid var(--color-primary); color: var(--color-primary); padding: 16px 35px; border-radius: 30px; font-family: var(--font-secondary); font-size: var(--font-size-sm); font-weight: var(--font-weight-regular); text-decoration: none; transition: var(--transition-default); letter-spacing: var(--letter-spacing-wide); } .explore-btn:hover { background: var(--color-primary); color: var(--color-btn-text); } .explore-btn svg { width: 18px; height: 18px; transition: transform 0.3s ease; } .explore-btn:hover svg { transform: translateX(5px); } .scroll-indicator { position: absolute; bottom: 30px; right: 50px; color: var(--color-primary); display: flex; flex-direction: column; align-items: center; transform: rotate(90deg); font-size: var(--font-size-xs); letter-spacing: var(--letter-spacing-widest); text-transform: uppercase; } .scroll-indicator span { display: inline-block; margin-right: 10px; font-weight: var(--font-weight-light); } .scroll-indicator svg { transform: rotate(-90deg); width: 16px; height: 16px; margin-left: 8px; } /* Curved Line Animation */ .curved-line { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; } .curved-line path { stroke: var(--color-primary); stroke-width: 1px; fill: none; opacity: 0.5; stroke-dasharray: 2000; stroke-dashoffset: 2000; animation: drawLine 1.5s ease forwards; filter: drop-shadow(0 0 1px var(--shadow-primary)); } @keyframes drawLine { to { stroke-dashoffset: 0; } } /* Services Section - Body Temple Style */ .services-section { padding: 60px 0; background-color: var(--color-bg-dark); position: relative; } .section-header { text-align: center; margin-bottom: 50px; } .section-title { font-family: var(--font-primary); font-size: var(--font-size-3xl); font-weight: var(--font-weight-light); color: var(--color-primary); margin-bottom: 20px; letter-spacing: var(--letter-spacing-tight); } .section-subtitle { font-size: var(--font-size-md); font-weight: var(--font-weight-light); color: var(--color-text-light); max-width: 700px; margin: 0 auto; line-height: var(--line-height-relaxed); letter-spacing: var(--letter-spacing-normal); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; } .service-card { background: rgba(20, 20, 20, 0.4); border: 1px solid rgba(212, 175, 122, 0.1); border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px var(--shadow-dark), 0 0 15px var(--shadow-primary); } .service-image { height: 250px; overflow: hidden; } .service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .service-card:hover .service-image img { transform: scale(1.05); } .service-content { padding: 30px; } .service-title { font-family: var(--font-primary); font-size: var(--font-size-xl); font-weight: var(--font-weight-medium); color: var(--color-text-light); margin-bottom: 15px; letter-spacing: var(--letter-spacing-tight); } .service-description { font-size: var(--font-size-sm); color: var(--color-text-light); margin-bottom: 25px; line-height: var(--line-height-relaxed); opacity: 0.8; } .service-link { display: inline-block; color: var(--color-primary); font-size: var(--font-size-sm); font-weight: var(--font-weight-medium); text-decoration: none; position: relative; padding-bottom: 5px; letter-spacing: var(--letter-spacing-wide); } .service-link::after { content: ; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--color-primary); transition: width 0.3s ease; } .service-link:hover::after { width: 100%; } /* About Section - Body Temple Style */ .about-section { padding: 60px 0; background-color: var(--color-bg-cream); position: relative; color: var(--color-text-dark); } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-content { display: flex; flex-direction: column; gap: 30px; } .about-header { margin-bottom: 10px; } .about-title { font-family: var(--font-primary); font-size: var(--font-size-2xl); font-weight: var(--font-weight-light); color: var(--color-primary-dark); margin-bottom: 15px; letter-spacing: var(--letter-spacing-wide); } .about-subtitle { font-size: var(--font-size-lg); font-weight: var(--font-weight-light); color: var(--color-primary-dark); line-height: var(--line-height-tight); letter-spacing: var(--letter-spacing-tight); font-family: var(--font-primary); } .about-text { display: flex; flex-direction: column; gap: 20px; } .about-text p { font-size: var(--font-size-base); line-height: var(--line-height-relaxed); color: var(--color-text-dark); opacity: 0.9; } .about-cta { margin-top: 20px; } .about-link { display: inline-block; color: var(--color-primary-dark); font-size: var(--font-size-sm); font-weight: var(--font-weight-medium); text-decoration: none; position: relative; padding-bottom: 5px; letter-spacing: var(--letter-spacing-wide); border-bottom: 1px solid var(--color-primary-dark); transition: var(--transition-default); } .about-link:hover { color: var(--color-primary); border-color: var(--color-primary); } .about-image { position: relative; height: 100%; min-height: 500px; overflow: hidden; border-radius: 10px; box-shadow: 0 20px 40px var(--shadow-dark); } .about-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .about-image::before { content: ; position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px; border: 1px solid var(--color-primary); z-index: 1; opacity: 0.5; pointer-events: none; } /* Treatments Section - Body Temple Style */ .treatments-section { padding: 20px 0 60px 0; background-color: var(--color-bg-dark); position: relative; } .treatments-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; margin-bottom: 40px; } .treatment-item { background: rgba(20, 20, 20, 0.4); border: 1px solid rgba(212, 175, 122, 0.1); border-radius: 5px; padding: 25px; transition: all 0.3s ease; cursor: pointer; } .treatment-item:hover { background: rgba(212, 175, 122, 0.1); transform: translateY(-5px); box-shadow: 0 10px 30px var(--shadow-dark); } .treatment-title { font-family: var(--font-primary); font-size: var(--font-size-base); font-weight: var(--font-weight-light); color: var(--color-text-light); letter-spacing: var(--letter-spacing-normal); text-align: center; line-height: var(--line-height-tight); } .treatments-cta { text-align: center; margin-top: 40px; } /* Footer - Body Temple Style */ .footer { background-color: var(--color-bg-dark); padding: 60px 0 40px; color: var(--color-text-light); border-top: 1px solid rgba(212, 175, 122, 0.1); } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 60px; } .footer-column { display: flex; flex-direction: column; } .footer-logo { margin-bottom: 20px; } .footer-logo img { max-width: 150px; height: auto; } .footer-tagline { font-size: var(--font-size-sm); line-height: var(--line-height-relaxed); opacity: 0.8; margin-top: 15px; } .footer-heading { font-family: var(--font-primary); font-size: var(--font-size-base); font-weight: var(--font-weight-medium); color: var(--color-primary); margin-bottom: 20px; letter-spacing: var(--letter-spacing-wide); } .footer-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; } .footer-contact-list li { display: flex; align-items: center; gap: 15px; font-size: var(--font-size-sm); } .footer-contact-list a { color: var(--color-text-light); text-decoration: none; transition: color 0.3s ease; } .footer-contact-list a:hover { color: var(--color-primary); } .footer-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--color-primary); } .footer-icon svg { width: 18px; height: 18px; } .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; } .footer-links a { color: var(--color-text-light); text-decoration: none; font-size: var(--font-size-sm); transition: color 0.3s ease; opacity: 0.8; } .footer-links a:hover { color: var(--color-primary); opacity: 1; } .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid rgba(212, 175, 122, 0.1); } .copyright { font-size: var(--font-size-xs); opacity: 0.7; } .social-links { display: flex; gap: 15px; } .social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(212, 175, 122, 0.1); color: var(--color-primary); transition: all 0.3s ease; } .social-link:hover { background: var(--color-primary); color: var(--color-bg-dark); transform: translateY(-3px); } .social-link svg { width: 16px; height: 16px; } /* Floating Book Now Button - Body Temple Style */ .floating-book-btn { position: fixed; bottom: 30px; right: 30px; background: var(--color-primary); color: var(--color-bg-dark); border: none; border-radius: 50px; padding: 15px 30px; font-family: var(--font-secondary); font-size: var(--font-size-sm); font-weight: var(--font-weight-medium); letter-spacing: var(--letter-spacing-wider); text-transform: uppercase; text-decoration: none; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; z-index: 1000; display: flex; align-items: center; gap: 10px; transform: translateY(100px); opacity: 0; animation: floatIn 0.3s ease forwards 0.5s; } @keyframes floatIn { to { transform: translateY(0); opacity: 1; } } .floating-book-btn:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); background: var(--color-bg-dark); color: var(--color-primary); } .floating-book-btn svg { width: 18px; height: 18px; } /* Responsive Styles - Body Temple Style */ @media (max-width: 1200px) { .container { padding: 0 30px; } .about-grid { gap: 40px; } } @media (max-width: 992px) { .hero-content { margin-left: 5%; max-width: 600px; } .about-grid { grid-template-columns: 1fr; gap: 60px; } .about-image { order: -1; max-height: 400px; } .footer-content { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .hero-title, .hero-title-second { font-size: clamp(2.5rem, 8vw, 5rem); } .section-title { font-size: var(--font-size-2xl); } .services-grid { grid-template-columns: 1fr; } .treatments-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } .footer-bottom { flex-direction: column; gap: 20px; text-align: center; } .social-links { justify-content: center; } .floating-book-btn { bottom: 20px; right: 20px; padding: 12px 24px; } } @media (max-width: 576px) { .container { padding: 0 20px; } .hero-content { margin-left: 0; padding: 0 20px; text-align: center; } .hero-title, .hero-title-second { font-size: clamp(2rem, 8vw, 4rem); } .section-header { margin-bottom: 40px; } .section-title { font-size: var(--font-size-xl); } .section-subtitle { font-size: var(--font-size-base); } .treatments-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } .footer-column { text-align: center; } .footer-contact-list li { justify-content: center; } .floating-book-btn { padding: 10px 20px; font-size: var(--font-size-xs); } } /* Mobile Navigation */ .mobile-nav-toggle { display: none; background: transparent; border: none; color: var(--color-text-light); font-size: 24px; cursor: pointer; z-index: 1002; } .mobile-nav { display: none; } @media (max-width: 992px) { .nav-left, .nav-right { display: none; } .mobile-nav-toggle { display: block; position: absolute; right: 20px; } .nav-container { display: flex; justify-content: center; } .logo-container { margin: 0 auto; } .mobile-nav { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--color-bg-dark); padding: 100px 30px 30px; z-index: 1001; transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; } .mobile-nav.active { transform: translateX(0); } .mobile-nav .nav-menu { flex-direction: column; gap: 20px; align-items: flex-start; } .mobile-nav .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 10px 0 10px 20px; margin-top: 10px; display: none; } .mobile-nav .dropdown.active .dropdown-content { display: block; } .mobile-nav .dropdown-content::before { display: none; } .mobile-nav .dropdown-content a { color: var(--color-text-light); opacity: 0.8; text-align: left; padding: 8px 0; } .mobile-nav .dropdown > .nav-link::after { content: +; margin-left: 5px; } .mobile-nav .dropdown.active > .nav-link::after { content: -; } .mobile-nav .book-btn { margin: 20px 0 0; display: inline-flex; } } /style> /head> body> header classheader> nav classcontainer nav-container> div classnav-left> ul classnav-menu> li>a hrefindex.html classnav-link active>Home/a>/li> li>a hrefabout-us.html classnav-link>About Us/a>/li> li classdropdown> a hrefservices.html classnav-link>Services/a> div classdropdown-content> a hrefservices.html#face-services>Face Services/a> a hrefservices.html#body-services>Body Services/a> a hrefservices.html#naturopathic>NHA Services/a> a hrefservices.html#massage>Massage/a> a hrefservices.html#skincare>Skincare/a> a hrefservices.html#specials>Specials/a> /div> /li> li>a hrefdoctor.html classnav-link>Doctor/a>/li> /ul> /div> div classlogo-container> img srcimages/logo.png altBody Temple Logo classlogo-image /> /div> div classnav-right> ul classnav-menu> li>a hrefcontact.html classnav-link>Contact Us/a>/li> li>a hrefblog.html classnav-link>Blog/a>/li> li classdropdown> a href# classnav-link>More/a> div classdropdown-content> a href#>Products/a> a href#>Testimonials/a> a href#>Before and After/a> a href#>Free Seminars/a> a href#>Video Gallery/a> /div> /li> li classsearch-container> button classsearch-icon> svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width2 dM21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z /> /svg> /button> div classsearch-form> input typetext placeholderSearch... /> /div> /li> li> a hrefcontact.html classbook-btn> Book Now svg xmlnshttp://www.w3.org/2000/svg width16 height16 fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width2 dM8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z /> /svg> /a> /li> /ul> /div> !-- Mobile Navigation Toggle --> button classmobile-nav-toggle> svg xmlnshttp://www.w3.org/2000/svg width24 height24 fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16M4 18h16 /> /svg> /button> !-- Mobile Navigation Menu --> div classmobile-nav> ul classnav-menu> li>a hrefindex.html classnav-link active>Home/a>/li> li>a hrefabout-us.html classnav-link>About Us/a>/li> li classdropdown> a hrefservices.html classnav-link>Services/a> div classdropdown-content> a hrefservices.html#face-services>Face Services/a> a hrefservices.html#body-services>Body Services/a> a hrefservices.html#naturopathic>NHA Services/a> a hrefservices.html#massage>Massage/a> a hrefservices.html#skincare>Skincare/a> a hrefservices.html#specials>Specials/a> /div> /li> li>a hrefdoctor.html classnav-link>Doctor/a>/li> li>a hrefcontact.html classnav-link>Contact Us/a>/li> li>a hrefblog.html classnav-link>Blog/a>/li> li classdropdown> a href# classnav-link>More/a> div classdropdown-content> a href#>Products/a> a href#>Testimonials/a> a href#>Before and After/a> a href#>Free Seminars/a> a href#>Video Gallery/a> /div> /li> li> a hrefcontact.html classbook-btn> Book Now svg xmlnshttp://www.w3.org/2000/svg width16 height16 fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width2 dM8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z /> /svg> /a> /li> /ul> /div> /nav> /header> section classhero> div classslideshow-container> div classslide active stylebackground-image: url(images/inner_page_model2.png) >/div> div classslide stylebackground-image: url(images/inner_page_model.png) >/div> div classslide stylebackground-image: url(images/placeholder_bg.jpg) >/div> /div> !-- Curved Line SVG Animation --> div classcurved-line> svg viewBox0 0 1920 1080 preserveAspectRationone> path dM-100,400 C200,500 400,100 800,500 C1200,900 1600,300 2000,500 /> path dM-100,600 C300,300 800,800 1200,400 C1600,100 1800,600 2100,300 /> /svg> /div> div classhero-content data-aosfade-up data-aos-duration800> div classhero-title-container> h1 classhero-title>Aesthetics/h1> h1 classhero-title-second>and Wellness/h1> /div> p classhero-subtitle> We understand that true wellness extends beyond the surface. Thats why weve crafted an environment that prioritizes comfort and relaxation. /p> a hrefservices.html classexplore-btn> Explore svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width1.5 dM17 8l4 4m0 0l-4 4m4-4H3 /> /svg> /a> /div> div classscroll-indicator> span>Scroll/span> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.5 stroke-linecapround stroke-linejoinround > path dM12 5v14M19 12l-7 7-7-7 /> /svg> /div> /section> !-- About Section - Body Temple Style --> section classabout-section> div classcontainer> div classabout-grid> div classabout-content data-aosfade-up> div classabout-header> h2 classabout-title>BODY TEMPLE/h2> p classabout-subtitle> Where Care Meets Innovation, and Every Detail Reflects a Promise to You. /p> /div> div classabout-text> p> Our clinic is dedicated to providing personalized, patient-centered care, utilizing the most advanced technologies and up-to-date scientific methods. We focus on developing tailored treatment plans that are not only highly effective but also designed to meet the specific needs and goals of each individual. /p> p> At Body Temple, we understand that true wellness extends beyond the surface. Thats why weve crafted an environment that prioritizes comfort and relaxation. From the moment you walk through our doors, we want you to feel at ease. Our clinic exudes tranquility, allowing you to fully enjoy your consultations and treatments in a space designed for your peace of mind. /p> /div> div classabout-cta> a hrefabout-us.html classabout-link>About Us/a> /div> /div> div classabout-image data-aosfade-up> img srcimages/inner_page_model.png altBody Temple Clinic Interior /> /div> /div> /div> /section> !-- Services Grid Section - Body Temple Style --> section classservices-section> div classcontainer> div classsection-header data-aosfade-up> h2 classsection-title>Our Services/h2> p classsection-subtitle> Transforming Aesthetic Medicine with Advanced Care and Artful Precision /p> /div> div classservices-grid> div classservice-card data-aosfade-up> div classservice-image> img srcimages/skin_care.png altMedical Aesthetics /> /div> div classservice-content> h3 classservice-title>Medical Aesthetics/h3> p classservice-description> Advanced treatments designed to enhance your natural beauty with cutting-edge technology and expert care. /p> a hrefservices.html classservice-link>Learn More/a> /div> /div> div classservice-card data-aosfade-up> div classservice-image> img srcimages/massage_therapy.png altNaturopathic Services /> /div> div classservice-content> h3 classservice-title>Naturopathic Services/h3> p classservice-description> Holistic healing approaches that address the root cause of concerns while supporting your bodys natural processes. /p> a hrefservices.html classservice-link>Learn More/a> /div> /div> div classservice-card data-aosfade-up> div classservice-image> img srcimages/weight_loss.png altWellness Bundles /> /div> div classservice-content> h3 classservice-title>Wellness Bundles/h3> p classservice-description> Curated packages combining our most effective treatments for comprehensive results and enhanced value. /p> a hrefservices.html classservice-link>Learn More/a> /div> /div> /div> /div> /section> !-- Treatments Grid Section - Body Temple Style --> section classtreatments-section> div classcontainer> div classsection-header data-aosfade-up> h2 classsection-title>Treatments/h2> /div> div classtreatments-grid> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Skin Resurfacing/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Fotona Skin Rejuvenation/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Fotona Micropeel/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Fotona® 4D Facelift/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Vaginal Rejuvenation/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Fotona4D/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Laser Hair Removal/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Laser Hair Restoration/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Hair Restoration (PRP/PRF)/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Cosmetic Facial Acupuncture/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Facial (PRP/PRF)/h3> /div> div classtreatment-item data-aosfade-up> h3 classtreatment-title>Dermaplaning/h3> /div> /div> div classtreatments-cta data-aosfade-up> a hrefservices.html classexplore-btn> All Services svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width1.5 dM17 8l4 4m0 0l-4 4m4-4H3 /> /svg> /a> /div> /div> /section> !-- Footer - Body Temple Style --> footer classfooter> div classcontainer> div classfooter-content> div classfooter-column data-aosfade-up data-aos-delay100> div classfooter-logo> img srcimages/logo.png altBody Temple Logo /> /div> p classfooter-tagline> Cutting-edge technology to a warm, welcoming atmosphere, every detail has been thoughtfully considered to make your journey with us truly unique. /p> /div> div classfooter-column data-aosfade-up data-aos-delay200> h3 classfooter-heading>Contact Us/h3> ul classfooter-contact-list> li> span classfooter-icon> svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width1.5 dM3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z /> /svg> /span> a hrefmailto:info@bodytemple.com>info@bodytemple.com/a> /li> li> span classfooter-icon> svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width1.5 dM3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z /> /svg> /span> a hreftel:+15551234567>(555) 123-4567/a> /li> li> span classfooter-icon> svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width1.5 dM17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z /> path stroke-linecapround stroke-linejoinround stroke-width1.5 dM15 11a3 3 0 11-6 0 3 3 0 016 0z /> /svg> /span> span>123 Wellness Way, Palm Harbor, FL 34683/span> /li> /ul> /div> div classfooter-column data-aosfade-up data-aos-delay300> h3 classfooter-heading>About Us/h3> ul classfooter-links> li>a hrefabout-us.html>About/a>/li> li>a hrefdoctor.html>Our Team/a>/li> li>a hrefservices.html>Services/a>/li> li>a hrefblog.html>Blog/a>/li> li>a hrefcontact.html>Contact/a>/li> /ul> /div> div classfooter-column data-aosfade-up data-aos-delay400> h3 classfooter-heading>Services/h3> ul classfooter-links> li>a hrefservices.html>Medical Aesthetics/a>/li> li>a hrefservices.html>Naturopathic Services/a>/li> li>a hrefservices.html>Wellness Bundles/a>/li> li>a hrefservices.html>Weight Loss/a>/li> /ul> /div> div classfooter-column data-aosfade-up data-aos-delay500> h3 classfooter-heading>Legal/h3> ul classfooter-links> li>a hrefcontact.html>Privacy Policy/a>/li> li>a hrefcontact.html>Terms of Service/a>/li> li>a hrefcontact.html>Cookie Policy/a>/li> /ul> /div> /div> div classfooter-bottom data-aosfade-up data-aos-delay600> div classcopyright> © 2025 Body Temple Medispa. All rights reserved. /div> div classsocial-links> a hrefhttps://facebook.com classsocial-link> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillcurrentColor > path dM18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z /> /svg> /a> a hrefhttps://twitter.com classsocial-link> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillcurrentColor > path dM23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723 10.054 10.054 0 01-3.127 1.184 4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z /> /svg> /a> a hrefhttps://instagram.com classsocial-link> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillcurrentColor > path dM12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z /> /svg> /a> /div> /div> /div> /footer> !-- Floating Book Now Button --> a hrefcontact.html classfloating-book-btn> Book Now svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor > path stroke-linecapround stroke-linejoinround stroke-width2 dM8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z /> /svg> /a> script srchttps://unpkg.com/aos@next/dist/aos.js>/script> script> // Navbar scroll effect window.addEventListener(scroll, function () { const header document.querySelector(.header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Initialize header state on page load document.addEventListener(DOMContentLoaded, function () { const header document.querySelector(.header); if (window.scrollY > 50) { header.classList.add(scrolled); } // Initialize AOS animations AOS.init({ duration: 600, easing: ease-in-out, once: false, offset: 100, delay: 0, mirror: false, disable: mobile, }); }); // Slideshow functionality const slides document.querySelectorAll(.slide); let currentSlide 0; function nextSlide() { slidescurrentSlide.classList.remove(active); currentSlide (currentSlide + 1) % slides.length; slidescurrentSlide.classList.add(active); } setInterval(nextSlide, 4000); // Dropdown menu positioning - Let CSS handle the positioning const dropdowns document.querySelectorAll(.dropdown); dropdowns.forEach((dropdown) > { const content dropdown.querySelector(.dropdown-content); // Reset any inline styles that might interfere with CSS positioning if (content) { content.style.left ; } }); // Mobile Navigation const mobileNavToggle document.querySelector(.mobile-nav-toggle); const mobileNav document.querySelector(.mobile-nav); const mobileDropdowns document.querySelectorAll( .mobile-nav .dropdown ); if (mobileNavToggle && mobileNav) { mobileNavToggle.addEventListener(click, () > { mobileNav.classList.toggle(active); document.body.classList.toggle(no-scroll); // Toggle between menu and close icon const isOpen mobileNav.classList.contains(active); mobileNavToggle.innerHTML isOpen ? svg xmlnshttp://www.w3.org/2000/svg width24 height24 fillnone viewBox0 0 24 24 strokecurrentColor>path stroke-linecapround stroke-linejoinround stroke-width2 dM6 18L18 6M6 6l12 12 />/svg> : svg xmlnshttp://www.w3.org/2000/svg width24 height24 fillnone viewBox0 0 24 24 strokecurrentColor>path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16M4 18h16 />/svg>; }); } // Mobile Dropdowns mobileDropdowns.forEach((dropdown) > { const link dropdown.querySelector(.nav-link); if (link) { link.addEventListener(click, (e) > { // Only prevent default if were in mobile view if (window.innerWidth 992) { e.preventDefault(); dropdown.classList.toggle(active); } }); } }); // Smooth scroll for anchor links document.querySelectorAll(ahref^#).forEach((anchor) > { anchor.addEventListener(click, function (e) { e.preventDefault(); const targetId this.getAttribute(href); if (targetId #) return; const targetElement document.querySelector(targetId); if (targetElement) { targetElement.scrollIntoView({ behavior: smooth, block: start, }); } }); }); /script> !-- API Integration Script --> script srcjs/api.js>/script> !-- Email Service Integration --> script srcjs/email-service.js>/script> !-- Mock Database --> script srcjs/mock-database.js>/script> !-- Booking System Styles --> link relstylesheet hrefcss/booking-system.css /> link relstylesheet hrefauth-tabs.css /> !-- Instant Booking System --> script srcjs/instant-booking-system.js>/script> !-- Book Now Button Integration --> script> document.addEventListener(DOMContentLoaded, function () { // Handle all Book Now buttons const bookNowButtons document.querySelectorAll( .book-btn, .floating-book-btn ); bookNowButtons.forEach((button) > { button.addEventListener(click, function (e) { e.preventDefault(); // Open the advanced booking modal if (typeof bookingSystem ! undefined) { bookingSystem.openModal(); } else { // Fallback if booking system not loaded showNotification( Please fill out the contact form to request an appointment. Well contact you to schedule your visit!, info ); setTimeout(() > { window.location.href contact.html; }, 2000); } }); }); // Show notification function function showNotification(message, type info) { const notification document.createElement(div); notification.style.cssText ` position: fixed; top: 20px; right: 20px; padding: 15px 20px; border-radius: 5px; color: white; font-weight: 500; z-index: 10000; max-width: 400px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); transition: all 0.3s ease; transform: translateX(100%); ${type success ? background: #10b981; : } ${type error ? background: #ef4444; : } ${type info ? background: #3b82f6; : } `; notification.textContent message; document.body.appendChild(notification); setTimeout(() > { notification.style.transform translateX(0); }, 100); setTimeout(() > { notification.style.transform translateX(100%); setTimeout(() > notification.remove(), 300); }, 4000); } }); /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]