 .custom-page-header {
     position: relative;
     padding: 30px 0;
     text-align: center;
     overflow: hidden;
     background: linear-gradient(135deg, #ff6f0f 0%, #f3995eff 100%);
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
 }

 .custom-page-header::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.4);
 }

 .custom-about-text-3d {
     font-family: 'Montserrat', sans-serif;
     font-size: 2.5rem;
     font-weight: 800;
     color: white;
     text-transform: uppercase;
     position: relative;
     z-index: 2;
     text-shadow:
         0 1px 0 #ccc,
         0 2px 0 #c9c9c9,
         0 3px 0 #bbb,
         0 4px 0 #b9b9b9,
         0 5px 0 #aaa,
         0 6px 1px rgba(0, 0, 0, .1),
         0 0 5px rgba(0, 0, 0, .1),
         0 1px 3px rgba(0, 0, 0, .3),
         0 3px 5px rgba(0, 0, 0, .2),
         0 5px 10px rgba(0, 0, 0, .25),
         0 10px 10px rgba(0, 0, 0, .2),
         0 20px 20px rgba(0, 0, 0, .15);
     letter-spacing: 2px;
     margin: 0;
 }

 .custom-about-text-3d {
     font-weight: bold;
     font-size: 2rem;
     color: #fff;
     font-family: 'Arial', sans-serif;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin: 0;
     line-height: 1.2;

     /* 3D effect using multiple text shadows */
     text-shadow:
         1px 1px 0 #ccc,
         2px 2px 0 #bbb,
         3px 3px 0 #aaa,
         4px 4px 0 #999,
         5px 5px 0 #888,
         6px 6px 0 #777,
         7px 7px 0 #666;
 }

 /* <!-- FOOTER DESIGN --> */


 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 /* Footer Styles */
 .site-footer {
     background: linear-gradient(135deg, #1a2c43 0%, #0e1a2b 100%);
     color: #fff;
     padding: 70px 0 0;
     position: relative;
     overflow: hidden;
 }

 .footer-top {
     padding-bottom: 50px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     position: relative;
 }

 .footer-top::before {
     content: "";
     position: absolute;
     top: -100px;
     right: -100px;
     width: 300px;
     height: 300px;
     border-radius: 50%;
     background: rgba(249, 168, 38, 0.1);
     filter: blur(50px);
 }

 .footer-top::after {
     content: "";
     position: absolute;
     bottom: -50px;
     left: -100px;
     width: 250px;
     height: 250px;
     border-radius: 50%;
     background: rgba(26, 115, 232, 0.1);
     filter: blur(50px);
 }

 .footer-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 40px;
     position: relative;
     z-index: 2;
 }

 .footer-column h3 {
     font-family: 'Playfair Display', serif;
     font-size: 24px;
     margin-bottom: 25px;
     position: relative;
     display: inline-block;
 }

 .footer-column h3::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -10px;
     width: 50px;
     height: 3px;
     background: #f9a826;
     border-radius: 3px;
 }

 .about-widget {
     padding-right: 20px;
 }

 .footer-logo {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
 }

 .footer-logo img {
     height: 50px;
     margin-right: 15px;
 }

 .logo-text {
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     font-weight: 700;
     color: #fff;
 }

 .logo-text span {
     color: #f9a826;
 }

 .about-text {
     line-height: 1.8;
     margin-bottom: 25px;
     color: #b6c0d0;
 }

 .contact-info {
     list-style: none;
 }

 .contact-info li {
     display: flex;
     margin-bottom: 15px;
     align-items: flex-start;
 }

 .contact-info .icon {
     background: rgba(249, 168, 38, 0.15);
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 15px;
     flex-shrink: 0;
     color: #f9a826;
     font-size: 18px;
 }

 .contact-info .text {
     color: #b6c0d0;
     line-height: 1.6;
 }

 .contact-info .text a {
     color: #b6c0d0;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .contact-info .text a:hover {
     color: #f9a826;
 }

 .social-links {
     display: flex;
     margin-top: 25px;
 }

 .social-links a {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.1);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 10px;
     color: #fff;
     font-size: 18px;
     transition: all 0.3s ease;
 }

 .social-links a:hover {
     background: #f9a826;
     transform: translateY(-5px);
 }

 .quick-links ul {
     list-style: none;
 }

 .quick-links li {
     margin-bottom: 15px;
 }

 .quick-links a {
     color: #b6c0d0;
     text-decoration: none;
     display: flex;
     align-items: center;
     transition: all 0.3s ease;
 }

 .quick-links a:hover {
     color: #f9a826;
     transform: translateX(5px);
 }

 .quick-links a i {
     margin-right: 10px;
     color: #f9a826;
 }

 .news-widget .news-item {
     display: flex;
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .news-widget .news-item:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
     border: none;
 }

 .news-image {
     width: 80px;
     height: 80px;
     border-radius: 8px;
     overflow: hidden;
     margin-right: 15px;
     flex-shrink: 0;
 }

 .news-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all 0.5s ease;
 }

 .news-item:hover .news-image img {
     transform: scale(1.1);
 }

 .news-content h4 {
     font-size: 16px;
     margin-bottom: 5px;
 }

 .news-content h4 a {
     color: #fff;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .news-content h4 a:hover {
     color: #f9a826;
 }

 .news-content .date {
     color: #f9a826;
     font-size: 14px;
     display: flex;
     align-items: center;
 }

 .news-content .date i {
     margin-right: 5px;
 }

 .newsletter-widget p {
     color: #b6c0d0;
     line-height: 1.8;
     margin-bottom: 20px;
 }

 .newsletter-form {
     position: relative;
     margin-bottom: 20px;
 }

 .newsletter-form input {
     width: 100%;
     height: 55px;
     border-radius: 30px;
     border: none;
     background: rgba(255, 255, 255, 0.1);
     padding: 0 20px;
     color: #fff;
     font-size: 16px;
     outline: none;
     transition: all 0.3s ease;
 }

 .newsletter-form input:focus {
     background: rgba(255, 255, 255, 0.15);
 }

 .newsletter-form button {
     position: absolute;
     right: 5px;
     top: 5px;
     height: 45px;
     border-radius: 30px;
     border: none;
     background: #f9a826;
     color: #1a2c43;
     padding: 0 25px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .newsletter-form button:hover {
     background: #e0971f;
     transform: scale(1.05);
 }

 .payment-methods {
     display: flex;
     align-items: center;
     margin-top: 20px;
 }

 .payment-methods span {
     color: #b6c0d0;
     margin-right: 15px;
 }

 .payment-icons {
     display: flex;
 }

 .payment-icons i {
     font-size: 30px;
     margin-right: 10px;
     color: rgba(255, 255, 255, 0.7);
     transition: all 0.3s ease;
 }

 .payment-icons i:hover {
     color: #fff;
 }

 .footer-bottom {
     padding: 25px 0;
     text-align: center;
 }

 .copyright {
     color: #b6c0d0;
     font-size: 15px;
 }

 .copyright a {
     color: #f9a826;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .copyright a:hover {
     text-decoration: underline;
 }

 .back-to-top {
     position: absolute;
     right: 30px;
     bottom: 30px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #f9a826;
     color: #1a2c43;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
     z-index: 10;
 }

 .back-to-top:hover {
     transform: translateY(-5px);
     background: #e0971f;
 }

 /* Responsive Design */
 @media (max-width: 992px) {
     .footer-grid {
         gap: 30px;
     }
 }

 @media (max-width: 768px) {
     .footer-top {
         padding-bottom: 30px;
     }

     .footer-grid {
         grid-template-columns: 1fr;
         gap: 40px;
     }

     .back-to-top {
         right: 20px;
         bottom: 20px;
     }
 }