@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap");
:root {
    --primary-color: #201b1b;
    --secondary-color: #05b9b3;
    --third-color: #333;
    --fourth-color: #fff;
    --fifth-color: #ae2012;
    --font-size: 15px;
}
body {font-family: "Roboto", sans-serif;font-weight: 400;font-style: normal;color: #3d3d3d;overflow-x: hidden;font-size: var(--font-size);line-height: 1.7;}
* {margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
img {max-width: 100%;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
a:focus,input:focus,textarea:focus,button:focus,.slick-initialized .slick-slide:focus,.btn:focus,select:focus {text-decoration: none;outline: none;-webkit-box-shadow: none;box-shadow: none;}
input,textarea,button,select {border: none;}
input, textarea, select {width: 100%;background-color: transparent;padding: 0 20px;height: 45px;font-weight: 600;font-size: 13px;color: #555555;border: 1px solid rgba(0, 0, 0, 0.1);}
textarea {height: 200px;padding-top: 20px;resize: none;}
input[type="checkbox"],
input[type="radio"] {height: auto;width: auto;}

::-webkit-input-placeholder {opacity: 1;color: #555555;}
::-moz-placeholder {opacity: 1;color: #555555;}

:-ms-input-placeholder {opacity: 1;color: #555555;}
::-ms-input-placeholder {opacity: 1;color: #555555;}
::placeholder {opacity: 1;color: #555555;}
::-webkit-scrollbar {background-color: #ccc;width: 8px;}

::-webkit-scrollbar:horizontal {background-color: #ccc;height: 4px;}
::-webkit-scrollbar-thumb {background-color: #3d3d3d;}
.slick-slide img {display: inline-block;}
a:focus,a:hover {text-decoration: none;}
i, span, a {display: inline-block;}

h1,h2,h3,h4,h5,h6 {font-family: "Roboto", serif;font-weight: 700;margin: 0px;}
h1{font-size: 34px;}
h2{font-size: 30px;text-transform: capitalize;}
h3{font-size: 18px;}



h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {color: #000000;}
ul, ol {margin: 0px;padding: 0px;list-style-type: none;}
p {margin: 0px;}
a {-webkit-transition: all 0.3s ease-out 0.3s;-o-transition: all 0.3s ease-out 0.3s;transition: all 0.3s ease-out 0.3s;}
a, a:hover {color: #000000;}

/* Animations */
@keyframes pulse {
0% {transform: scale(0.75);}
50% {transform: scale(1);}
100% {transform: scale(0.75);}
}
@keyframes rotate {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
.primaryColor{color: var(--primary-color);}
.mt40{margin-top: 40px;}
.p80{padding: 80px;}
.p50{padding: 50px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt50{padding-top: 50px;}
.pt80{padding-top: 80px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb50{padding-bottom: 50px;}
.pb80{padding-bottom: 80px;}
.pl0{padding-left: 0;}


/* Header (Desktop + Base) */
header {background: #005f73;position: relative;z-index: 9999;}
/* Main Menu (Desktop) */
.menu {list-style: none;margin: 0;padding: 0;display: flex;justify-content: space-around;position: relative;width: 100%;}
.menu li {position: relative;}
.menu li a {display: block;padding: 10px 15px;color: #fff !important;text-decoration: none;font-size: 14px;transition: color 0.3s ease;}
/* Hover Effect */
.menu li a:hover {color: #ffd166 !important; /* gold hover */}
/* Submenu (Desktop) */
.submenu {display: none;position: absolute;top: 100%;left: 0;background: #005f73;min-width: 180px;list-style: none;padding: 0;margin: 0;border-radius: 6px;z-index: 999;}
.submenu li a {padding: 8px 12px;color: #fff !important;white-space: nowrap;background: #007086;transition: background 0.3s ease;}
.submenu li a:hover {background: #0096ad;} 
.navbar-mobile .menu {flex-direction: column;align-items: flex-start;width: 100%;}
.navbar-mobile .menu li {width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.navbar-mobile .menu li a {width: 100%; padding: 12px 15px; color: #fff !important;}
.menu li:hover > .submenu {display: block;}

/* Mobile Menu */
.navbar-mobile {position: fixed;left: 0;right: 0;bottom: 0;z-index: 1050;top: 0;background: #fff;padding: 15px;display: none;}
.navbar-mobile-header {display: flex;justify-content: space-between;font-size: 24px;align-items: center;}
.navbar-mobile-header h3{font-size: 24px;text-transform: uppercase;}
.navbar-mobile-header a {background: var(--primary-color);color: #fff;width: 50px;height: 50px;text-align: center;line-height: 50px;border-radius: 50%;}
.navbar-mobile.active{display: block;}
.navbar-mobile .menu a:hover{background: var(--primary-color);color: #fff;}
.navbar .nav-open-btn {color: #fff;position: relative;top: -63px;font-size: 24px;}


/* Banner */
.banner-section {background: linear-gradient(155deg,#005f73,#005f73);color: #fff;text-align: left;}
.banner-section h1{font-size: 35px;color: #fff;}
.banner-section p{font-size: 15px;margin: 15px 5px; text-align: justify;}
.banner-section .trust-pilot-area{border-radius: 5px; border: 1px solid #94d2bd; max-width: 500px; max-height:90px;}
.banner-section .trust-pilot-area img{width: 200px;}
.banner-section .trust-pilot-area p{color: #b5adad;}
.banner-section a, .banner-section img{width: 70%;}
.banner-section video{width: 70%;}
/* Hide only on mobile (screen width < 768px) */
@media (max-width: 767px) {
  .hide-mobile {display: none !important;}
}


/* Categories Section */
.category-wrap{text-align: center;}
.category-wrap h2{text-transform: uppercase;letter-spacing: 1px;}
.category-wrap .nav-tabs{justify-content: center;border: transparent;padding: 30px 0;}
.category-wrap button{background: var(--primary-color);margin: 0 5px;border-radius: 5px !important;border: transparent !important;}
.category-wrap button.active {background: var(--secondary-color) !important;color: #fff !important;}
.category-wrap button {color: #fff;margin: 4px;}
.category-wrap .tab-pane{flex-wrap: wrap;gap: 10px;justify-content: center;}
.category-wrap .tab-pane.active{display: flex;}
.category-wrap .card-single{border: 1px solid var(--primary-color);border-radius: 10px;width: 250px;padding: 20px 0;}
.category-wrap .card-single p{font-size: 30px;margin-top: 7px;}
.category-wrap .card-single p span {font-size: 18px;position: relative;display: inline-block;margin-right: 10px;color: var(--fifth-color);}
.category-wrap .card-single p span::after {position: absolute;height: 3px;background: var(--fifth-color);top: 13px;content: "";left: -5px;right: -5px;}
.category-wrap .card-single h3{margin-top: 10px;font-size: 24px;}
.category-wrap .card-single a{background: var(--primary-color);color: #fff;display: inline-block;width: 130px;height: 40px;line-height: 40px;margin-top: 10px;border-radius: 5px;}
.category-wrap .card-single a:hover h3{color: var(--secondary-color);}
.main-btn{background: var(--secondary-color);color: #fff;padding: 10px 25px;letter-spacing: 1px;border-radius: 30px;}
.main-btn:hover{opacity: .7;}
.category-wrap .card-single a:hover{background-color: var(--secondary-color);}

/* About */
.aboutWrap a{background: var(--primary-color);color: #fff;padding: 10px 20px;border-radius: 5px;box-shadow: 0px 0px 7px 0px #118da8;}
.aboutWrap a:hover{opacity: .7;}
.about-hero{background:linear-gradient(135deg,#005f73,#0a9396);color:#fff;padding:80px 0}.about-hero h1{font-size:36px;font-weight:700}.about-hero p{opacity:.9}.feature-card{background:#fff;padding:25px;border-radius:12px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,0.08);transition:.3s}.feature-card:hover{transform:translateY(-6px)}.feature-card i{font-size:28px;color:#0a9396;margin-bottom:10px}.feature-card h4{font-size:16px}.feature-card p{font-size:13px;color:#666}.about-block{background:#fff}.about-block.alt{background:#f7f9fa}.about-block h2{font-size:26px;margin-bottom:10px}.about-block p{color:#555;font-size:14px}.about-block ul{padding-left:0;list-style:none}.about-block ul li{margin-bottom:8px}.about-icon{font-size:80px;color:#0a9396}.about-cta{background:#0a0f1c;color:#fff;padding:60px 0}.about-cta h2{font-size:28px}.about-cta p{opacity:.8}@media(max-width:768px){.about-hero h1{font-size:24px}.about-block .row{flex-direction:column;text-align:center}.about-icon{margin-bottom:20px}}

/* Products Area */
.productsWrap .card-single img{border-radius: 10px;}


/* Features Section */
.features-wrap{background-color: #f4b0b433;}
.features-wrap .card-single img{border-radius: 0;width: 80px;}
.features-wrap .card-single h3{margin-top: 20px;}


/* why Choose Us Section */
.whyChooseUs-wrap{background-color: #efefef;}
.whyChooseUs-wrap .card-single{background: #fff;border-radius: 10px;padding: 25px;box-shadow: 0px 2px 10px -3px #999;}
.whyChooseUs-wrap .card-single i{color: var(--secondary-color);border-radius: 50%;text-align: center;width: 80px;height: 80px;line-height: 80px;}


/* Testimonial Section */
.testimonial-single{max-width: 300px;  background: #202021;text-align: left;padding: 20px;border-radius: 20px;box-shadow: 0px 0px 20px -6px #333;color: #fff;}
.CustomerInfo{margin-bottom: 12px;}
.CustomerInfo img{border-radius: 50%;width: 30px !important;}
.CustomerInfo h3{color: #fff;}
.CustomerInfo p{font-size: 12px;}
.testimonialWrap .stars img{width: 20px;}
.testimonial-single > p{margin: 10px 0 20px;}
.googleLogo img{width: 50px;}
.googleLogo p{margin: 0;line-height: 15px;}
.googleLogo p span{font-size: 12px;margin: 0;}
.testimonialWrap .header > div {font-size: 30px;font-weight: bold;}
.CustomerName > span {font-weight: bold;}
.owl-carousel .owl-item img {
    display: block;
    width: 30px !important;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none !important;
}


/* Custom Quote Section */
.customQuoteWrap{background: url(../img/custom-quote.webp);background-size: cover;background-repeat: no-repeat;}
.customQuoteForm{background: #fff;padding: 40px 20px;border-radius: 10px;box-shadow: 0px 0px 7px 0px;}
.customQuoteForm h2{margin-bottom: 40px;}
.customQuoteForm input{font-size: 12px;color: #999;margin: 10px 0;border-radius: 5px;border: 1px solid #dfdede;}
.customQuoteForm textarea{border-radius: 10px;margin: 10px 0;height: 120px;}
.customQuoteForm input[type='submit'], .productCustomQuote input[type='submit']{border: none;background-color: var(--secondary-color);color: #fff;text-transform: uppercase;letter-spacing: 5px;border-radius: 10px;}
.customQuoteForm input[type='submit']:hover, .productCustomQuote input[type='submit']:hover{opacity: .6;}
.customQuoteForm select{margin: 10px 0;}
.quoteRequirments > div{padding-right: 5px;}

/* About Section */
.aboutWrap p{font-size: 16px;margin: 10px;line-height: 1.9; text-align: justify;}

/* Gallery */
.galleryWrap .card-single img{border-radius: 10px;}


/* Success Page */
.mainBtn{background: linear-gradient(32deg,#005f73 0%,#0a9396 79%);color:#fff;border-color: transparent;}
.mainBtn:hover{color: #fff;opacity: .8;}


/* Checkout-page */
.video-card {color:#333;transition: all 0.3s ease;cursor: pointer;border: 2px solid transparent;position: relative;overflow: hidden;}
.video-card:hover {transform: translateY(-5px);box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.video-card.selected {border-color: #005f73;}
.selected-info {color:#333;background-color: #f0f2ff;padding: 10px;border-radius: 8px;font-weight: bold;}
#selected-count {color: #005f73;font-size: 1.2em;}
#per-post-count {color: #1890ff;font-size: 1.2em;}
.video-select-overlay {z-index: 10;opacity: 0.9;display: none;position: absolute;top: 10px;right: 10px;background: #005f73;color: white;border-radius: 50%;width: 30px;height: 30px;align-items: center;justify-content: center;}
.video-card.selected .video-select-overlay {display: flex;}
.video-card .card-title {display: none;} /* Hide video titles */

/* checkout */
.postsWrap .card-body{padding: 0 !important;position: relative;}
.postsWrap .card-text{color: #fb8181;position: absolute;background: rgba(0, 0, 0, 0.19);z-index: 100;top: 0;bottom: 0;left: 0;right: 0;display: flex;align-items: end;justify-content: center;font-size: 11px;}

/* Product Page */
.product-details h1{margin-bottom: 30px;color: #333;}
.featuredImage{padding: 10px;text-align: center;}
.featuredImage img{width: 90%;}
.otherImages{margin: 20px 0;text-align: center;}
.imageSingleWrap{display: inline-block;width: 19%;border: 1px solid #d2d2d2;padding: 5px;border-radius: 5px;}
.imageSingleWrap img{width: 100%;height: 100%;}
.productCustomQuote{background: #f9f9f9;padding: 30px;border-radius: 10px;box-shadow: 0px 0px 10px 0px #606060;margin-top: 20px;text-align: center;}
.productCustomQuote > span{text-align: center;background: var(--secondary-color);color: #fff;display: inline-block;margin: 0 auto 30px;padding: 10px 20px;border-radius: 10px;font-weight: bold;letter-spacing: 1px;}
.productCustomQuote input, .productCustomQuote select{border-radius: 10px;margin: 10px 0;box-shadow: 0px 0px 5px -3px;height: 60px;}
.productCustomQuote textarea{margin: 10px 0;height: 120px;}
.fileUploadArea{position: relative;text-align: center;border: 1px solid rgba(0, 0, 0, 0.1);height: 120px;margin: 10px 0;border-radius: 5px;padding: 10px;}
.fileUploadArea p{margin-top: 10px !important;font-size: 14px !important;}
.fileUploadArea span{font-weight: bold;}
.fileUploadArea svg{width: 40px;}
.fileUploadArea input{position: absolute;left: 0;top: -10px;right: 0;z-index: 1000;height: 120px;opacity: 0;}
.productFeatures{font-size: 16px;background: #eaf6ff;padding: 20px;}
.productFeatures i{color: var(--secondary-color);margin-right: 20px;font-size: 20px;}
.fileUploadWrap{position: relative;}
#filePreview, #popfilePreview{position: absolute;top: -9px;left: 0;bottom: 1px;right: 0;background: var(--third-color);border-radius: 5px;color: #fff;padding-top: 20px;}
#previewImage, #poppreviewImage {display: none !important;}
.input-placeholder{position: relative;}
.placeholder {position: absolute;color: red;top: 30px;left: 25px;}
.input-placeholder input:valid + .placeholder {display: none;}
.quoteModal .placeholder {top: 25px;}



/* Tabs Section */
.productTabs .nav-tabs{border-bottom: 1px solid var(--primary-color);text-align: center;}
.productTabs .nav-tabs .nav-link{background: transparent;padding: 10px 10px;}
.productTabs .nav-tabs .nav-link:hover{background: var(--secondary-color); color: #fff;}
.productTabs .nav-tabs .nav-link.active{background: var(--primary-color);color: #fff;}
.productTabs .tab-content{padding: 20px 20px 0;}
.tab-content ul, .privacyWrap ul, .dynamicContent ul {padding-left: 30px;}
.tab-content li, .privacyWrap li, .dynamicContent li {list-style: disc;}
.processWrap .col-6{font-weight: 600;font-size: 16px;}
.productTabs h2, .productTabs h3, .bottomContent h2, .bottomContent h3, .dynamicContent h2, .dynamicContent h3{margin: 10px 0;}


/* Included Tabs */
.processWrap span.circle{display: inline-block;border: 1px solid #333;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;font-size: 20px;}
.processWrap h3{margin: 20px 0;}
.processWrap table{width: 100%;text-align: left;}
.processWrap tr:nth-child(odd) {background-color: #f2f2f2;}
.processWrap td, .processWrap th{padding: 5px;}
.processWrap tr:nth-child(even) {background-color: #ffffff;}


/* Category Banner */
.mainBanner img{width: 100%;}

/* Breadcrums */
.breadcrums{padding: 30px 0;}
.breadcrums p{text-transform: capitalize;letter-spacing: 2px;}
.breadcrums p span{margin: 0 15px;}
.breadcrums p a:hover{opacity: .7;}
.product-details .breadcrums p, .product-details .breadcrums a{color: #777;}
.product-details .breadcrums{padding: 0 0 30px;}

/* Footer */
footer{padding: 50px 0 10px;background: #212122;color: #fff;}
footer .widget-title{margin: 20px 0;font-size: 20px;font-weight: bold;}
footer .widget-title, footer ul li a{color: #fff;}
footer ul li a:hover{color: var(--secondary-color);}
footer .footer-copyright-area .social-links ul li {margin-right: 15px;display: inline;}
footer .footer-copyright-area .social-links ul li.title {margin-right: 20px;color: #fff;font-weight: 600;}
footer .footer-copyright-area .social-links ul li:last-child {margin-right: 0;}
footer .footer-copyright-area .social-links ul a {color: #fff;font-size: 20px;width: 50px;height: 50px;border: 1px solid #fff;text-align: center;line-height: 50px;border-radius: 50%;}
footer .footer-copyright-area .social-links ul a:hover {color: var(--secondary-color);border-color: var(--secondary-color);} */
footer .footer-copyright-area .copyright-text {font-size: 14px;margin-top: 10px;} 
footer .footer-copyright-area .copyright-text span {color: #fff;font-weight: 700;}
.footer-copyright-area {margin-top: 30px;}
.address-widget a {color: #fff;}
.address-widget a:hover {color: var(--secondary-color);}
.dcma-img{margin-top: 6%;}

/*Dots*/
.contact-link-wrapper {position: relative;}
.contact-link {position: relative; display: inline-block;}
/* Yellow pulsing bubble */
.pulse-dot {position: absolute;
    top: -6px;     /* adjust vertically */
    right: -12px;  /* adjust horizontally to sit above "s" */
    width: 8px;
    height: 8px;
    background-color: #FFD700; /* yellow color */
    border-radius: 50%;
    z-index: 1;}
/* Bigger ping effect */
.pulse-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFD700;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite; /* slower & smoother */
    opacity: 0.6;
    z-index: -1; /* behind the dot */}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(3.5); /* bigger pulse */
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

/* Contact Page */
.contactPageWrap .social-links {width: 100%;padding: 20px 0;}
.contactPageWrap .social-links li{display: inline-block;text-align: center;}
.contactPageWrap .social-links a{display: block;width: 40px;height: 40px;border: 1px solid var(--secondary-color);line-height: 40px;font-size: 18px;border-radius: 5px;color: var(--secondary-color);margin: 0 20px;}
.contactPageWrap .social-links a:hover{background: var(--secondary-color);color: #fff;}

.contactPageWrap .footerContactArea {width: 100%;margin-top: 30px;}
.contactPageWrap .footerContactArea h3{color: #333;}
.contactPageWrap .footerContactArea a{color: var(--primary-color);}
.contactPageWrap .footerContactArea i {font-size: 30px;margin-bottom: 30px;}
/* Form */
.contactPageForm {width: 100%;margin-top: 40px;}
.contactPageForm .row{margin: 20px 0;}
.contactPageForm input[type='submit']{background-color: var(--secondary-color);color: #fff;border-radius: 5px;}
.contactPageForm input[type='submit']:hover{background-color: var(--primary-color);}
.contactWrap h1{font-size: 40px;}
.contactWrap .footerContactArea h3{margin: 10px 0;}
/* .contactWrap .header p{width: 50%;display: inline-block;margin-top: 20px;} */

.privacyWrap h1{margin: 0 0 30px;}
.privacyWrap h2, .privacyWrap h3 {margin: 30px 0 10px;}
.privacyWrap p {width: 100%;line-height: 35px;}


/* About Us */
.aboutWrap h2{width: 100%;}
.aboutWrap img{border-radius: 10px;}
.requestQuote .container{background: rgb(122, 141, 206);padding: 30px;margin-bottom: 50px;border-radius: 20px;box-shadow: 10px 10px 20px -15px var(--secondary-color);}
.requestQuote h3{color: #fff;margin-bottom: 20px;}
.requestQuote p{color: #fff;}
.requestQuote a{padding: 10px 25px;border-radius: 10px;background: var(--primary-color);color: #fff !important;}


/* Loading */
.submitBtnWrap{position: relative;}
.loadingWrap{text-align: center;position: absolute;top: 10px;background: var(--secondary-color);border-radius: 10px;padding: 3px;display: none;left: 15px;right: 15px;}
.loader {width: 60px;aspect-ratio: 2;--_g: no-repeat radial-gradient(circle closest-side,#fff 90%,#0000);background:  var(--_g) 0%   50%,  var(--_g) 50%  50%,  var(--_g) 100% 50%;background-size: calc(100%/3) 50%;animation: l3 1s infinite linear;display: inline-block;}
  @keyframes l3 {
      20%{background-position:0%   0%, 50%  50%,100%  50%}
      40%{background-position:0% 100%, 50%   0%,100%  50%}
      60%{background-position:0%  50%, 50% 100%,100%   0%}
      80%{background-position:0%  50%, 50%  50%,100% 100%}
  }

/* Model */
#quoteModal{text-align: center;}
#quoteModal .customQuoteForm{box-shadow: unset;padding-top: 15px;padding-bottom: 0;}
.quoteModal .col-12 {padding: 0px 20px;position: relative;}
.quoteModal .popupHeading {margin-top: 15px;font-size: 18px;font-weight: bold;}
.quoteModal .btn-close {position: absolute;background: top;right: 40px;font-size: 20px;top: 10px;}
.quoteModal .productCustomQuote{background: #fff;padding: 30px;border-radius: unset;box-shadow: unset;margin-top: 0;}
.quoteModal .productCustomQuote input, .quoteModal .productCustomQuote select{height: 50px;}
.quoteModal .fileUploadArea input{height: 120px;}
.quoteModal img{height: 100%;}

.bottomContent ul{padding-left: 20px;}
.bottomContent li{list-style: disc;}
/* Related */
.related-subcategories h3 {margin-top: 10px;}
.related-subcategory-card img {border-radius: 10px;}


/* Responsive Styling */
@media screen and (max-width: 768px) {
    .desktopNav .navbar{display: none;}
    .desktopNav, .searchBar{display: none;}
    .site-logo{text-align: center;}
    .menu a{text-align: left;background: #e2c67c;margin: 2px 0;border-radius: 7px;}
    .menu {flex-direction: column;text-align: center;background: #fff;padding: 15px 0;}
    .menu a {color: #333;}
    .mega-menu {flex-direction: column;}
    .menu-column {width: 100%;padding: 10px 0;}
    .p50, .p80{padding-left: 10px;padding-right: 10px;}
    .testimonial-single {margin-top: 30px;}
    .navbar-toggler-icon {font-size: 24px;color: #fff;}
    .navbar-collapse {position: relative;z-index: 999;}
    .dropdown-menu {position: static;float: none;width: 100%;box-shadow: none;padding: 0;margin: 0;background-color: #fff;}
    .dropdown-item {padding: 10px 15px;}
    .navbar-nav > li > .dropdown-menu {border-radius: 0;}
    .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;}
    .dropdown-menu.show {display: block;}
    header .container, header .container .navbar{padding: 0;}
    .sticky-header {padding: 20px 0px 0;}
    .navbar > .navbar-toggler {top: -50px;position: relative;}
    .banner-section {margin-top: -20px;}
    .card-single img, .related-subcategory-card img{height: 100%;}
    .aboutWrap .pb50{padding-bottom: 0;}
    .features-wrap .card-single img {height: 80px;}
    .bottomContent{padding-bottom: 20px;}
    .breadcrums p {letter-spacing: 1px;font-size: 12px;font-weight: bold;}
    .breadcrums a{font-weight: normal;}
    .breadcrums p span {margin: 0 5px;}
    .subcategory-details, .subcategory-details .header, .related-subcategories .header{padding-top: 10px;}
    .productTabs .tab-content {padding: 20px 0px 0;}
    .processWrap .col-6 {margin: 0 0 30px;}
    .contactPageWrap .social-links a {margin: 10px;}
    .contactWrap{padding-top: 0;}
    .contactWrap .header h1{margin-bottom: 15px;}
    h1 {font-size: 28px;}
    .category-wrap button {font-size: 13px;}
    .category-wrap .card-single {width: 48%;padding: 10px 0;}
    .category-wrap .card-single h3 {margin-top: 5px;font-size: 18px;}
    .category-wrap .card-single p {font-size: 24px;}
    .category-wrap .card-single a {width: 110px;}
    .videos-section .col-6{padding:5px !important;}
    .videos-section .card-body{padding: 5px;}
    .videos-section .card-body img{margin-bottom: 0;height:160px !important;}
    .checkout-container {padding: 10px;}
    .banner-section video{width: 100%;}
}

/*Comparision table*/
/* BUBBLING LOGO ANIMATION */
@keyframes bubble {0%, 100% {transform: scale(1);} 50% {transform: scale(1.15);} }
.bubble-logo {animation: bubble 2s infinite ease-in-out; width: 34px; height: 34px; border-radius: 6px; object-fit: contain;}
/* CONTAINER */
.compare-section {font-family: Arial, sans-serif; color: #333; text-align: center; max-width: 850px; margin: 40px auto; padding: 0 15px;}
.compare-section h2 {font-size: 28px; margin-bottom: 25px; font-weight: bold;}
/* GRID LAYOUT */
.compare-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px;}
/* LEFT COLUMN */
.compare-left {padding: 70px; background: #fafafa; text-align: left; font-size: 15px; color: #555;}
.compare-left div {margin-bottom: 16px; display: flex; align-items: center; gap: 8px;}
/* MIDDLE COLUMN (TF) */
.compare-middle {padding: 10px; border: 2px solid #f55d3e; border-radius: 12px; background: #fff;}
.compare-middle-header {display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: bold; font-size: 20px; margin-bottom: 20px; color: #f55d3e;}
.compare-middle-body {display: flex; flex-direction: column; gap: 16px; font-size: 15px; text-align: left; color: #444;}
/* RIGHT COLUMN (OTHERS) */
.compare-right {padding: 20px; font-size: 15px; border: 2px solid #ccc; border-radius: 12px; background: #fafafa;}
.compare-right h3 {margin-bottom: 20px; font-size: 18px; font-weight: bold; color: #000;}
.compare-right div {display: flex; flex-direction: column; gap: 16px; color: #666; text-align: left;}
/* HIDE ON MOBILE (≤ 768px) */
@media (max-width: 768px) {.compare-section {display: none;}
}

/*Home page tiktok*/
.hero-title { font-family: Arial, sans-serif; }
.tik { display: inline-block; position: relative; }
.i-letter { position: relative; font-family: inherit; font-weight: inherit; }
.dot-wrap { position: relative; display: inline-block; }
.dot {position: absolute; top: 4px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background-color: #7dff32; border-radius: 50%; z-index: 1;}
.dot::after {content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border-radius: 50%; background-color: #f8ee61; transform: translate(-50%, -50%); animation: pulse 3s infinite; opacity: 0.6; z-index: -1;}
.rotating { color: #b5fca2; font-weight: bold; }


/*servicesbox*/
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; color: #333; }
section { padding: 40px 20px; text-align: center; }
p.desc { max-width: 650px; margin: 0 auto 40px auto; color: #555; font-size: 15px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.card { background: #fff; border-radius: 16px; padding: 20px 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; text-decoration: none; color: #333; }
.card:hover { transform: translateY(-6px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.icon-circle { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px auto; color: #fff; font-size: 28px; transition: box-shadow 0.3s ease; }
.card p { font-weight: bold; font-size: 14px; margin: 0; }

/* Gradients */
.instagram .icon-circle { background: linear-gradient(45deg, #fd1d1d, #833ab4); }
.instagram:hover .icon-circle { box-shadow: 0 0 20px rgba(253,29,29,0.7); }
.facebook .icon-circle { background: #1877f2; }
.facebook:hover .icon-circle { box-shadow: 0 0 20px rgba(24,119,242,0.7); }
.tiktok .icon-circle { background: linear-gradient(45deg, #ff0050, #00f2ea); }
.tiktok:hover .icon-circle { box-shadow: 0 0 20px rgba(0,242,234,0.7); }
.youtube .icon-circle { background: #ff0000; }
.youtube:hover .icon-circle { box-shadow: 0 0 20px rgba(255,0,0,0.7); }
.twitter .icon-circle { background: #1da1f2; }
.twitter:hover .icon-circle { box-shadow: 0 0 20px rgba(29,161,242,0.7); }
.threads .icon-circle { background: #000; }
.threads:hover .icon-circle { box-shadow: 0 0 20px rgba(0,0,0,0.7); }

/* Mobile: 3 per row */
@media (max-width: 480px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .icon-circle { width: 60px; height: 60px; font-size: 24px; }
  .card p { font-size: 13px; }
}

/*3steps home page*/
.tiktok-steps-section { position: relative; background: linear-gradient(135deg, #005f73, #0a9396); color: #fff; text-align: center; padding: 50px 15px 40px; overflow: hidden; }
.tiktok-steps-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 70px; background: inherit; transform: skewY(-4deg); transform-origin: top left; z-index: -1; }
.tiktok-steps-section .container { max-width: 1100px; margin: 0 auto; }
.steps-title { color: #ffffff; font-size: 1.8rem; font-weight: 700; margin-bottom: 8px; letter-spacing: 0.5px; }
.steps-title .highlight { color: #ff1e56; }
.steps-subtitle { font-size: 0.95rem; margin-bottom: 30px; color: #eee; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; justify-items: center; }
.step-box { background: #fff; color: #000; border-radius: 15px; padding: 20px 15px; width: 100%; max-width: 260px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; position: relative; overflow: hidden; }
.step-box:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
.step-number { width: 45px; height: 45px; background: linear-gradient(135deg, #ff1e56, #ff7f50); color: #fff; border-radius: 50%; margin: 0 auto 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 1rem; box-shadow: 0 0 10px rgba(255, 30, 86, 0.6); }
.step-box h3 { font-size: 1.05rem; margin-bottom: 8px; color: #222; }
.step-box p { font-size: 0.85rem; color: #444; line-height: 1.4; }
.step-box:nth-child(1) .step-number { background: linear-gradient(135deg, #d946ef, #9333ea); }
.step-box:nth-child(2) .step-number { background: linear-gradient(135deg, #3b82f6, #06b6d4); }
.step-box:nth-child(3) .step-number { background: linear-gradient(135deg, #22c55e, #16a34a); }

/* Responsive */
@media (max-width: 992px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .steps-title { font-size: 1.5rem; } .steps-subtitle { font-size: 0.85rem; } .steps-grid { grid-template-columns: 1fr; gap: 15px; } .step-box { max-width: 100%; padding: 18px 12px; } .step-box h3 { font-size: 1rem; } .step-box p { font-size: 0.8rem; } }

/* Faq */
 #faq-wrapper {background: #f9f9f9; padding: 60px 20px; font-family: Arial, sans-serif;}
  #faq-wrapper h2 {text-align: center; font-size: 28px; margin-bottom: 40px; color: #333;}
  #faq-section {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1000px; margin: 0 auto;}
  .faq-box {background-color: #ffffff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); padding: 20px; cursor: pointer; transition: background 0.3s; position: relative;}
  .faq-box:hover {background-color: #f1f1f1;}
  .faq-question {font-weight: bold; font-size: 16px; color: #222; display: flex; justify-content: space-between; align-items: center;}
  .faq-icon {font-weight: bold; font-size: 20px; margin-left: 10px; transition: transform 0.3s ease;}
  .faq-answer {max-height: 0; overflow: hidden; font-size: 14px; color: #555; transition: max-height 0.4s ease; margin-top: 0; text-align: justify;}
  .faq-box.active .faq-answer {max-height: 200px; margin-top: 10px;}
  .faq-box.active .faq-icon {transform: rotate(45deg);}
  @media (max-width: 768px) {#faq-section {grid-template-columns: 1fr;} 

@media (max-width: 768px) {
    .aboutWrap .row {display: flex; flex-direction: column !important;}
    .aboutWrap .row .col-md-6:nth-child(1) {order: 1;}
    .aboutWrap .row .col-md-6:nth-child(2) {order: 2;}
    /* alternate layout */
    .aboutWrap.alt .col-md-6:nth-child(1) {order: 2;}
    .aboutWrap.alt .col-md-6:nth-child(2) {order: 1;}
    /* Lazy sections initial state */
.lazy-section { display: none !important; content-visibility: visible; contain-intrinsic-size: auto;}
}

}