@media screen and (min-width: 801px) {}

      body {
		      -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* Internet Explorer/Edge */
    userallery-select: none; /* Standard syntax */
            font-family: 'Georgia', 'Times New Roman', serif;
            line-height: 1.6;
            color: #333;
            background-color: #fefefe;
            margin: 0 auto;
        }


/* ============================= */
/*        NAVBAR STYLING         */
/* ============================= */

/* Navbar Background */
.custom-navbar {
    background-color: #323232 !important; /* Dark Grey */
}

/* White Line Above Navbar */
.navbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 14px !important;
    font-size: 15px;
}

/* Navbar Hover Effect */
.navbar-nav .nav-link:hover {
    color: #7dc3b7 !important;
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    background-color: #323232 !important;
    border-top: 5px solid #7dc3b7 !important;
}

/* Dropdown Menu Items */
.navbar-nav .dropdown-menu .dropdown-item {
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 15px;
    font-size: 14px;
}

/* Dropdown Hover Effect */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #323232 !important;
    color: #7dc3b7 !important;
}

/* Navbar Button */
.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    padding: 20px 20px;
}

/* Navbar Button Focus */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

/* MENU Text Inside Navbar Button */
.menu-text {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Navbar Padding */
.navbar {
    padding: 25px 0 !important;
}

/* Adjust Navbar Alignment */
.navbar-expand-lg {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

/* Fix Navbar on Mobile */
@media (max-width: 991px) {
    .navbar-nav {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbar-nav .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: left !important;
    }

    .dropdown-menu {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Remove Focus Outline on Click */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* ============================= */
/*        HEADER STYLING         */
/* ============================= */

.custom-header {
    background-color: #323232; 
    color: white;
    text-align: center;
    padding: 15px 0 !important;
    font-family: 'Playfair Display SC', serif;
}

.custom-header .custom-title,
.custom-header .custom-tagline {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: 'Playfair Display SC', Georgia, serif;
}

.custom-header .custom-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
}

.custom-header .custom-title a {
    text-decoration: none;
    color: #d7d8d3;
	font-family: 'Playfair Display SC', Georgia, serif;
}

.custom-header .custom-title a:hover {
    color: #a1a19f;
}

.custom-header .custom-title span {
    color: #d7d8d3;
    padding-left: 6px;
    padding-right: 4px;
}

.custom-header .custom-title span:hover {
    color: #a1a19f;
}

.custom-header .custom-tagline {
    font-size: 1rem;
    margin-top: 5px;
    color: #a1a19f;
}

.custom-header .custom-tagline a {
    text-decoration: none;
    color: #a1a19f;
}

.custom-header .custom-tagline a:hover {
    color: #d7d8d3;
}

/* Colourful Social Icons */
.social-icon-bar {
  background-color: #f4f2f0;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.social-icon-bar i {
  font-size: 20px;
  margin: 0 12px;
  transition: transform 0.3s ease;
}

/* Individual brand colours */
.social-icon-bar .fa-facebook-f { color: #3b5998; }
.social-icon-bar .fa-instagram  { color: #ac2bac; }
.social-icon-bar .fa-pinterest-p { color: #c61118; }
.social-icon-bar .fa-blog { color: #5c5c5c; } /* Neutral grey blog icon */

/* Optional: Subtle grow on hover */
.social-icon-bar a:hover i {
  transform: scale(1.2);
}

.top-frame-bar {
  background-color: #000;
  height: 6px; /* Adjust thickness here if needed */
  width: 100%;
}

.img-container{
width: 100%;
    height: 28vh;
    min-height: 380px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
    box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.4);
}
.img-container  { background-image: url(https://www.pet-portraitartist.com/images/hand-painted-pet-portraits.webp); }

/* Full-width informational section */
.top-section {
    background: #4c4b4c; 
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Container for text */
.top-container {
    max-width: 900px; 
    width: 90%;
    text-align: center;
    color: white; 
    padding: 5px 20px; 
}

.top-section h1,
.top-section h2 {
 font-size: 1.5rem !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: white !important;
    border-bottom: 2px solid white !important;
    padding-bottom: 10px !important;
    display: block !important;
}

/* Normal paragraph */
.top-text {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
}

/* Bold paragraph for emphasis */
.top-text-bold {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 10px;
    color: white;
}


.top-section a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.top-section a:hover {
    color: #d4d4c5; /* Slightly softer white on hover */
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .top-container {
        max-width: 90%;
    }

    .top-title {
        font-size: 1.9rem;
    }

    .top-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .top-title {
        font-size: 1.6rem;
    }

    .top-text {
        font-size: 1.2rem;
    }
}

.ebook-content {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto;
}

        /* Typography */
        h1 {
            color: #2c3e50;
            font-size: 2.5em;
            text-align: center;
            margin-bottom: 0.5em;
            border-bottom: 3px solid #3498db;
            padding-bottom: 0.5em;
        }

        h2 {
            color: #34495e;
            font-size: 1.8em;
            margin-top: 2em;
            margin-bottom: 1em;
            border-left: 4px solid #3498db;
            padding-left: 1em;
        }

        h3 {
            color: #2c3e50;
            font-size: 1.4em;
            margin-top: 1.5em;
            margin-bottom: 0.8em;
        }

        h4 {
            color: #34495e;
            font-size: 1.2em;
            margin-top: 1.2em;
            margin-bottom: 0.6em;
        }

        p {
            margin-bottom: 1em;
            text-align: justify; 
        }

        p.no-indent {
            text-indent: 0;
        }

        /* Lists */
        ol, ul {
            margin: 1em 0;
            padding-left: 2em;
        }

        li {
            margin-bottom: 0.5em;
        }

        li p {
            text-indent: 0;
            margin-top: 0.5em;
        }

        /* Emphasis */
        strong {
            color: #2c3e50;
            font-weight: bold;
        }

        em {
            font-style: italic;
            color: #555;
        }

        /* Special sections */
        .intro {
            background-color: #ecf0f1;
            padding: 1.5em;
            border-radius: 8px;
            margin: 2em 0;
            border-left: 5px solid #3498db;
        }

        .materials-box {
            background-color: #f8f9fa;
            border: 2px solid #3498db;
            border-radius: 8px;
            padding: 1.5em;
            margin: 2em 0;
        }

        .materials-category {
            margin-bottom: 1.5em;
        }

        .materials-category h4 {
            color: #2980b9;
            border-bottom: 1px solid #bdc3c7;
            padding-bottom: 0.3em;
        }

        .tip-box {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 5px;
            padding: 1em;
            margin: 1em 0;
            border-left: 4px solid #f39c12;
        }

        /* Table of Contents */
        .toc {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 2em;
            margin: 2em 0;
        }

        .toc h2 {
            margin-top: 0;
        }

        .toc ol {
            counter-reset: chapter;
        }

        .toc li {
            counter-increment: chapter;
            margin-bottom: 0.8em;
        }

        /* Page breaks for printing */
        .page-break {
            page-break-before: always;
        }

        /* Responsive design */
        @media (max-width: 600px) {
            body {
                padding: 15px;
                font-size: 16px;
            }
            
            h1 {
                font-size: 2em;
            }
            
            h2 {
                font-size: 1.5em;
            }
        }

/* Hero Section */
.hero-section {
	width: 100% !important; 
    background-color: #323232 !important; 
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 40px 0; 
}

/* Content inside the Hero */
.hero-content {
    max-width: 900px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Hero Heading */
.hero-content h3,
.hero-content h4,
.hero-content h5 {
  font-size: 40px !important;
  margin-bottom: 10px;
  color: #f2f2f2;
  font-family: 'Raleway', sans-serif;
  font-weight: 900; /* Bold */
  border-bottom: 1px solid #f2f2f2;
}

/* Hero Paragraph */
.hero-content p {
    margin-top: 10px;
    color: #f2f2f2;
    font-size: 18px;
    padding: 0 50px;
    max-width: 900px;
}


/* White Contact button */
.whitebuttondiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.whitebutton a {
    display: inline-block;
    background-color: white;
    color: #000;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-decoration: none !important;
    border-radius: 4px;
    border: 2px solid #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-width: 180px;
}

.whitebutton a:hover {
    background-color: #f2f2f2;
    color: #000;
    border-color: #000;
}

/* Visited links stay black */
.whitebutton a:visited {
    color: #000;
}

/* Mobile layout */
@media (max-width: 768px) {
    .whitebuttondiv {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .whitebutton a {
        width: 100%;
        max-width: 300px;
    }
}

/* gallery links */
.gallery-links-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  background-color: #f2f2f2; /* same as the 'Follow our Work' section */
  flex-wrap: wrap;
}

.gallery-link {
  text-align: center;
  width: 200px;
}

.gallery-link img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.gallery-label {
  display: block;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  colour: #000;
  text-decoration: none;
}

.gallery-link a {
  text-decoration: none;
  colour: #000;
}

.gallery-link a:hover .gallery-label,
.gallery-link a:visited .gallery-label {
  text-decoration: underline;
  colour: #000;
}

/* Responsive for smaller screens */
@media (max-width: 900px) {
  .gallery-links-section {
    flex-direction: column;
    align-items: center;
  }

  .gallery-link {
    width: 80%;
    max-width: 300px;
  }
}

/* Wrapper to center buttons */
.clickeroo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

/* Button base style */
.clickeroo a {
    display: inline-block;
    background-color: #323232;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important; /* FORCE no underline */
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-width: 180px;
}

/* Hover effect */
.clickeroo a:hover {
    background-color: black;
    color: white;
}

/* Visited link stays white */
.clickeroo a:visited {
    color: white;
}

/* Stack on smaller screens */
@media (max-width: 768px) {
    .clickeroo {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .clickeroo a {
        width: 100%;
        max-width: 300px;
    }
}

/* Floating Button Container */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Shared Button Style */
.floating-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  width: auto;
  height: auto;
  padding: 10px 15px;
}

/* Messenger Button Specific Colour */
.floating-buttons a.messenger {
  background-color: #0084FF;
}

/* Hover Styles */
.floating-buttons a:hover {
  background-color: #128C7E;
}

.floating-buttons a.messenger:hover {
  background-color: #006FDB;
}

/* Visited Colour Fix */
.floating-buttons a,
.floating-buttons a:visited,
.floating-buttons a:active {
  color: white;
}

/* ICON-ONLY Mode */
.floating-buttons.icon-only a {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}

/* Font Awesome Icon Size */
.floating-buttons.icon-only i {
  font-size: 24px;
}


.class1{padding:0 20px 0 10px!important;margin: 1em 0 .5em 0!important;font-family: 'Playfair Display SC', serif!important;position:relative!important;font-size:18px!important;line-height:40px!important;text-transform:lowercase!important;color:#d7d8d3!important;border-bottom:1px solid rgba(64,58,53, 0.2)!important;}
.class1 span{color:#a1a19f;padding-left:6px;padding-right:4px}
.class1 span:hover{color:#6c6c68}
.class2{text-align:center!important;color:#7a98ae;font-size:10px;}
.class4{color:#4d4d4d;text-align:center!important;font-family:Playfair Display SC,sans-serif;font-weight:400;font-size:25px;text-transform:uppercase;}
.class6{color:#f16334;font-family:Playfair Display SC,serif;font-weight:400;font-size:18px;}
.class10{color:#4d4d4d!important;font-family:'El Messiri',sans-serif!important;font-size:18px!important;font-weight:400!important;}

/* Footer Text Styling */
.footer-cta-text {
  margin-bottom: 40px !important;
  text-align: center;
}

/* Footer Section */
.footer-cta-text {
  margin-bottom: 40px !important;
  text-align: center;
}

.footer-cta-text h6 {
  font-size: 40px !important;
  margin: 0 auto 10px; 
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 900 !important;
  border-bottom: 2px solid #333 !important;
  display: inline-block; 
  padding-bottom: 5px;
}

.footer-cta-text p {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}


/* Footer Social Icon Bar - Light Background Version */
.footer-social-icon-bar {
  text-align: center;
  background-color: transparent;
}

.footer-social-icon-bar a {
  color: #333;
  font-size: 20px;
  margin: 0 12px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-social-icon-bar a:hover {
  color: #000;
}

.footer{max-width:500px!important;text-align:center!important;display:block!important;margin:auto!important;padding-bottom:25px!important;padding-top:25px!important}

/* Footer middle section - wider, centered, and refined */
.footermiddle {
    width: 100% !important; 
    background-color: #f2f2f2 !important; 
    padding: 20px 0; 
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Centered text with better spacing */
.footermiddle p {
    text-align: center !important;
    font-size: 18px !important; 
    padding: 0 50px !important; 
    max-width: 900px; /* Keeps text contained */
    margin: 0 auto; /* Ensures proper centering */
}

.footersocial{text-align:center!important;background-color:#323232!important;padding:0 0 20px!important}

.footertop{width:100%;text-align:center!important;background-color:#f9f9f9!important;padding-top:10px!important}

.galleryfooter{width:33% !important;float:left !important;margin:0;padding:0;letter-spacing:1px!important;font-size:16px!important;text-align:center!important;line-height:60px!important;}
.galleryfooter img{width:99% !important}
.galleryfooter a:active {color:#4d4d4d !important;text-decoration: none!important;}
.galleryfooter a:link {color:#4d4d4d !important;text-decoration: none!important;}
.galleryfooter a:visited{color:#4d4d4d !important;text-decoration: none!important;}

.footersocial{text-align:center!important;background-color:#323232!important;padding:0 0 20px!important}
.footertop{width:100%;text-align:center!important;background-color:#f9f9f9!important;padding-top:10px!important}

.galleryfooter{width:33% !important;float:left !important;margin:0;padding:0;letter-spacing:1px!important;font-size:16px!important;text-align:center!important;line-height:60px!important;}
.galleryfooter img{width:99% !important}
.galleryfooter a:active {color:#4d4d4d !important;text-decoration: none!important;}
.galleryfooter a:link {color:#4d4d4d !important;text-decoration: none!important;}
.galleryfooter a:visited{color:#4d4d4d !important;text-decoration: none!important;}

.footercontainer{max-width:950px;margin: 0px auto;} 
.footer-distributed{background-color: #323232;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);box-sizing: border-box;width:100%;text-align:left;font:bold 15px sans-serif;padding: 35px 50px;margin-top:0px;}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{display:inline-block;vertical-align:top;}
/* Footer left */
.footer-distributed .footer-left{width:40%;}
/* The company logo */
.footer-distributed h3{color:#ffffff}
.footer-distributed h3 span{color:#9e9e97;padding-left:6px;padding-right:4px}
/* Footer links */
.footer-distributed .footer-links{color:#9e9e97;margin: 20px 0 12px;padding: 0;font-weight:normal;text-decoration:none}
.footer-distributed .footer-links a{display:inline-block !important; line-height: 1.8;text-decoration:none;color:inherit;}
.footer-distributed .footer-links a:hover{color:#ffffff;text-decoration:underline;}
.footer-distributed .footer-company-name{color:#9e9e97;font-size: 14px;font-weight:normal;margin: 0;}
/* Footer Center */
.footer-distributed .footer-center{width:35%;}
/* Footer Right */
.footer-distributed .footer-right{width:15%;}
.footer-distributed .footer-right i{background-color:#33383b;color:#9e9e97;font-weight:normal;width:38px;height:38px;border-radius:50%;text-align:center;line-height:42px;margin:10px 15px;vertical-align:middle;}
.footer-distributed .footer-right p{display:inline-block;color:#9e9e97;vertical-align:middle;margin:0;line-height:2;font-weight:normal;}
.footer-distributed .footer-right p span{display:block;font-weight:normal;font-size:14px;line-height:2;}
.footer-distributed .footer-right p a{color:#9e9e97;text-decoration:none;font-weight:normal;}
@media (max-width: 880px) {
.footer-distributed{font: bold 14px sans-serif;}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{display: block;width:100%;margin-bottom: 40px;text-align: center;}
.footer-distributed .footer-center i{margin-left: 0;}}
@media print{#content p{font-size:11pt;color:#000}
#footer{display:none;}
.site-description{display:none;}
.site-title{display:none;}
}