header .top-header{background-color:#eeeff1;font-size:14px}header .top-header .main-top-header{display:flex;justify-content:space-between;align-items:center}@media(max-width: 600px){header .top-header .main-top-header{align-items:self-start;flex-direction:column;gap:5px}}@media(max-width: 450px){header .top-header .main-top-header .right-top-header{width:100%}}header .top-header ul{display:flex;justify-content:space-between;align-items:center;gap:20px}@media(max-width: 450px){header .top-header ul{gap:5px}}header .top-header ul li i{font-size:16px;color:#df1118}header .top-header ul li a{color:#000;font-weight:500;display:flex;align-items:center;gap:10px}header .top-header .clip-style{position:relative;z-index:1;color:#fff;padding:10px 30px}@media(max-width: 450px){header .top-header .clip-style{padding:5px 13px}}header .top-header .clip-style a,header .top-header .clip-style i{color:#fff}header .top-header .clip-style::before{position:absolute;content:"";width:23%;width:100%;height:100%;inset-inline-end:0;inset-block-start:0;background-color:#df1118;z-index:-1;-webkit-clip-path:polygon(3% 0%, 100% 1%, 100% 100%, 0% 100%);clip-path:polygon(3% 0%, 100% 1%, 100% 100%, 0% 100%);transition:all .2s linear}header .top-header .clip-style:hover::before{background-color:#000}@media(max-width: 992px){header .top-header .top-mail{display:none}}header .bottom-header{display:flex;align-items:center;background:#f5fdff;padding:10px 0}header .bottom-header .logo img{max-width:220px}@media(max-width: 450px){header .bottom-header .logo img{width:100%}}header .bottom-header .logo a{display:flex}header .bottom-header .main-bottom-header{display:flex;justify-content:space-between;align-items:center}header .bottom-header .primary-menu ul{display:flex;gap:10px}header .bottom-header .primary-menu ul li a{font-weight:500;display:flex;align-items:center;gap:10px;padding:5px 10px;text-transform:capitalize}@media(max-width: 992px){header .bottom-header{padding:10px 0}header .bottom-header .primary-menu{display:none}}header .bottom-header .side-bar-items{cursor:pointer;display:flex}header .bottom-header .side-bar-items img{width:42px}header .bottom-header .socail-media{width:200px}header .bottom-header .socail-media ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(70px, 1fr));align-items:stretch}header .bottom-header .socail-media li{background-color:#222}header .bottom-header .socail-media li a{color:#fff;font-size:20px;display:block;text-align:center;padding:15px;display:flex;justify-content:center}header .bottom-header .socail-media li a img{width:36px}header .bottom-header .socail-media li:nth-child(1){border-bottom:1px solid #ccc;border-right:1px solid #ccc}header .bottom-header .socail-media li:nth-child(2){border-bottom:1px solid #ccc}header .bottom-header .socail-media li:nth-child(3){border-right:1px solid #ccc}@media(max-width: 1200px){header .bottom-header .socail-media{display:none}}header .bottom-header .headerSideBar{position:fixed;width:100%;max-width:450px;top:0;right:-100%;background-color:#f5fdff;height:100vh;padding:100px 30px;z-index:99;transition:all .5s}@media(max-width: 1200px){header .bottom-header .headerSideBar{max-width:350px}}@media(max-width: 450px){header .bottom-header .headerSideBar{max-width:300px}}header .bottom-header .headerSideBar .closeSideBar{position:absolute;top:30px;right:30px;font-size:40px;cursor:pointer}header .bottom-header .headerSideBar .sideBarContent{display:flex;flex-direction:column;gap:20px;overflow:scroll;height:80vh}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul{display:flex;flex-direction:column;gap:10px;margin-top:20px}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul li a{display:flex;gap:10px}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul li a i{font-size:22px;color:#df1118}@media(max-width: 992px){header .bottom-header .headerSideBar .sideBarContent .contact-inform{display:none}}header .bottom-header .headerSideBar .sideBarContent .socialMedia{margin-top:30px}@media(max-width: 992px){header .bottom-header .headerSideBar .sideBarContent .socialMedia{margin-top:10px}}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul{display:flex;align-items:center;gap:20px}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul img{width:32px}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul i{font-size:24px;transition:all .2s linear}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul i:hover{margin-top:-15px}header .bottom-header .activeSideBar{right:0%}header .bottom-header .sideBarMenu{display:none}@media(max-width: 992px){header .bottom-header .sideBarMenu{display:block}}header .bottom-header .sideBarMenu ul{display:flex;flex-direction:column;gap:15px}header .bottom-header .sideBarMenu ul li a{font-size:16px}.dropdown{position:relative;display:inline-block}.dropdown .fa-angle-down{transition:all .3s linear}.dropdown .dropdown-menu{visibility:hidden;opacity:0;position:absolute;background-color:#f9f9f9;min-width:-moz-max-content;min-width:max-content;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;transition:all .2s linear;transform:translateY(30px)}.dropdown .dropdown-menu ul{flex-direction:column;gap:6px !important}.dropdown .dropdown-menu a{padding:12px 16px;text-decoration:none;display:block}.dropdown .dropdown-menu a:hover{color:#df1118}.dropdown:hover .fa-angle-down{transform:rotate(-180deg)}.dropdown:hover .dropdown-menu{visibility:visible;opacity:1;border-radius:10px;transform:translateY(0)}.dropdown:hover .dropdown-menu ul{display:flex;flex-direction:column;padding:10px}.dropdown:hover .dropdown-menu ul li{transition:all .2s linear}.dropdown:hover .dropdown-menu ul li a{padding:5px 15px}.dropdown .dropdown-menu li:hover{margin-left:5px}.dropdown-sm .dropdown-menu{display:none}.dropdown-sm .activeDropdown{display:block;margin-top:10px}.hero-section{position:relative;width:100%;height:80vh;overflow:hidden}.hero-section .hero-video video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover}@media(max-width: 600px){.hero-section{height:70vh}}.feature-section{background:var(--white)}.feature-section .main-feature{display:flex;gap:20px;margin-top:-50px;position:relative;z-index:9}.feature-section .main-feature .item{display:flex;gap:20px;background:#fff;border:1px solid #ccc;padding:15px;border-radius:10px;box-shadow:0px 0px 12px rgba(117,117,117,.2)}.feature-section .main-feature .item h4{margin-bottom:10px}@media(max-width: 1100px){.feature-section .main-feature .item h4{font-size:1.2rem}}.feature-section .main-feature .item p{font-size:14px}.feature-section .main-feature .item .icon img{width:80px}@media(max-width: 992px){.feature-section .main-feature .item{flex-direction:column;gap:0}}@media(max-width: 992px){.feature-section .main-feature .item{flex-direction:row;gap:20px}}@media(max-width: 600px){.feature-section .main-feature{flex-direction:column}}.about-us{background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url(../upload/other/counter-bg-img.png);background-position:bottom right;background-repeat:no-repeat}.about-us .section-header{text-align:center;margin-bottom:50px}.about-us .section-title{font-size:36px;color:#002366;margin-bottom:15px;font-weight:700}.about-us .divider{width:80px;height:3px;background:#ff8000;margin:0 auto 20px}.about-us .section-subtitle{font-size:18px;color:#666;max-width:700px;margin:0 auto}.about-us .about-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.about-us .about-text{flex:0 0 55%;padding-right:30px}.about-us .about-image{flex:0 0 40%}.about-us .about-block{margin-bottom:30px}.about-us .about-block h3{font-size:22px;color:#002366;margin-bottom:15px;position:relative;padding-left:20px}.about-us .about-block h3:before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;background:#ff8000;transform:rotate(45deg)}.about-us .about-block p{font-size:16px;line-height:1.8;color:#555}.about-us .read-more-btn{display:inline-block;padding:12px 30px;background:#ff8000;color:#fff;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease;margin-top:20px}.about-us .read-more-btn:hover{background:#e67300;transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,128,0,.3)}.about-us .img-responsive{max-width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media(max-width: 768px){.about-us .about-content{flex-direction:column}.about-us .about-text,.about-us .about-image{flex:0 0 100%;padding-right:0}.about-us .about-image{margin-top:40px}.about-us .section-title{font-size:28px}}.services-section{background:#f2faff}.services-section .section-heading{text-align:center;width:60%;margin:0 auto}@media(max-width: 1100px){.services-section .section-heading{width:70%}}@media(max-width: 800px){.services-section .section-heading{width:100%}}.services-section .main-services{display:flex;gap:20px;margin-top:80px}.services-section .main-services .service-content{width:50%}.services-section .main-services .service-content .service-items{display:flex;flex-direction:column;gap:10px}.services-section .main-services .service-content .service-items .item{background-color:var(--white);display:flex;align-items:center;gap:30px;padding:20px;position:relative;transition:all .3s linear}.services-section .main-services .service-content .service-items .item .item-icon img{width:80px}.services-section .main-services .service-content .service-items .item .item-content h4{margin-bottom:8px}.services-section .main-services .service-content .service-items .item .item-content h4 .service-count{font-size:32px;color:var(--secondary-color);display:inline-block;font-weight:bolder}@media(max-width: 600px){.services-section .main-services .service-content .service-items .item .item-content h4{font-size:20px}.services-section .main-services .service-content .service-items .item .item-content h4 .service-count{font-size:24px}}.services-section .main-services .service-content .service-items .item .item-content p{font-size:15px}.services-section .main-services .service-content .service-items .item::before{width:8px;content:"";position:absolute;z-index:1;opacity:.5;left:-8px;top:30px;bottom:30px;background-color:var(--secondary-color);transition:all .3s linear}.services-section .main-services .service-content .service-items .item:hover{box-shadow:0px 0px 50px rgba(30,143,208,.5);z-index:999}.services-section .main-services .service-content .service-items .item:hover::before{left:0%;opacity:1}@media(max-width: 450px){.services-section .main-services .service-content .service-items .item{flex-direction:column;align-items:self-start;gap:0px}}.services-section .main-services .services-img{width:50%}.services-section .main-services .services-img .truck-img{position:relative}.services-section .main-services .services-img .truck-road{margin-top:-110px}@media(max-width: 992px){.services-section .main-services{flex-direction:column-reverse}.services-section .main-services .service-content{width:100%}.services-section .main-services .services-img{width:70%}}@media(max-width: 768px){.services-section .main-services .services-img{width:100%}}.how-we-work{position:relative;padding:100px 0;background:url("../upload/other/background1.jpg") no-repeat center center;background-size:cover;background-attachment:fixed;color:#fff;text-align:center}.how-we-work .work-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(143,164,203,.21)}.how-we-work .container{position:relative;z-index:2}.how-we-work .section-header{margin-bottom:60px}.how-we-work .section-title{font-size:36px;color:#fff;margin-bottom:15px;font-weight:700}.how-we-work .divider{width:80px;height:3px;background:#ff8000;margin:0 auto 20px}.how-we-work .section-subtitle{font-size:18px;color:rgba(255,255,255,.8);max-width:700px;margin:0 auto}.how-we-work .work-process{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:50px}.how-we-work .process-step{flex:0 0 calc(25% - 30px);background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:30px;border:1px solid rgba(255,255,255,.2);transition:all .4s ease;position:relative;overflow:hidden}.how-we-work .process-step:hover{transform:translateY(-10px);background:rgba(255,128,0,.2);border-color:#ff8000}.how-we-work .process-step:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(135, 171, 239, 0.3), rgba(36, 19, 2, 0.3));z-index:-1}.how-we-work .step-number{font-size:50px;font-weight:700;color:rgba(255,255,255,.1);position:absolute;right:20px;top:10px;line-height:1}.how-we-work .step-content{text-align:left;position:relative;z-index:2}.how-we-work .step-content h3{font-size:22px;color:#fff;margin-bottom:15px;position:relative;padding-bottom:10px}.how-we-work .step-content h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#ff8000}.how-we-work .step-content p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.8);margin-top:15px}@media(max-width: 992px){.how-we-work .process-step{flex:0 0 calc(50% - 30px);margin-bottom:30px}}@media(max-width: 576px){.how-we-work .process-step{flex:0 0 100%}.how-we-work .section-title{font-size:28px}.how-we-work .how-we-work{padding:60px 0}}.why-choose-us{background:#f9f9f9;padding:80px 0}.why-choose-us .section-header{text-align:center;margin-bottom:50px}.why-choose-us .section-title{font-size:36px;color:#002366;margin-bottom:15px;font-weight:700}.why-choose-us .divider{width:80px;height:3px;background:#ff8000;margin:0 auto 20px}.why-choose-us .section-subtitle{font-size:18px;color:#666;max-width:700px;margin:0 auto}.why-choose-us .usp-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.why-choose-us .usp-card{flex:1 1 250px;background:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.why-choose-us .usp-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px rgba(0,35,102,.1)}.why-choose-us .usp-icon img{width:80px;height:auto}.why-choose-us .usp-card h3{font-size:20px;color:#002366;margin-bottom:15px}.why-choose-us .usp-card p{font-size:15px;color:#555;line-height:1.6}.why-choose-us .cta-container{text-align:center;margin-top:50px}.why-choose-us .cta-button{display:inline-block;padding:12px 30px;background:#ff8000;color:#fff;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease}.why-choose-us .cta-button:hover{background:#e67300;transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,128,0,.3)}@media(max-width: 768px){.why-choose-us .usp-cards{flex-direction:column;align-items:center}.why-choose-us .usp-card{flex:1 1 100%;max-width:350px}}footer{background:linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(36, 19, 2, 0.3)),url(../upload/other/footer-background.jpg);background-position:center bottom;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding:50px 0px}footer .top-footer .main-top-footer{display:flex;justify-content:space-between;gap:40px}footer .top-footer .main-top-footer h4{color:#fff}footer .top-footer .main-top-footer .footer-logo{width:30%}footer .top-footer .main-top-footer .footer-logo img{filter:drop-shadow(2px 4px 6px rgba(255, 255, 255, 0.568627451))}footer .top-footer .main-top-footer .footer-menu{width:20%}footer .top-footer .main-top-footer .footer-menu ul{display:flex;flex-direction:column;gap:5px}footer .top-footer .main-top-footer .footer-menu ul li a{color:#fff;font-size:18px}footer .top-footer .main-top-footer .footer-social{width:30%}footer .top-footer .main-top-footer .footer-social .contact-info{flex-direction:column}footer .top-footer .main-top-footer .footer-social .contact-info li a{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px}@media screen and (max-width: 500px){footer .top-footer .main-top-footer .footer-social .contact-info li a{font-size:16px}}footer .top-footer .main-top-footer .footer-social .social-links{margin-top:20px}footer .top-footer .main-top-footer .footer-social ul{display:flex;gap:20px}footer .top-footer .main-top-footer .footer-social ul li a{color:#fff;font-size:20px}footer .top-footer .main-top-footer .footer-social ul li a img{width:32px}@media(max-width: 992px){footer .top-footer .main-top-footer{flex-wrap:wrap}footer .top-footer .main-top-footer .footer-logo{display:none}footer .top-footer .main-top-footer .footer-menu{width:35%}footer .top-footer .main-top-footer .footer-social{width:50%}}@media(max-width: 500px){footer .top-footer .main-top-footer .footer-menu{width:100%}footer .top-footer .main-top-footer .footer-menu ul li a{font-size:16px}footer .top-footer .main-top-footer .footer-social{width:100%}}@media(max-width: 500px){footer{padding:40px 0px;background-position:right bottom}}.bottom-footer{background-color:var(--primary-color);padding:10px 0}.bottom-footer .main-bottom-footer{text-align:center;font-size:12px;color:var(--white)}.bottom-footer .main-bottom-footer a{color:var(--white)}.bottom-footer .main-bottom-footer img{width:100px;margin-top:5px}.flot-btn{position:fixed;bottom:30px;right:20px;z-index:99;animation:float 3s ease-in-out infinite}.flot-btn .web-mail{margin-top:30px}.flot-btn a{display:flex;flex-direction:column;align-items:center}.flot-btn a span{padding:5px;background-color:var(--secondary-color);color:#fff;font-size:14px}.flot-btn img{width:100px;filter:drop-shadow(0 0 12px rgba(81, 81, 81, 0.3882352941))}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}.inner-banner{padding:100px 0px;background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../upload/banner/inner-banner.jpg);background-position:center;background-size:cover;color:#fff}.inner-banner .inner-banner-heading{color:#fff}.inner-banner p{max-width:40%}@media(max-width: 768px){.inner-banner p{max-width:100%}}@media(max-width: 768px){.inner-banner{padding:50px 0;background-position:right}}.about-us-page .about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-us-page .about-content{display:flex;flex-wrap:wrap;align-items:center;gap:40px;margin-bottom:60px}.about-us-page .about-text{flex:1;min-width:300px}.about-us-page .about-text ul{margin-top:15px}.about-us-page .about-text ul li{list-style:inside}.about-us-page .about-image{flex:1;min-width:300px}.about-us-page .about-image img{width:100%;border-radius:8px}.about-us-page .section-title{font-size:36px;color:#002366;margin-bottom:20px;position:relative;padding-bottom:15px}.about-us-page .section-title:after{content:"";position:absolute;left:0;bottom:0;width:80px;height:3px;background:#ff8000}.about-us-page .mission-values{background-color:#002366;color:#fff;padding:60px 0}.about-us-page .mission-values h4{color:#fff}.about-us-page .values-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px;margin-top:40px}.about-us-page .value-card{background:rgba(255,255,255,.1);padding:30px;border-radius:8px;transition:transform .3s}.about-us-page .value-card:hover{transform:translateY(-5px)}.about-us-page .value-card h3{color:#ff8000;margin-bottom:15px}.about-us-page .team-section{padding:60px 0}.about-us-page .contact-cta{background-color:#ff8000;color:#fff;text-align:center;padding:60px 20px;margin-top:60px}.about-us-page .btn-white{display:inline-block;background:#fff;color:#002366;padding:12px 30px;border-radius:4px;font-weight:600;margin-top:20px;transition:all .3s}.about-us-page .btn-white:hover{background:#002366;color:#fff}.inner-service-page .service-content{padding:60px 0}.inner-service-page .service-row{display:flex;align-items:center;margin-bottom:40px;gap:50px}@media(max-width: 800px){.inner-service-page .service-row{flex-direction:column-reverse}}.inner-service-page .service-text{width:60%;min-width:300px;display:flex;flex-direction:column;gap:10px;align-items:start}@media(max-width: 800px){.inner-service-page .service-text{width:100%}}.inner-service-page .service-image{width:40%;min-width:300px}@media(max-width: 800px){.inner-service-page .service-image{width:100%}}.inner-service-page .service-image img{width:100%;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.inner-service-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px;margin:40px 0}.inner-service-page .benefit-card{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #002366}.contact-us-page .contact-section{padding:80px 0;background:#fff}.contact-us-page .contact-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.contact-us-page .contact-details,.contact-us-page .contact-form-box{flex:1;min-width:300px}.contact-us-page .contact-details h3,.contact-us-page .contact-form-box h3{font-size:28px;margin-bottom:20px;font-weight:700}.contact-us-page .contact-details p{margin-bottom:30px}.contact-us-page .contact-item{display:flex;align-items:flex-start;margin-bottom:25px}.contact-us-page .contact-item i{font-size:22px;color:#e74c3c;margin-right:15px;margin-top:5px}.contact-us-page .contact-item span{font-weight:600}.contact-us-page .contact-form-box{background:#f9f9f9;padding:30px;border-radius:10px}.contact-us-page .contact-form-box input,.contact-us-page .contact-form-box select,.contact-us-page .contact-form-box textarea{width:100%;padding:12px 15px;margin-bottom:20px;border:1px solid #ddd;border-radius:6px;font-size:15px}.contact-us-page .contact-form-box textarea{min-height:120px;resize:vertical}.contact-us-page .contact-form-box button{background:#000;border:none;color:#fff;font-weight:600;font-size:16px;padding:12px 25px;border-radius:6px;cursor:pointer;transition:.3s ease}.contact-us-page .contact-form-box button:hover{background:#a78927}#blog-page .inner-banner{background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../upload/banner/blog-banner.jpg);background-size:cover;background-position:center}#blog-page .blog-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));grid-gap:30px;align-items:stretch}@media(max-width: 450px){#blog-page .blog-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}#blog-page .date{margin-top:10px;padding:5px 10px;background:#df1118;color:#fff;display:inline-block}#blog-page .blog-item{background:#e6e6e6;padding:20px;border-radius:10px;box-shadow:0px 0px 12px rgba(34,34,34,.3568627451)}#blog-page .blog-item .item-img{border-radius:10px;overflow:hidden;display:flex}#blog-page .blog-item .item-img img{transition:all .2s linear}#blog-page .blog-item .item-content{display:flex;flex-direction:column;gap:12px;align-items:self-start}#blog-page .blog-item .item-content h4{font-size:20px;font-weight:600}#blog-page .blog-item .item-content .read-more a{color:#795902;font-size:18px}#blog-page .blog-item:hover img{transform:scale(1.05)}#blog-page .main-blog-detail{display:flex;gap:30px}#blog-page .main-blog-detail .img-box{width:100%;border-radius:10px;box-shadow:0px 0px 8px rgba(34,17,34,.1333333333);overflow:hidden}#blog-page .main-blog-detail .blog-detail-content{display:flex;flex-direction:column;align-items:self-start;gap:20px;width:70%}#blog-page .main-blog-detail .blog-detail-content .blog-title{font-size:24px}#blog-page .main-blog-detail .blog-detail-content .content-box{display:flex;flex-direction:column;gap:15px}#blog-page .main-blog-detail .blog-detail-content h4{font-size:22px;font-weight:600}@media(max-width: 1024px){#blog-page .main-blog-detail{flex-direction:column}#blog-page .main-blog-detail .blog-detail-content{width:100%}}#blog-page .blog-sidebar{width:30%;background-color:#e2e2e2;padding:20px;border-radius:10px;position:relative}#blog-page .blog-sidebar h5{font-size:26px}#blog-page .blog-sidebar .sidebar-items{margin-top:30px;display:flex;flex-direction:column;gap:20px;position:sticky;top:50px}#blog-page .blog-sidebar .item{display:flex;align-items:center;gap:15px;background-color:#fff;padding:0 10px 10px;box-shadow:0px 0px 7px rgba(52,52,52,.2117647059)}#blog-page .blog-sidebar .item-img{width:40%;display:flex}#blog-page .blog-sidebar .item-content{width:60%}#blog-page .blog-sidebar .item-content .date{font-size:14px}#blog-page .blog-sidebar .item-content p{font-size:14px;line-height:1.5;margin-top:10px}#blog-page .blog-sidebar .item-content a{color:#000}@media(max-width: 1024px){#blog-page .blog-sidebar{width:100%}#blog-page .blog-sidebar .item{padding:0;align-items:start}}