.header-right {
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 20px;
}
.header-logo a img {
    height: 70px;
}
.header-layout1 .menu-area {
    margin: 0px;
}
.th-header.header-layout1 {
    background-color: #fff;
}
.footer-widget.widget_nav_menu.contact-links a:before {
    content: none !important;
}
.footer-widget.widget_nav_menu.contact-links a {
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.th-widget-about .footer-info i {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.footer-layout1 .th-widget-about .footer-info {
    align-items: baseline;
}
.footer-layout1 .copyright-wrap {
    margin-top: 0px;
}
/* Chat GPT CSS */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
}
.header-logo img {
    max-height: 70px;
}
.header-layout1 .header-logo{
    padding-top:6px;
    padding-bottom: 6px;
}
.main-menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu ul li a {
    font-weight: 500;
    color: #1f2b5f;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.icon-btn {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Chat Gpt Css End */
.main-menu ul li:hover>ul.sub-menu {
    display: block;
}
.space,
.space-top {
    padding-top: 70px;
}
.space,
.space-bottom {
    padding-bottom: 70px;
}
.breadcumb-wrapper {
    padding: 80px 0;
}
@media (max-width: 1899px) {
    .footer-layout1 .widget-area {
        margin: 60px 40px 0 40px;
    }
}
.hero-style1 {
    position: relative;
    padding: 180px 0 150px 0;
}
.recent-post-wrap .menu-all-pages-container .th-widget-about p {
    color: #000;
}
.recent-post-wrap .menu-all-pages-container .th-widget-about p i {
    color: #000;
}
@media(min-width:768px) {
    .products-detail-1 .feature-card{
        min-height: 300px;
    }
    .products-detail .feature-card {
        min-height: 500px;
    }
    .products-detail-3 .feature-card {
        min-height: 276px;
    }
    .products-detail-3 .feature-card-1 {
        min-height: 332px;
    }
    .products-detail-3 .feature-card-2 {
        min-height: 332px;
    }
    .products-detail-3 .feature-card-3 {
        min-height: 332px;
    }
}
.feature-card_wrapp:nth-child(5) .feature-card {
    background-color: #ebf5de;
}
.feature-card_wrapp:nth-child(6) .feature-card {
    background-color: #fdf4dd;
}
.hero-style1{
        max-width: 100%;
}
.header-top{
    background-color: #1c2359 !important;
    padding: 6px 0px !important;
}
.feature-card img{
    padding-bottom: 20px;
}
.home-below-banner .feature-card{
    padding: 20px 40px;
    min-height: 295px;
}
.contact-form{
        padding: 30px 40px;
}
.footer-layout1 .widget-area{
        border-radius: 24px 24px 0px 0px;
}
.whatsapp-btn .call-icon i{
    background-color: #25d366 !important;
}
.telegram-btn .call-icon i{
    background-color: #0088CC !important;
}
.order-now-btn{ 
    background:  #1c2359 !important;
    color: #fff !important;
}
.home-probtn .service-btn a:first-child{
    margin-bottom: 10px;
}
.products-detail-1 , .products-detail-2, .products-detail-3, .products-detail{
    margin-bottom: 50px;
}
.mobile-logo a img{ 
    height: 60px;
}
.choose-area{
    background: #f3f3fd;
}