@charset "UTF-8";

/*
Theme Name: Rasam Plus
Theme URI: https://rasamplus.com/
Author: Amin haghighati
Author URI: https://rasamplus.com/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #0131b8;
    --second-color: #001f77;
    --third-color: #e3c29f;
    --main-text-color: #333;
    --main-font-family: 'IRANYekan';
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazirmatn-Medium.woff2') format('woff2'),
        url('fonts/Vazirmatn-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    direction: rtl;
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    font-weight: 800;
}

h1 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 40px;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 30px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

.btn.focus,
.btn:focus,
:focus {
    box-shadow: none;
    outline: 0;
}

.btn-link:hover {
    text-decoration: none;
}

.owl-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.owl-nav button {
    background: #fff !important;
    border: 1px solid #ccc !important;
    width: 45px;
    height: 45px;
    font-family: 'IRANYekan' !important;
    font-size: 33px !important;
    border-radius: 100%;
    line-height: 1 !important;
}

.owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.owl-dots button {
    background: #ccc !important;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    border-radius: 10px;
}

.owl-dots button.active {
    background: var(--main-color) !important;
    outline: 1px solid var(--main-color);
    outline-offset: 2px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    display: inline-block;
    background-color: var(--main-color);
    padding: 15px 40px;
    color: #fff;
    margin-top: 10px;
    border-radius: 100px;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
}

.site-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}

.site-btn i,
.second-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.big-title {
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

.main-subtitle{
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

.navbar {
    padding: 0;
    z-index: 9999;
}

.gform_heading {
    display: none !important;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

/*------------------------
    Header Section
------------------------*/
.header-section {
    position: relative;
    z-index: 5;
}

.site-logo img {
    height: 55px;
    width: auto;
}

#header-bottom-sec {
    background: var(--main-color);
}

.main-menu-wrap {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
    padding: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #00000033;
    margin: 50px 0;
    border-radius: 100px;
}

.header-btn {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    display: block;
    line-height: 1;
    padding: 20px 35px;
    border-radius: 100px;
    transition: all linear 0.3s;
}

.header-btn:hover {
    background: #001f77;
    color: #fff;
    border-color: #001f77;
}

.header-social-networks-wrap {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.header-social-networks-wrap img {
    height: 20px;
}


#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-row, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-column, #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu span.mega-menu-badge, #mega-menu-wrap-main-menu button.mega-close, #mega-menu-wrap-main-menu button.mega-toggle-standard {
    text-align: right !important;
}

/*------------------------
   Top Section
------------------------*/
.top-section {
    background: linear-gradient(to left,#5eb4e7,#d1d4d7,#c5e3ff);
    padding-top: 185px;
    top: -190px;
    border-radius: 20px;
    width: 99%;
    margin: auto;
    margin-bottom: -190px;
}

.top-section::before {
    content: "+";
    color: #ffffff6b;
    position: absolute;
    font-size: 195px;
    font-weight: 900;
    rotate: -22deg;
    left: 10%;
    z-index: 0;
    top: 30%;
    animation: rotate 4s ease-in-out infinite;
    will-change: transform;
}

.top-section::after {
    content: "+";
    color: #ffffff6b;
    position: absolute;
    font-size: 95px;
    font-weight: 900;
    rotate: 0deg;
    left: 50%;
    z-index: 0;
    top: 50%;
    animation: rotate 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes rotate {
    0%,
    100% {
      transform: rotate(10deg);
    }
    50% {
      transform: rotate(-10deg);
    }
  }

.home-main-title {
    font-size: 45px;
    line-height: 1.5;
}

.top-sec-img::before {
    content: "";
    background-image: url(img/top-big-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 310px;
    height: 292px;
    left: 0;
    top: 221px;
    z-index: 0;
    animation: gentle-float 4s ease-in-out infinite;
    will-change: transform;
    filter: grayscale(1);
}
@keyframes gentle-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

.top-sec-img::after {
    content: "";
    background-image: url(img/top-small-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 151px;
    height: 145px;
    z-index: 0;
    right: -69px;
    top: 450px;
    animation: gentle-float-two 4s ease-in-out infinite;
    will-change: transform;
    filter: grayscale(1);
}

@keyframes gentle-float-two {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-10px);
    }
  }

.top-sec-img img {
    position: relative;
    z-index: 1;
}

.top-btn-sec {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.top-btn-one {
    background: #fff;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 15px;
    color: var(--main-text-color);
    padding: 5px 5px 5px 35px;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s;
}

.top-btn-one::before {
    content: "";
    background-color: var(--main-color);
    background-image: url(img/top-btn-icon.svg);
    background-size: 60%;
    background-position: 58% 65%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    transition: all 0.3s;
}

.top-btn-one:hover {
    background: var(--main-color);
    color: #fff;
}

.top-btn-one:hover::before {
    rotate: -45deg;
}

.top-btn-two {
    border: 2px solid #fff;
    padding: 14px 30px;
    border-radius: 100px;
    color: var(--main-text-color);
    background: #ffffff42;
    backdrop-filter: blur(15px);
    transition: all 0.3s;
    font-weight: bold;
}

.top-btn-two:hover {
    background: #fff;
    color: var(--main-text-color);
}

.top-social-networks-sec {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 15px;
    margin-top: 85px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    position: relative;
    width: 71%;
    margin-bottom: 50px;
}

.top-social-networks-top-sec {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.top-social-networks-top-sec h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
}

.top-social-networks-top-sec p {
    font-size: 13px;
    color: #555;
}

.top-social-networks-items-sec {
    background: #ffffffb8;
    display: flex;
    gap: 10px;
    width: max-content;
    margin: auto;
    padding: 10px;
    border-radius: 100px;
}

.top-social-networks-items-sec img {
    height: 35px;
}

/* ---------------------- CTA Section ------------------- */
.cta-section {
    position: relative;
    padding: 0 1rem 2rem;
    top: -55px;
    margin-bottom: -55px;
    z-index: 1;
}

.cta-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.cta-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.cta-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #e8f0fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-label {
    font-size: 0.85rem;
    color: #888;
}

.cta-details {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
}

/* Tablet+ */
@media (min-width: 640px) {
    .cta-container {
        flex-direction: row;
    }

    .cta-card {
        flex: 1;
    }
}

/*------------------------
   Brands section
------------------------*/
.brands-section {
    padding: 75px 0;
}

.brands-section h2 {
    color: #afafaf;
    margin-top: 0;
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
}

.brand-item-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}

.brand-item img {
    height: 30px;
    width: auto !important;
    display: table;
    margin: auto;
}

/*------------------------
   About Us Section
------------------------*/
.about-us-section{
    padding: 50px 0;
}
#about-us-top-sec{
    margin-bottom: 35px;
}
.about-text{
    font-size: 17px;
    font-weight: 450;
    line-height: 1.5;
    text-align: justify;
}
.about-us-item-sec{
    text-align: center;
    padding: 0 20px;
}
.about-us-item-sec span{
    font-size: 47px;
    font-weight: 800;
    line-height: 1;
}
.about-us-item-sec h3 {
    margin-top: 5px;
    color: #777;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}
#about-us-img-sec img {
    border-radius: 20px;
}

#about-us-video-sec video{
    max-height: 230px;
    border-radius: 20px;
}

/*------------------------
   Services Section
------------------------*/
.services-section{
    padding: 50px 0;
}

.services-section .bg-one{
    background: #5eb4e73d;
}
.services-section .bg-two{
    background: #5eb4e73d;
}
.services-section .bg-three{
    background: #5eb4e73d;
}

.services-item-sec {
    padding: 30px;
    border-radius: 20px;
    min-height: 260px;
}
.services-item-sec img {
    background-color: var(--main-color);
    width: 55px !important;
    height: 55px;
    border-radius: 100%;
    padding: 10px;
}
.services-item-sec h3 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.services-item-sec p {
    font-size: 13px;
    color: #777;
}

/*------------------------
   Why Us Section
------------------------*/
.why-us-section {
    background: #f3f6ff;
    padding: 75px 0;
    margin: 50px 0;
}
#why-us-main-sec ul {
    list-style: none;
    margin-top: 30px;
}
#why-us-main-sec ul li {
    background: #fff;
    border-radius: 100px;
    margin-bottom: 20px;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    transition: all 0.3s;
}
#why-us-main-sec ul li:hover{
    background: var(--main-color);
    color: #fff;
}
#why-us-main-sec ul li img {
    background-color: var(--main-color);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    padding: 10px;
    transition: all 0.3s;
}
#why-us-main-sec ul li:hover img{
    background-color: #4871e4;
}
#why-us-img-sec img{
    border-radius: 20px;
}
.why-us-item {
    padding: 25px;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: justify;
}
.why-us-item p{
    margin-bottom: 7px;
}
.why-us-item p strong {
    font-size: 17px;
}
#why-us-items-sec .why-us-item:nth-child(odd){
    background: #5eb4e733;
}
#why-us-items-sec .why-us-item:nth-child(even){
    background: #d1d4d78f;
}

.why-us-item .top-btn-one::before {
    width: 45px;
    height: 45px;
}

/*------------------------
   FAQ Section
------------------------*/
.faq-section{
    padding: 75px 0;
}
.accordion .card {
    background: transparent;
    border: none;
}

.card:has(.show) .card-header h2 button {
    color: var(--main-color);
}

.accordion .card-header {
    background: #f3f6ff;
    border: none;
    padding: 0;
    margin-top: 10px;
    border-radius: 15px !important;
}

.accordion .card-header h2 {
    margin-top: 0;
}

.accordion .card-header h2 button {
    color: #101010;
    text-align: right !important;
    text-decoration: none !important;
    padding: 17px 17px 17px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.accordion .card-header h2 button::after {
    content: "\f078";
    color: #181818;
    font-family: "FontAwesome";
    transition: all 0.3s;
    font-size: 11px;
    position: relative;
    left: -13px;
    opacity: 0.5;
}

.card:has(.show) h2 button::after {
    content: "\f077";
}

.accordion .card-body {
    background: #f3f6ff;
    color: #555555;
    font-size: 13px;
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
}
/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    padding: 85px 0;
}

.blog-img-sec img {
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-cat {
    background: var(--second-color);
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.3;
    padding: 7px 35px;
}

.blog-details-sec h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-details-sec p {
    color: #555;
    font-size: 13px;
    text-align: justify;
    line-height: 1.9;
}

.blogs-section .owl-dots {
    margin-top: 50px;
}

.blog-details-sec a {
    padding: 7px 29px;
}

/*------------------------
   Our team Section
------------------------*/
.our-team-section{
    padding: 70px 0;
}
.our-team-item-sec{
    background: #f4edff;
    padding: 15px;
    border-radius: 20px;
}
.our-team-footer {
    background: #fff;
    position: absolute;
    width: 93%;
    bottom: 15px;
    border-radius: 20px;
    padding: 20px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-team-footer a svg, .our-team-footer a img{
    background-color: #f3f6ff;
    padding: 7px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
}
.our-team-footer h3 {
    margin-top: 0;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.our-team-footer span {
    font-size: 13px;
    color: #777;
}

/*------------------------
   Cons Section
------------------------*/
.cons-section{
    padding: 75px 0;
}
#cons-img-sec img {
    border-radius: 20px;
    max-height: 585px;
    width: 100%;
    object-fit: cover;
}
#cons-text-sec{
    background: #c5e3ff9c;
    padding: 30px;
    border-radius: 20px;
    height: max-content;
}
#cons-text-sec .big-title, .faq-section .big-title {
    font-size: 37px;
    margin-bottom: 10px;
}
.cons-item-wrap {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.cons-item-sec {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.cons-item-sec > div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
.cons-item-sec > div img {
    background: var(--main-color);
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 7px;
    border-radius: 100px;
}
.cons-item-sec > div h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.cons-item-sec p {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}


/*------------------------
   Contact Us Section
------------------------*/
.contact-us-section{
    background: #f5f7f9;
    padding: 75px 0;
}
.contact-us-form-sec{
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.contact-us-form-sec input, .contact-us-form-sec textarea {
    background: #f3f6ff !important;
    border: none !important;
    border-radius: 7px !important;
}
.contact-us-form-sec .gform-theme--foundation .gform_fields {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 25px !important;
}
.contact-us-form-sec .gform_button{
    background: var(--main-color) !important;
    width: 100% !important;
    border-radius: 100px !important;
    padding: 17px !important;
}


/*------------------------
   Single
------------------------*/
.single-header .row {
    background: #F2F9FF;
    padding: 115px 0 30px;
    margin-top: 35px;
}

.single-header h1 {
    font-size: 19px;
}

.blog-info-wrap {
    display: flex;
    color: #555555;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
}

.single-publish-date,
.post-main-category,
.post-author {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
    border-left: 1px solid #0000004a;
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 20px;
}

.main-image-sec img{
    border-radius: 20px;
}

.toc {
    background: #f3f6ff;
    padding: 10px;
    border-radius: 20px;
}

.toc-title {
    background: #fff;
    margin: 0;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 100px;
    text-align: center;
}

.toc ul {
    padding: 0 10px;
}

.toc li {
    margin-top: 5px;
}

.toc li a {
    color: #181818;
    font-size: 13px;
    line-height: 20px;
}

.article-content{
    background: #f5f7f9;
    padding: 20px;
    border-radius: 20px;
}

.single-sidebar>a {
    color: #181818;
    display: block;
    text-align: center;
    border: 1px solid;
    margin-top: 15px;
    padding: 10px;
}

.order-form>p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 27px;
}

/*------------------------
   Comments
------------------------*/
.comments-section{
    padding: 75px 0;
}
.comments-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.comments-item-reverse .comments-text-sec{
    order: 2;
}
.comments-text-sec{
    background: #f5f7f9;
    padding: 20px;
    border-radius: 20px;
    color: #777;
    font-size: 14px;
    min-height: 210px;
}
.comment-stars-sec {
    display: flex;
    border-bottom: 1px solid #00000026;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.comment-stars-sec svg{
    height: 27px;
    width: auto;
}
.comments-top-sec {
    background: #f5f7f9;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 10px;
    gap: 20px;
}
.comments-top-sec img{
    width: 50px !important;
    height: 50px;
    border-radius: 10px;
}

.customer-name {
    font-weight: 700;
    line-height: 1.3;
}
.comments-top-title{
    font-size: 12px;
    color: #777;
}





.comment-respond {
    background: #F2F9FF;
    padding: 30px;
}

.form-name-wrap {
    width: 49%;
    display: inline-block;
    margin-left: 1.5%;
}

.form-email-wrap {
    width: 49%;
    display: inline-block;
}

#reply-title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.comments-blog ul.children,
h3.comments-title {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-blog ul.children {
    padding-right: 10%;
}

.comment-body {
    border: 1px solid #111;
    padding: 20px;
    margin-top: 55px;
}

.comment-items-header-sec {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding: 10px 20px;
    position: relative;
    margin-top: -48px;
    margin-bottom: 25px;
}

.comments-blog ul.children .comment-items-header-sec {
    background: #D1ECFF;
}

.comment-items-header-sec h5 {
    margin: 0;
    color: #181818;
}

.reply {
    text-align-last: left;
}

.reply a {
    background-image: url(img/reply-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    color: var(--main-color);
    font-size: 14px;
    padding-right: 20px;
}

/*------------------------
   Category
------------------------*/
.owl-blog-cat {
    position: relative;
    border: 2px solid #5555551c;
    padding: 15px 50px;
    margin-bottom: 100px;
}

.owl-cat-link {
    background: #F2F9FF;
    color: #101010;
    font-size: 14px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 11px 8px;
}

.owl-cat-link:hover {
    background: #DDF1FF;
    color: #101010;
}

.owl-blog-cat .owl-nav {
    justify-content: space-between;
    position: unset;
}

.owl-blog-cat .owl-prev {
    position: absolute;
    right: 15px;
    top: 27px;
}

.owl-blog-cat .owl-next {
    position: absolute;
    left: 15px;
    top: 27px;
}

.owl-blog-cat-title {
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 30px;
}

/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background-color: #171717;
    color: #fff;
    padding-top: 75px;
    font-size: 14px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li{
    margin-bottom: 7px;
}

.footer-section a {
    color: #ddd;
}

.footer-section a:hover {
    color: #fff;
}

.widget-footer-title {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1;
}

.copyright-wrap .row {
    border-top: 1px solid #ffffff5c;
    padding: 13px 0;
    font-size: 13px;
    margin-top: 35px;
}
.footer-contact-item-sec{
    margin-bottom: 15px;
}
.footer-contact-item-sec p{
    margin-bottom: 0;
    color: #bbb;
    font-size: 13px;
}
.footer-contant-titie-sec i{
    margin-left: 5px;
}
.footer-contact-item-sec a{
    color: #bbb;
}
#footer-logo-sec img {
    filter: grayscale(1) brightness(3);
    display: table;
    margin: 35px auto;
    width: 35%;
    height: auto;
}
#footer-social-networks{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}
#footer-social-networks img {
    width: auto;
    height: 30px;
    filter: grayscale(1) brightness(0.8);
    transition: all 0.3s;
}
#footer-social-networks img:hover {
    filter: grayscale(1) brightness(1);
}

/*------------------------
   Aside Section
------------------------*/

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

aside .widget-area {
    background: #ffb44529;
    margin-bottom: 10px;
    padding: 10px;
}

.ez-toc-title-toggle {
    display: table;
    float: left;
}

.ez-toc-title-toggle a {
    background: none;
}

.ez-toc-title {
    text-align: revert;
    color: #111;
    font-weight: 700;
}

.ez-toc-widget-container li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    padding: 5px 0;
    font-size: 13px;
}

.ez-toc-widget-container li.active>a {
    font-weight: 800;
    color: var(--main-color);
}

.ez-toc-title-container {
    padding-bottom: 15px;
    position: relative;
}

.ez-toc-title-container::after {
    content: "";
    display: table;
    height: 1px;
    width: 55%;
    background: #00000020;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: transparent !important;
}

.breadcrumb {
    background: transparent;
    color: #ACACAC;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

.breadcrumb a {
    color: #ACACAC;
}


/* ----------------------------- Contact Us Template --------------------------------------- */
.landing-header-sec{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    margin-top: -200px;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.landing-header-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.landing-header-sec h1 {
    font-size: clamp(2.2rem, 6vw, 3rem);
    color: #fff;
    line-height: 1.3;
    margin-top: 0;
    position: relative;
    margin-bottom: 35px;
}
.landing-header-sec h1::after {
    content: "";
    display: inline-block;
    background: #ddd;
    height: 3px;
    width: 75px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    margin: auto;
}
.landing-header-sec .breadcrumbs {
    background: #00000030;
    width: max-content;
    margin: auto;
    color: #fff;
    padding: 7px 25px;
    backdrop-filter: blur(15px);
    border-radius: 50px;
    display: flex;
    row-gap: 0;
    column-gap: 7px;
    flex-wrap: wrap;
    max-width: 100%;
}
.landing-header-sec .breadcrumbs a {
    color: #c0c0c0;
}
.form-wrap h2, #contact-info-right-sec h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 21px;
}

.form-wrap p {
    color: #777;
    font-size: 14px;
    margin-bottom: 35px;
}

#contact-info-right-sec{
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.contact-item {
    background: #f3f6ff;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 15px;
}
.contact-item img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.contact-item > div span {
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
.contact-item > div p {
    color: #777;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
}
.contact-social-wrap {
    margin-top: 50px;
}
.contact-social-wrap h3 {
    margin-top: 0;
    font-size: 19px;
}
.contact-social-items-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-social-item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}


/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    .container {
        max-width: 98%;
    }

    h1 {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 23px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 19px;
        margin-top: 21px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 17px;
        margin-top: 19px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    p {
        font-size: 14px;
        line-height: 29px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open+#mega-menu-main-menu {
        right: 0 !important;
        left: unset !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        text-align: right !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open~button.mega-close {
        display: none !important;
    }

    #header-top-sec {
        background: #181818;
    }

    .main-menu-wrap {
        padding: 10px 20px 10px 10px;
        margin: 10px 0;
    }
    .site-logo img {
        height: 45px;
    }
    .header-btn {
        padding: 17px 23px;
        font-size: 13px;
    }
    .top-section {
        padding-top: 45px;
        top: 0;
        border-radius: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .home-main-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 31px;
    }
    .top-btn-sec {
        margin-top: 25px;
    }
    .top-btn-one {
        gap: 10px;
        padding: 5px 5px 5px 25px;
        font-size: 14px;
    }
    .top-btn-one::before {
        background-size: 53%;
        width: 45px;
        height: 45px;
    }
    .top-btn-two {
        padding: 11px 25px;
        font-size: 14px;
    }
    .top-social-networks-sec {
        margin-top: 55px;
        width: 100%;
    }
    .top-sec-img img {
        position: relative;
        z-index: 1;
        height: auto;
        margin: auto;
    }
    .brands-section {
        padding: 50px 0;
    }
    .about-us-section {
        padding: 25px 0;
    }
    #about-us-title-sec h2{
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .about-text {
        font-size: 16px;
        font-weight: 100;
    }
    .about-us-items-wrap{
        margin-bottom: 50px;
    }
    .about-big-img{
        display: none;
    }
    #about-us-video-sec video{
        max-height: auto;
    }
    .big-title {
        font-size: 31px;
        line-height: 1.3;
    }
    .why-us-section {
        padding: 50px 0;
        margin: 0;
    }
    .why-us-item {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .comments-section, .faq-section {
        padding: 0;
    }
    #cons-text-sec .big-title, .faq-section .big-title {
        font-size: 23px;
        margin-bottom: 10px;
    }
    #cons-img-sec img {
        border-radius: 15px;
        width: 100%;
        margin-bottom: 10px;
        max-height: auto;
    }
    .blogs-section {
        padding: 85px 0 50px;
    }
    .contact-us-section {
        padding: 49px 0;
    }
    #contact-us-items-wrap{
        margin-bottom: 35px;
    }
    #footer-one-sec, #footer-two-sec{
        margin-bottom: 45px;
    }
    #footer-logo-sec img {
        margin: 35px auto 0;
    }
    #contact-info-right-sec {
        margin-bottom: 35px;
    }
    .landing-header-sec {
        min-height: 375px;
        margin-top: -93px;
        padding-top: 150px;
    }

    .main-image-sec img {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 550px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 27px;
    }

    .main-menu-wrap {
        gap: 10px;
        padding: 10px;
    }
    .site-logo img {
        height: 35px;
    }
    .home-main-title {
        margin-bottom: 5px;
        font-size: 23px;
    }
    .top-sec-text{
        padding: 0;
    }
    .top-btn-one::before {
        background-size: 50%;
        width: 39px;
        height: 39px;
    }
    .top-btn-one {
        padding: 5px 5px 5px 20px;
        font-size: 13px;
    }
    .top-btn-two {
        padding: 9px 25px;
        font-size: 13px;
    }
    .top-social-networks-top-sec h3 {
        font-size: 17px;
    }
    .top-social-networks-sec {
        padding: 15px;
    }
    .top-social-networks-items-sec {
        padding: 5px;
    }
    .top-social-networks-items-sec img {
        height: 30px;
    }
    .brands-section h2 {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 10px;
        line-height: 1.7;
    }
    .about-text {
        font-size: 15px;
    }
    .about-us-item-sec {
        padding: 0 10px;
    }
    .about-us-item-sec span {
        font-size: 31px;
    }
    .about-us-item-sec h3 {
        font-size: 12px;
    }
    #about-us-counter-sec, #about-us-img-sec, #about-us-video-sec, #contact-us-form-wrap{
        padding: 0;
    }
    .about-us-items-wrap {
        margin-bottom: 30px;
    }
    .services-section {
        padding: 25px 0 50px;
    }
    .big-title {
        font-size: 25px;
        line-height: 1.7;
    }
    .main-subtitle {
        font-size: 13px;
        line-height: 1.7;
    }
    .owl-nav {
        gap: 13px;
        margin-top: 25px;
    }
    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 23px !important;
    }
    #why-us-main-sec ul li img {
        width: 45px;
        height: 45px;
        padding: 7px;
        transition: all 0.3s;
    }
    #why-us-main-sec ul li {
        margin-bottom: 13px;
        padding: 5px;
        gap: 10px;
    }
    .why-us-item {
        padding: 15px;
        border-radius: 10px;
        gap: 15px;
    }
    .why-us-item .top-btn-one::before {
        width: 35px;
        height: 35px;
    }
    .our-team-section {
        padding: 50px 0;
    }
    .big-title {
        font-size: 21px;
        line-height: 1.5;
    }
    .our-team-footer {
        width: 93%;
        bottom: 10px;
        padding: 10px;
        border-radius: 15px;
    }
    .our-team-footer h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .our-team-footer span {
        font-size: 12px;
    }
    #cons-text-sec {
        padding: 20px;
    }
    #cons-text-sec .big-title, .faq-section .big-title {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .cons-item-wrap {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .cons-item-sec > div {
        gap: 10px;
        margin-bottom: 15px;
    }
    .cons-item-sec p {
        font-size: 13px;
        line-height: 1.9;
    }
    .accordion .card-header h2 button {
        font-size: 14px;
    }
    .blogs-section {
        padding: 50px 0 35px;
    }
    .blog-img-sec img {
        height: 215px;
        object-fit: cover;
        border-radius: 20px;
    }
    .contact-us-form-sec input, .contact-us-form-sec textarea {
        font-size: 13px !important;
    }
    .contact-us-form-sec {
        padding: 20px;
    }
    .contact-us-section {
        padding: 30px 0 35px;
    }
    .footer-section {
        padding-top: 45px;
    }
    #footer-two-sec, #footer-three-sec{
        display: none;
    }
    #footer-one-sec {
        margin-bottom: 30px;
    }
    #footer-logo-sec img {
        width: 70%;
    }
    .copyright-wrap .row {
        text-align: center;
    }
    #footer-social-networks {
        justify-content: center;
        margin-top: 10px;
    }
    .landing-header-sec {
        min-height: auto;
        margin-top: -92px;
        padding-top: 113px;
        padding-bottom: 30px;
    }
    .landing-header-sec h1 {
        font-size: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: 30px;
    }
    .contact-info .container{
        padding: 0;
    }
    #contact-info-right-sec {
        padding: 15px;
        border-radius: 10px;
    }
    .contact-item img {
        height: 35px;
        width: 35px;
    }
    .contact-item > div p {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 5px;
    }
    .contact-item {
        padding: 9px;
        border-radius: 7px;
    }
    .main-image-sec img {
        margin-top: 30px;
    }
    #main-single .container {
        padding: 0;
    }

    .article-content {
        padding: 10px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .services-item-sec {
        min-height: auto;
    }

}