.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fce5d7,#f8f1ed);padding:50px 100px;width:100%;box-sizing:border-box;gap:30px;border-bottom:2px solid #f1dbce;box-shadow:0 4px 10px #0000001a}.header-content{max-width:50%}.header-content h1{font-size:3rem;font-family:Domine,serif;margin-bottom:20px;color:#2e2e2e;line-height:1.3;text-shadow:2px 2px 8px rgba(0,0,0,.1);letter-spacing:.5px}.header-content p{font-size:1.1rem;font-family:Mulish,sans-serif;color:#444;margin-bottom:25px;line-height:1.8;letter-spacing:.5px}.header-slider{max-width:45%;display:flex;align-items:center;justify-content:center}.slider-image{width:100%;max-width:400px;height:auto;border-radius:15px;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;border:3px solid transparent;box-shadow:0 6px 15px #0003}.slider-image:hover{transform:scale(1.08);box-shadow:0 10px 30px #0006;border-color:#f5c518}.header-button{background-color:#f5c518;padding:12px 30px;font-size:1.2rem;font-weight:700;color:#2e2e2e;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 4px 12px #00000026}.header-button:hover{background-color:#e5b318;transform:translateY(-4px);box-shadow:0 8px 20px #0000004d}@media (max-width: 1024px){.header{flex-direction:column;justify-content:center;text-align:center;padding:40px;gap:40px}.header-content{max-width:80%;padding:0 20px}.header-slider{margin-top:30px;max-width:70%}.slider-image{max-width:300px}}@media (max-width: 768px){.header-content h1{font-size:clamp(2.2rem,6vw,2.8rem)}.header-content p{font-size:clamp(1rem,4vw,1.1rem)}.header{padding:30px}.slider-image{max-width:250px}}@media (max-width: 480px){.header-content h1{font-size:clamp(1.8rem,7vw,2.2rem)}.header-content p{font-size:.95rem}.header-content{max-width:100%;padding:0 15px}.slider-image{max-width:200px}}*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#fff;position:sticky;top:0;z-index:1000;width:100%;border-bottom:1px solid #ddd;transition:background-color .3s ease-in-out}.navbar:hover{background-color:#f8f9fa}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:40px;margin-right:10px}.navbar-title{font-size:1.8rem;font-family:Abril Fatface,serif,cursive;font-weight:700;color:#954000;text-decoration:none}.navbar-logo a{text-decoration:none}.navbar-links-wrapper{display:flex}.navbar-links{list-style:none;display:flex;justify-content:center;font-family:Arial;gap:8rem;padding:0}.navbar-links li a{text-decoration:none;font-size:1rem;font-family:Arial,sans-serif;color:#000;transition:color .3s ease-in-out}.navbar-links li a:hover{color:#954000}.navbar-free-trial{margin-left:1rem;font-family:Arial}.cta-button{background-color:#954000;color:#fff;padding:.5rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:700;font-family:Arial,sans-serif;transition:background-color .3s ease-in-out}.cta-button:hover{background-color:#daa520}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger .line{width:25px;height:3px;background-color:#000;transition:transform .3s,opacity .3s}.hamburger.open .line:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open .line:nth-child(2){opacity:0}.hamburger.open .line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 800px){.navbar-links-wrapper{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:#fff;width:100%;box-shadow:0 2px 5px #0003;overflow:hidden;transition:max-height .3s ease-in-out;max-height:0}.navbar-links-wrapper.open{max-height:300px}.navbar-links{flex-direction:column;align-items:center;gap:1.2rem;padding:1rem 0}.hamburger{display:flex}.navbar-free-trial{margin-left:0;margin-top:1rem}}@media (max-width: 493px){.navbar{flex-direction:column;align-items:center;padding:.8rem 1rem}.navbar-logo{justify-content:center;margin-bottom:.5rem;width:100%;text-align:center}.navbar-title{font-size:1.4rem}.navbar-links-wrapper{flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 2px 5px #0003;overflow:hidden;transition:max-height .3s ease-in-out;max-height:0;z-index:999}.navbar-links-wrapper.open{max-height:300px}.navbar-links{flex-direction:column;gap:1rem;padding:.5rem 0}.navbar-links li a{font-size:.9rem}.hamburger{display:flex;align-self:flex-end;margin-bottom:.5rem}.hamburger .line{width:20px;height:2.5px}.navbar-free-trial{margin-top:1rem;width:100%;text-align:center}.cta-button{font-size:.9rem;padding:.5rem 1rem}}.jewelry-services{background-color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;margin:0 auto;width:100%}.jewelry-services h2{font-family:Domine,serif;color:#954000;font-size:2.5rem;margin-bottom:10px}.jewelry-services p{font-family:Mulish,sans-serif;color:#000;font-size:1rem;line-height:1.8}.service-list{display:flex;justify-content:center;margin-top:30px;gap:30px;flex-wrap:nowrap;width:100%;padding:0 20px;overflow-x:auto;scrollbar-width:none}.service-list::-webkit-scrollbar{display:none}@media (max-width: 1024px){.service-list{flex-wrap:wrap;justify-content:space-around}.service-item{max-width:45%}}@media (max-width: 768px){.service-item{max-width:48%}}@media (max-width: 480px){.service-item{max-width:100%}.service-list{gap:20px}}.service-item{text-align:center;padding:20px;max-width:300px;background-color:transparent;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001a}.service-item img{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-bottom:15px;transition:transform .3s ease}.service-item img:hover{transform:scale(1.1)}.service-item h3{font-family:Arial,sans-serif;color:#000;font-size:1.2rem;font-weight:700;margin-top:15px}.service-item p{font-family:Mulish,sans-serif;color:#000;font-size:1rem;line-height:1.6;margin-top:10px}@media (max-width: 1024px){.jewelry-services{padding:30px 15px}.jewelry-services h2{font-size:2.5rem}.jewelry-services p{font-size:1.3rem}.service-item{max-width:250px}.service-item img{max-width:200px}}@media (max-width: 768px){.jewelry-services h2{font-size:2rem}.jewelry-services p{font-size:1.1rem;padding:0 10px}.service-item{max-width:100%}.service-item img{width:160px;height:160px}}@media (max-width: 480px){.jewelry-services h2{font-size:1.8rem}.jewelry-services p{font-size:1rem;line-height:1.5}.service-item img{width:140px;height:140px}.service-list{gap:20px}}.photo-solutions{background:linear-gradient(135deg,#fce5d8,#fff);padding:50px 0;text-align:center}.photo-solutions h2{font-size:2.5rem;font-family:Domine,serif;color:#954000;margin:0 5% 20px;line-height:1.4;font-weight:700}.photo-services p{color:#daa520;font-family:Arial;font-size:1rem;margin-bottom:20px}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 5%;justify-items:center}.solution-item{padding:20px;border:1px solid #ddd;border-radius:10px;background-color:#faf8ed;text-align:center;width:100%;max-width:350px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.solution-item:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026}.solution-image{width:100%;height:auto;margin-bottom:15px;border-radius:5px;display:block}.solution-item h3{margin:15px 0 10px;font-size:1.8rem;color:#845616;font-family:Domine,serif;font-weight:700}.solution-item p{font-size:1rem;font-family:Arial,sans-serif;color:#333;line-height:1.8;margin-bottom:20px}@media (max-width: 768px){.photo-solutions h2{font-size:2.2rem}.solutions-grid{gap:20px}.solution-item h3{font-size:1.6rem}.solution-item p{font-size:.95rem}}@media (max-width: 480px){.photo-solutions h2{font-size:2rem}.solutions-grid{gap:15px}.solution-item{max-width:90%;margin:0 auto}.solution-item h3{font-size:1.4rem}.solution-item p{font-size:.9rem}}.photo-services{padding:50px 0;text-align:center;background-color:#f9f9f9}.photo-services h2{font-size:2.5rem;color:#954000;margin-bottom:20px;font-family:Domine,serif;font-weight:700}.photo-services p{color:#555;font-size:1rem;margin-bottom:40px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 5%}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;justify-items:center}.services-item{display:flex;flex-direction:column;align-items:center;padding:20px;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 10px #0000001a;background-color:#fff;text-align:center;width:100%;max-width:350px;transition:transform .3s ease,box-shadow .3s ease}.services-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-image{width:150px;height:150px;object-fit:cover;border-radius:5px;margin-bottom:20px}.services-item h3{font-size:1.6rem;color:#845616;font-family:Domine,serif;font-weight:700;margin:0 0 10px;line-height:1.2;min-height:50px}.services-item p{font-size:1rem;font-family:Arial,sans-serif;color:#000;line-height:1.5;margin:0;min-height:70px}.image-container{margin-bottom:15px}.service-image{width:100%;height:auto;max-width:250px;display:block;margin:0 auto;border-radius:5px}.title-container h3{font-size:1.8rem;color:#845616;margin-bottom:10px;font-family:Domine,serif;font-weight:700}.description-container p{font-size:1rem;color:#333;line-height:1.6}@media (max-width: 768px){.services-grid{gap:20px}.title-container h3{font-size:1.6rem}.description-container p{font-size:.95rem}}@media (max-width: 480px){.services-grid{gap:15px}.services-item{padding:15px}.title-container h3{font-size:1.4rem}.description-container p{font-size:.9rem}}.why-choose-us{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;background-color:#fff8e6;box-shadow:0 5px 15px #0000001a;border-radius:20px}.choose-us-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:1400px;width:100%;margin:0 auto}.choose-us-content h2{font-size:2.5rem;font-family:Domine,serif;color:#a65a00;margin-bottom:20px;line-height:1.4;text-transform:capitalize}.choose-us-content p{font-size:1rem;font-family:Mulish,sans-serif;color:#333;padding:0 20px;line-height:1.8;margin-bottom:40px}.image-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:80%;margin-top:40px;gap:30px}.choose-us-image{flex:1 1 45%;display:flex;justify-content:center;align-items:center;position:relative}.before-after-image{width:100%;max-width:500px;height:auto;border-radius:15px;box-shadow:0 8px 25px #00000026;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease}.before-after-image:hover{transform:scale(1.1);box-shadow:0 12px 35px #00000040}.choose-us-image:before{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;max-width:520px;border:2px solid #FFF8E6;border-radius:18px;z-index:-1;opacity:.6}.choose-us-list{flex:1 1 50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;list-style:none;padding:0;margin:0;gap:20px}.choose-us-list ul{list-style:none}.choose-us-item-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding:20px;background-color:#fff1d6;border-radius:10px;box-shadow:0 4px 15px #0000001a}.choose-us-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.choose-us-number{font-size:1.8rem;font-family:Mulish,sans-serif;color:#845616;font-weight:700}.choose-us-title{font-size:1.5rem;font-family:Mulish,sans-serif;color:#845616;font-weight:700}.choose-us-description{font-size:1.2rem;font-family:Arial,sans-serif;color:#333;line-height:1.6;margin-bottom:30px;margin-left:30px}@media (max-width: 768px){.choose-us-item-container{padding:15px}.choose-us-number,.choose-us-title{font-size:1.4rem}.choose-us-description{font-size:1rem}}.portfolio{background-color:#faf8ed;text-align:center;padding:30px 5%}.portfolio h2{font-size:2.2rem;font-family:Domine,serif;color:#954000;margin-bottom:10px}.portfolio p{font-size:1rem;font-family:Arial,sans-serif;color:#daa520;margin-bottom:25px;padding:0 5%}.portfolio-tabs{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;padding:10px}.portfolio-tab{padding:8px 18px;border:1px solid #845616;border-radius:20px;background-color:#faf8ed;font-size:.95rem;color:#845616;font-family:Arial,sans-serif;cursor:pointer;transition:all .3s ease}.portfolio-tab.active,.portfolio-tab:hover{background-color:#845616;color:#fff}.show-buttons-container{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:20px}.show-more,.show-less{background-color:#954000;color:#fff;border:none;padding:12px 20px;font-size:16px;font-weight:700;cursor:pointer;border-radius:10px;transition:all .3s ease}.show-more:hover,.show-less:hover{background-color:#daa520;transform:scale(1.05)}.show-less a{text-decoration:none;color:inherit}.portfolio-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:30px;padding:0 5%}.portfolio-item{overflow:hidden;border-radius:10px;display:flex;justify-content:center;align-items:center}.portfolio-item img{width:100%;height:200px;object-fit:contain;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.portfolio-item img:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026}@media (max-width: 768px){.portfolio h2{font-size:2rem}.portfolio p{font-size:1rem}.portfolio-tabs{gap:10px}.portfolio-tab{font-size:.9rem;padding:6px 14px}.show-buttons-container{flex-direction:column;align-items:center;gap:12px}.show-more,.show-less{width:70%;padding:12px 0;font-size:18px}.portfolio-item img{width:100%;height:300px;object-fit:contain}}@media (max-width: 480px){.portfolio{padding:20px 5%}.portfolio h2{font-size:1.8rem}.portfolio p{font-size:.95rem}.portfolio-tabs{gap:8px}.portfolio-tab{font-size:.85rem;padding:5px 12px;border-radius:12px}.show-more,.show-less{width:70%;padding:10px 0;font-size:16px}.portfolio-item img{width:100%;height:250px;object-fit:contain}}@media (max-width: 320px){.portfolio h2{font-size:1.6rem}.portfolio p{font-size:.9rem}.portfolio-tab{font-size:.8rem;padding:5px 10px}.show-more,.show-less{width:100%;font-size:14px;padding:8px 0}.portfolio-item img{width:100%;height:220px;object-fit:contain}}@media (min-width: 769px){.portfolio-item img{height:200px;object-fit:cover;object-position:top}}.faq-container{max-width:900px;margin:4rem auto;padding:20px;font-family:Arial,sans-serif}.faq-title{text-align:center;color:#954000;margin-top:15px;margin-bottom:20px;font-size:2.5rem;font-weight:700}.faq-items{border:1px solid #ddd;border-radius:8px;overflow:hidden}.faq-item{border-bottom:1px solid #ddd;margin:1.5rem}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#fff;cursor:pointer;font-size:1rem;font-weight:700}.faq-question:hover{background-color:#eee}.faq-left{display:flex;align-items:center}.faq-question-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background-color:#954000;color:#fff;font-size:1.5rem;font-weight:700}.faq-text{color:#000}.faq-icon{font-size:1rem;color:#954000}.faq-answer{padding:15px;background-color:#fff;font-size:.99rem;color:#000}@media (max-width: 600px){.faq-title{font-size:1.5rem}.faq-question{font-size:.9rem}.faq-answer{font-size:.85rem}}.testimonial{background-color:#faf8ed;padding:50px 30px;text-align:center;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:0}.testimonial h2{font-size:2.5rem;font-family:Domine,serif;margin-bottom:30px;color:#954000;line-height:1.2}.testimonial-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px;margin:0 auto;max-width:1200px;position:relative}.testimonial-image img{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.testimonial-image img:hover{transform:scale(1.05)}.testimonial-content{flex:1;max-width:800px;text-align:left}.testimonial-quote{font-size:1.2rem;color:#444;line-height:1.8;margin-bottom:15px;position:relative}.testimonial-quote .quote-icon{font-size:24px;color:#6b4226;margin:0 10px}.testimonial-author{font-size:1.5rem;font-family:Arial,sans-serif;font-weight:700;color:#000;margin-top:15px}.testimonial-pagination{display:flex;gap:10px;margin-top:20px;justify-content:center}.pagination-dot{width:10px;height:10px;background-color:#ddd;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease}.pagination-dot.active{background-color:#954000}.pagination-dot:hover{background-color:#6b4226}.testimonial-navigation{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.nav-button{background-color:transparent;border:none;font-size:40px;color:#954000;cursor:pointer;padding:10px;pointer-events:all;transition:color .3s ease,transform .3s ease}.nav-button:hover{color:#6b4226;transform:scale(1.1)}.nav-button:disabled{color:#ddd;cursor:not-allowed}@media (max-width: 1024px){.testimonial h2{font-size:2.5rem;margin-bottom:20px}.testimonial-container{flex-direction:column;gap:25px}.testimonial-image img{width:150px;height:150px;margin:0 auto}.testimonial-content{text-align:center;padding:0 15px}.testimonial-quote{font-size:1rem;line-height:1.5}.testimonial-author{font-size:1.2rem}.testimonial-pagination{gap:8px}.pagination-dot{width:12px;height:12px}.nav-button{font-size:30px}.testimonial-navigation{position:static;margin-top:25px;justify-content:center}}@media (max-width: 768px){.testimonial h2{font-size:2rem;margin-bottom:15px}.testimonial-container{flex-direction:column;gap:15px}.testimonial-image img{width:140px;height:140px;margin:0 auto}.testimonial-content{text-align:center;padding:0 15px}.testimonial-quote{font-size:.9rem;line-height:1.5}.testimonial-author{font-size:1rem}.testimonial-pagination{gap:6px}.pagination-dot{width:10px;height:10px}.nav-button{font-size:25px}.testimonial-navigation{position:static;margin-top:20px;justify-content:center;gap:20px}}@media (max-width: 480px){.testimonial h2{font-size:1.8rem;margin-bottom:10px}.testimonial-container{gap:10px}.testimonial-image img{width:120px;height:120px}.testimonial-quote{font-size:.85rem}.testimonial-author{font-size:.9rem}.nav-button{font-size:20px}.testimonial-pagination{gap:4px}}.round-checkbox{display:flex;align-items:center;font-size:18px;cursor:pointer}.round-checkbox input{display:none}.round-checkbox span{width:15px;height:15px;border-radius:50%;border:2px solid #333;display:inline-block;position:relative;margin-right:8px;background:#fff}.round-checkbox input:checked+span{background-color:#007bff;border-color:#007bff}.round-checkbox input:checked+span:after{content:"";width:10px;height:10px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.free-trial-form{width:100%;padding:30px 15px;background:linear-gradient(180deg,#1d110b,#845616);color:#fff}.trial{max-width:1500px}.free-trial-form h2{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:15px}.free-trial-form p{text-align:center;font-size:1rem;color:#daa520;margin-bottom:20px;margin-top:20px}.free-trial-form h3{text-align:center;font-size:1.5rem;margin-bottom:15px}.form-layout{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:800px;margin:0 auto}.contact-info{flex:1;max-width:350px;padding:25px;border-right:1px solid rgba(255,255,255,.2);margin-bottom:20px}.contact-info h3{font-size:1.6rem;margin-bottom:20px;color:#fff;text-align:center}.contact-main-div{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:25px}.contact-item{display:flex;align-items:center;background:#fff;padding:10px;border-radius:50px;text-align:center;gap:10px}.contact-item img{width:20px;height:20px;border-radius:50%}.contact-item p{font-size:1rem;color:#333;margin:0}form{flex:2;min-width:300px;max-width:100%}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:12px;font-size:1rem;background-color:#fff;color:#413e3e;border:1px solid rgba(255,255,255,.3);border-radius:5px;outline:none;transition:border-color .3s ease-in-out}.form-row input::placeholder,.form-row textarea::placeholder{color:#a9a9a9}.service-types{display:flex;gap:10px;margin-bottom:15px}.inp-checkbox{width:20%}.checkbox-label{text-wrap:nowrap;display:flex;justify-content:start;width:80%;margin-right:5px;font-size:1px}.super-main-checkbox{width:30%;display:flex;flex:auto;gap:16px;justify-content:start;flex-direction:column}.main-super-main-checkbox{display:flex;flex-wrap:wrap;gap:20px}.main-checkbox{display:flex;flex-direction:row-reverse}.service-types label{font-size:1rem;color:#fff;display:flex;align-items:center}.file-upload{width:100%;font-size:1.2rem;font-weight:800;color:#cecaca;margin-bottom:15px}.submit-button{background-color:#fff;color:#000;padding:12px 20px;font-size:1.2rem;font-weight:700;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease-in-out,transform .2s ease-in-out;display:block;margin:20px auto;width:60%}.submit-button:hover{background-color:#d1d1d1;transform:scale(1.05)}.submit-button:active{background-color:#b3b3b3}.error{color:#ff6161;font-size:.9rem;margin-top:5px}@media screen and (max-width: 1024px){.free-trial-form h2{font-size:2.3rem}.free-trial-form p{font-size:1.1rem}.contact-main-div{flex-direction:row;align-items:center;gap:16px}.form-layout{flex-direction:column-reverse;gap:20px;align-items:center}.contact-info{border-right:none;margin-bottom:15px;text-align:center}.submit-button{width:80%}}@media (max-width: 600px){.free-trial-form h2{font-size:2rem;margin-bottom:10px}#supeer-main-checkbox-ID{display:flex;flex-direction:row-reverse;gap:20px}#main-checkbox-ID{width:50px;display:flex;justify-content:start;padding-left:5px}.free-trial-form p{font-size:1rem}.contact-info h3{font-size:1.3rem;display:flex;justify-content:center}.contact-info .contact-title{display:flex;flex-direction:column;align-items:center}.file-upload{font-size:1rem}.form-row input,.form-row select,.form-row textarea{font-size:.95rem;padding:10px}.submit-button{font-size:1rem;padding:10px 15px}}@media screen and (max-width: 480px){.free-trial-form h2{font-size:1.8rem}.free-trial-form p{font-size:.9rem}.contact-info h3{font-size:1.2rem}.form-row input,.form-row select,.form-row textarea{font-size:.9rem;padding:8px}.submit-button{width:200px;font-size:.9rem;padding:8px 12px}}.footer{width:100%;background:#faf8ed;color:#000;padding:40px 20px;display:flex;justify-content:center;align-items:center}.newsletter-button:hover>.fa-plane{transition:all;transition-duration:.2s;rotate:-45deg}.newsletter-button:hover{transition:all;transition-duration:.2s;background:#7d5115}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%}.footer-social{width:40%;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.footer-title,.newsletter-title{font-size:1.5rem;font-weight:700;color:#954000}.footer-line,.newsletter-line{background:#7d5115;width:40%;height:2px;border:none}.social-icons{display:flex;gap:12px}.social-icon{font-size:24px;color:#954000;transition:.3s}.social-icon:hover{color:#7d5115}.divider{background:#7d5115;width:1px;height:140px}.newsletter-section{width:60%;display:flex;flex-direction:column;gap:16px;align-items:center;padding:0 50px;text-align:center}.newsletter-description{width:300px}.newsletter-form{display:flex;align-items:center;justify-content:center;gap:8px}.input-wrapper{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;overflow:hidden}.newsletter-input{border:none;padding:10px;outline:none;flex:1}.newsletter-button{background:#daa520;border:none;padding:10px 20px;cursor:pointer;border-radius:20px;color:#fff}.error-message{color:red;font-size:.9rem}@media (max-width: 768px){.footer .footer-container{flex-direction:column-reverse;gap:16px}.footer-social p,.footer-social h3,.divider{display:none}}.last-footer{background-color:#f8f9fa;padding:5px 10px}.last-two-things{display:flex;align-items:center;gap:10px}.footer-containers{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-containers a{color:#954000}.footer-text,.footer-links,.footer-credits{flex:1;min-width:200px}.footer-text{text-align:left}.footer-links{text-align:center}.footer-credits{text-align:right}.footer-text p{margin:0;font-size:14px;color:#000}.footer-links a{margin:0 10px;font-size:14px;color:#954000;text-decoration:none;white-space:nowrap}.footer-links a:hover{text-decoration:underline}.footer-credits p{font-size:14px;margin:0}.footer-credits a{color:#954000;text-decoration:none}.footer-credits a:hover{text-decoration:underline}@media (max-width: 768px){.footer-containers{flex-wrap:wrap;justify-content:center;gap:15px}.last-two-things{gap:0;flex-direction:column!important}.last-footer{padding:5px}.footer-text,.footer-links,.footer-credits{flex:none;width:100%;text-align:center}.footer-links a{display:inline-block;margin:5px 8px}}@media (max-width: 400px){.footer-text p,.footer-links a,.footer-credits p{font-size:12px}.footer-links a{margin:4px}}.container{font-family:Arial,sans-serif;background-color:#282c34;color:#fff}
