/*
Theme Name: tiss-theme
*/


h1,h2,h3,h4,h5,h6{
     font-family: "Playfair", serif;
}
p, a{
   font-family: "Poppins", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}
span{
     font-family: "Poppins", sans-serif;
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:0 6%;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e91431;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

/* top header ends */

.header-logo img {
    width: 270px;
    object-fit: cover;
    height: auto;
    margin: 20px auto 10px;
    display: block;
}

.header-wrapper {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    background: #FCFBFB;
    padding: 15px 0;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #FCFBFB;
    padding: 10px 0;
    transition: .3s ease;
}

.header-logo-col {
    display: none !important;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 100px;
    margin: 10px auto;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.f-nav .header-call, .f-nav .header-logo p{
    display: none;
    transition: .3s ease;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    color: #CA261D !important;
}

.header-call {
    background: #B3231B0F;
    padding: 10px 15px;
    border-radius: 30px;
    margin: 0 auto 20px;
    display: block;
    width: fit-content;
    color: #000;
    font-weight: 700;
}
.header-call:hover{
    color: #CA261D;
}
.header-call i{
    background: #D9D9D9;
    border-radius: 50%;
    padding: 6px;
    margin-right: 12px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset !important;
    padding: 10px 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ca261d;
}

 /* header ends */

 /* banner section starts */

.banner-wrapper {
    position: relative;
}

.banner-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-item .banner-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:bottom;
}

.banner-overlay {
    position: absolute;
    inset: 0;
        background: rgb(0 0 0 / 15%);
}

.banner-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.banner-content {
    max-width: 800px;
    padding: 20px;
}

.banner-logo {
    width: 335px;
    height: 220px;
    object-fit: contain;
    margin-bottom: 20px;
}

.banner-title {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 76%);
}

.banner-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:3px 3px 4px rgb(0 0 0 / 85%);
    margin-bottom: 25px;
}

.banner-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.banner-btn {
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    background: #7e7e7e3d;
    backdrop-filter: blur(5px);
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.banner-btn:hover {
    background: #c0392b;
    border-color: #c0392b;
    cursor: pointer;
    color: #ffffff;
}


/* banner section ends */


/* about section starts */

.about-wrapper {
    padding: 60px 0 0;
}

.about-wrapper {
    text-align: center;
}

.about-content {
    text-align: center;
}

.about-wrapper h1{
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
}

.about-wrapper p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

/* about section ends */

/* service section starts */

.service-wrapper {
    padding: 100px 0;
}

.service-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.service-header a {
    color: #CA261D;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
}

.service-header a:hover {
    color: #d3140a;
}

.service-header span.arrow i {
    transform: rotate(-45deg);
}

.service-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    padding: 30px 25px;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
}

.service-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.service-item::before {
    content: counter(service-counter, decimal-leading-zero);
    counter-increment: service-counter;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #CA261D;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Reset counter */
.service-wrapper .row {
    counter-reset: service-counter;
}

/* Title */
.service-item h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 10px;
    color: #111111;
    font-family: "Poppins", sans-serif !important;
}

/* Content */
.service-item p {
    font-size: 16px;
    color: #A4A2A2;
    line-height: 1.6;
    margin-bottom: 0 !important;
}
.service-wrapper .col-lg-3{
    padding-left: 8px !important;
    padding-right: 8px !important;
}



/* service section ends */

/* expertise section starts  */

.expertise-wrapper {
    background: #F7F7F7;
    padding: 60px 0;
}

.expertise-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.expertise-header-left {
    display: flex;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.expertise-header h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
}

.expertise-header h1 span {
    color: #CA261D;
    display: block;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.expertise-header-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.expertise-header p {
    font-size: 16px;
    color: #4A4949;
    line-height: 1.7;
}

.expertise-header a {
    color: #CA261D;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
}

.expertise-header a:hover {
    color: #d3140a;
}

.expertise-header .arrow i {
    transform: rotate(-45deg);
}

.expert-slider {
    margin-top: 40px;
}

.expertise-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background: #000;
}

.expertise-item span {
    display: block;
    position: relative;
}

.expertise-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.expertise-item:hover img {
    transform: scale(1.05);
}

.expertise-content {
    display: flex;
    padding: 10px;
    background: #ffffff;
    flex-direction: column;
    position: absolute;
    bottom: 8px;
    width: 80%;
    right: 9px;
    border-radius: 13px;
}

.learn-more {
    color: #CA261D;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    display: inline-flex;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

.learn-more .arrow i {
    transform: rotate(-45deg);
}

.learn-more:hover {
    color: #d3140a;
}

.expertise-content h4 {
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    color: #111111;
}

.expertise-content p {
    font-size: 14px;
    color: #4A4949;
    margin: 0;
}

/* Slick arrow overrides */
.expert-slider .slick-prev,
.expert-slider .slick-next {
    width: 44px;
    height: 44px;
    background: #CA261D;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s ease;
}

.expert-slider .slick-prev:hover,
.expert-slider .slick-next:hover {
    background: #d3140a;
}

.expert-slider .slick-prev {
    left: -22px;
}

.expert-slider .slick-next {
    right: -22px;
}

.expert-slider .slick-prev::before,
.expert-slider .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
}

.expert-slider .slick-prev::before {
    content: "\f053"; /* fa-chevron-left */
}

.expert-slider .slick-next::before {
    content: "\f054"; /* fa-chevron-right */
}

.expert-slider .slick-dots {
    bottom: -35px;
}

.expert-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.expert-slider .slick-dots li button::before {
    font-size: 10px;
    color: #CA261D;
    opacity: 0.4;
}

.expert-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #CA261D;
}

.expert-slider .expertise-col {
    padding: 0 10px;
}

/* expertise ends */

/* portfolio section starts */


.portfolio-wrapper {
    padding: 120px 0;
    background: #FFFFFF;
}

figure.vp-portfolio__item {
    border-radius: 15px !important;
    overflow: hidden;
}

.portfolio-wrapper h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-wrapper h1 span {
    color: #CA261D;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.portfolio-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.portfolio-load-more-btn {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 8px;
}

.portfolio-load-more-btn:hover {
    background-color: transparent;
    color: #000;
}

/* portfolio section ends */

/* contact us section start */

.contact-us-wrap {
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

.contact-us-wrap .custom-container {
    padding: 0 !important;
}

.contact-row {
    align-items: center;
}

.contact-info-col {
    padding: 0 30px 0 6vw !important;
}

.contact-heading {
    font-size: 48px;
    font-weight: 800;
    max-width: 500px;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 40px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-info-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    color: #111;
}

.contact-info-text h5 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    font-family: "Poppins", sans-serif !important;
    margin: 0 0 4px;
}
 
.contact-info-text p {
    font-size: 18px;
    color: #4A4949;
    font-weight: 500;
    line-height: 1.6;
    max-width: 300px;
    margin: 0;
}

.contact-info-text a {
color: #000;
}

.contact-info-text a:hover {
color: #CA261D;
}

.contact-form-col {
    padding: 0 !important;
}

.contact-form-wrap {
    background: #F7F7F7;
    border-radius: 16px 0 0 16px;
    padding: 80px 8vw 80px 6vw;
}

.contact-form-title {
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
}

.contact-form-wrap .wpcf7-form p {
    margin: 0;
}

.contact-form-wrap br {
    display: none;
}

.contact-form-wrap label {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"], .contact-form-wrap textarea {
    width: 100%;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 25px 20px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #111;
    outline: none;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-wrap input[type="text"]:focus,
.contact-form-wrap input[type="email"]:focus,
.contact-form-wrap input[type="tel"]:focus,
.contact-form-wrap textarea:focus {
    border-color: #CA261D;
    box-shadow: none !important;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
    font-size: 16px;
    color: #A4A2A2;
}

.contact-form-wrap textarea {
    max-height: 170px;
    resize: vertical;
}

.contact-form-wrap input[type="submit"], .contact-form-wrap .wpcf7-submit {
    display: inline-block;
    background: #CA261D;
    color: #fff;
    border: none;
    padding: 10px 35px;
    border: none;
    font-size: 16px;
    box-shadow: none;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    float: right;
    transition: background 0.2s ease, transform 0.15s ease;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap .wpcf7-submit:hover {
    background: #a81e17;
    transform: translateY(-1px);
}

.contact-form-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #CA261D;
}

.contact-form-wrap .wpcf7-response-output {
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 0;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

/* contact us section ends */

/* footer section start */

.footer {
    background: #fff;
    padding: 30px 0;
}

.footer-inner {
    align-items: center;
}

.footer-copy p {
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.footer-nav-col {
    display: flex;
    justify-content: center;
}

.footer-menu-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-list a {
    line-height: 1;
    height: unset !important;
    padding: 0px 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 500 !important;
}

.footer-menu-list a:hover {
    color: #CA261D;
}

.footer-social-col {
    display: flex;
    justify-content: flex-end;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social a {
    color: #111111;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    color: #CA261D;
}

/* footer section ends */

/* innerpage heading section start */

.innerpage-header {
    position: relative;
    height: 70vh;
    max-height: 500px;
    margin: 20px 30px 60px;
    overflow: hidden;
    border-radius: 30px;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    z-index: 1;
    border-radius: 30px;
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;  /* fill the parent fully */
    top: 0;
    left: 0;
    z-index: 0;
}

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    max-width: 900px;
    text-align: center;
    width: 90%;
    color: #fff;
    z-index: 2;          /* sits above the overlay */
}

.pageheading-middle h4 {
    font-size: 46px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ffffff;
}

.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 18px;
}

.pageheading-middle a {
    color: #ffffffb3;
    font-size: 18px;
    font-weight: 600;
}

.pageheading-middle a:hover {
    color: #CA261D;
}

/* innerpage heading section end */


/* inner contact us page start */

.inner-contact-us-wrap {
    background: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}

.inner-contact-us-wrap .custom-container {
    padding: 0 !important;
}

.inner-contact-row {
    align-items: stretch;
}

.inner-contact-form-col {
    padding: 0 !important;
}

.inner-contact-form-wrap {
    background: #F7F7F7;
    border-radius: 0 16px 16px 0;   /* flipped: now curves on the right */
    padding: 80px 6vw 80px 8vw;
    height: 100%;
}

.inner-contact-form-title {
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
}

.inner-contact-form-wrap .wpcf7-form p {
    margin: 0;
}

.inner-contact-form-wrap br {
    display: none;
}

.inner-contact-form-wrap label {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    display: block;
}

.inner-contact-form-wrap input[type="text"],
.inner-contact-form-wrap input[type="email"],
.inner-contact-form-wrap input[type="tel"],
.inner-contact-form-wrap textarea {
    width: 100%;
    border: 1px solid #ffffff;
    background: #fff;
    padding: 25px 20px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #111;
    outline: none;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inner-contact-form-wrap input[type="text"]:focus,
.inner-contact-form-wrap input[type="email"]:focus,
.inner-contact-form-wrap input[type="tel"]:focus,
.inner-contact-form-wrap textarea:focus {
    border-color: #CA261D;
    box-shadow: none !important;
}

.inner-contact-form-wrap input::placeholder,
.inner-contact-form-wrap textarea::placeholder {
    font-size: 16px;
    color: #A4A2A2;
}

.inner-contact-form-wrap textarea {
    max-height: 170px;
    resize: vertical;
}

.inner-contact-form-wrap input[type="submit"], .inner-contact-form-wrap .wpcf7-submit {
    display: block;
    background: #CA261D;
    color: #fff;
    border: none;
    padding: 10px 60px;
    min-width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px auto 0 !important;
    transition: background 0.2s ease, transform 0.15s ease;
    box-shadow: none;
}

.inner-contact-form-wrap input[type="submit"]:hover,
.inner-contact-form-wrap .wpcf7-submit:hover {
    background: #a81e17;
    transform: translateY(-1px);
}

.inner-contact-form-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #CA261D;
}

.inner-contact-form-wrap .wpcf7-response-output {
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 0;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

.inner-contact-info-col {
    padding: 80px 6vw 80px 30px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-contact-heading {
    font-size: 48px;
    max-width: 500px;
    font-weight: 800;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 40px;
}

.inner-contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.inner-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.inner-contact-info-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    color: #CA261D;           /* accent color on icons — added */
}

.inner-contact-info-text h5 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    font-family: "Poppins", sans-serif !important;
    margin: 0 0 4px;
}

.inner-contact-info-text p,
.inner-contact-info-text a {
    font-size: 18px;
    color: #4A4949;
    font-weight: 500;
    line-height: 1.6;
    max-width: 300px;
    margin: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.inner-contact-info-text a:hover {
    color: #CA261D;
}


/* inner contact us page ends */

/* inner gallery page start */

.gallery-wrap {
    padding: 60px 0;
}

.gallery-header {
    max-width: 750px;
    text-align: left;
    margin-bottom: 40px;
}

.gallery-header h1 {
    font-size: 48px;
    font-weight: 800;
    max-width: 500px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px;
}

.gallery-header h1 span {
    color: #CA261D;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.gallery-subpara {
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
}


/* inner gallery page ends */

/* inner testimonial section start */

.inner-testimonial-wrap {
    padding: 80px 0;
    background: #ffffff;
}

.inner-testimonial-header {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-testimonial-subtitle {
    font-size: 16px;
    color: #4A4949;
    line-height: 1.7;
    margin-bottom: 8px;
}

.inner-testimonial-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.inner-testimonial-title span {
    color: #CA261D;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.inner-testimonial-row {
    margin-top: 30px;
}

.inner-testimonial-col {
    margin-bottom: 25px;
}

/* card */
.inner-testimonial-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease;
}

.inner-testimonial-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

/* content */
.inner-testimonial-content {
    font-size: 15px;
    line-height: 1.7;
    color: #4A4949;
}

/* read more button */
.testimonial-readmore-btn {
    margin-top: 15px;
    background: #CA261D;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
    transition: 0.3s ease;
}

.testimonial-readmore-btn:hover {
    background: #a81e17;
}

.inner-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.inner-author-image img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.inner-author-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.inner-author-info h5 {
    font-size: 13px;
    color: #A4A2A2;
    margin: 0;
}

.testimonial-full-content {
    display: none;
}

/* modal */
.testimonial-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.testimonial-modal.active {
    display: block;
}

.testimonial-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.testimonial-modal-box {
    position: relative;
    max-width: 650px;
    width: 90%;
    background: #fff;
    margin: 80px auto;
    padding: 30px;
    border-radius: 16px;
    z-index: 2;
    max-height: 80vh;
    overflow-y: auto;
}

.testimonial-modal-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial-modal-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4A4949;
}

.testimonial-modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

/* inner testimonial section end */


@media only screen and (min-width: 300px) and (max-width: 575.5px) {

/* home page start */

/* header section start */

.menu-logoheader .row {
    align-items: center;
}
.header-logo-col {
    display: flex !important;
    justify-content: flex-start;
}
.header-logo-col img {
    width: fit-content;
    height: 40px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 35px;
    object-fit: contain;
}
.banner-caption {
    top:25px;
}

.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: black;
    background-color: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset !important;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600 !important;
}


/* header section ends */

/* banner section start */

.banner-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
}
.banner-logo {
    width: 250px;
    height: auto;
    object-fit: contain;
}
.banner-title {
    font-size: 32px;
}
.banner-subtitle {
    font-size: 16px;
}
.banner-btn {
    padding: 10px 20px;
    font-size: 12px;
}

/* banner section ends */

/* about us section start */

.about-wrapper {
    padding: 50px 0 0;
}

.about-wrapper h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.about-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* about us section ends */

/* service section start */

.service-wrapper {
    padding: 50px 0;
}
.service-col {
    margin-bottom: 20px;
}
.service-header a {
    font-size: 14px;
}
.service-item {
    border-radius: 20px;
    padding: 20px;
}
.service-item::before {
    width: 40px;
    height: 40px;
    font-size: 32px;
}
.service-item h2 {
    font-size: 20px;
    margin-top: 50px;
}

/* service section ends */

/* expertise section start */

.expertise-wrapper {
    padding: 50px 0;
}
.expertise-header {
    flex-direction: column;
    gap: 18px;
    text-align: center;
}
.expertise-header-left,
.expertise-header-right {
    flex: 1 1 100%;
    max-width: 100%;
}
.expertise-header h1 {
    font-size: 30px;
}
.expertise-header h1 span {
    color: #CA261D;
    display: contents;
}
.expertise-col {
    margin-bottom: 20px;
}
.expertise-header p,
.expertise-header a {
    font-size: 14px;
}
.expertise-content h4 {
    font-size: 18px;
}
.expertise-content p {
    font-size: 13px;
}
.expertise-item img {
    width: 100%;
    height: 300px;
}

/* expertise section ends */

/* portfolio section start */

.portfolio-wrapper {
    padding: 50px 0px;
}

.portfolio-wrapper h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

/* portfolio section ends */

/* contact us section start */

.contact-us-wrap {
    padding: 0 0 30px;
}
.contact-us-wrap .custom-container, .inner-contact-us-wrap .custom-container {
    padding: 0  6% !important;
}
.contact-info-col,
.contact-form-col,
.inner-contact-info-col,
.inner-contact-form-col {
    padding: 0 15px !important;
    margin-bottom: 20px;
}
.contact-form-wrap, .inner-contact-form-wrap {
    border-radius: 12px;
    padding: 20px;
}
.contact-form-title, .inner-contact-form-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.contact-heading, .inner-contact-heading {
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-info-icon, .inner-contact-info-icon {
    width: 25px;
    height: 25px;
    font-size: 18px;
}
.contact-info-text h5, .inner-contact-info-text h5 {
    font-size: 16px;
}
.contact-info-text p, .inner-contact-info-text p, .contact-info-text a, .inner-contact-info-text a {
    font-size: 12px;
    max-width: 100%;
}
.contact-form-wrap label, .inner-contact-form-wrap label {
    font-size: 12px;
    margin-bottom: 8px;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"], .contact-form-wrap textarea, .inner-contact-form-wrap input[type="text"], .inner-contact-form-wrap input[type="email"], .inner-contact-form-wrap input[type="tel"], .inner-contact-form-wrap textarea {
    padding: 18px 14px;
    font-size: 12px;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder,
.inner-contact-form-wrap input::placeholder,
.inner-contact-form-wrap textarea::placeholder {
    font-size: 12px;
    color: #A4A2A2;
}
.inner-contact-form-wrap textarea, .contact-form-wrap textarea {
    max-height: 120px;
    margin-bottom: 0 !important;
}
.contact-form-wrap input[type="submit"],
.inner-contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit,
.inner-contact-form-wrap .wpcf7-submit {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    min-width: unset;
}

/* contact us section ends */

/* footer section start */

.footer {
    padding: 20px 0px;
}
.footer-copy p, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
    text-align: center;
}
.footer-menu-list {
    gap: 8px;
    margin-bottom: 10px;
}
.footer-menu-list a {
    padding: 0px 6px;
    font-size: 12px;
}
.footer-social {
    margin: auto;
}
.footer-social a {
    font-size: 18px;
}

/* footer section ends */

/* home page ends */

/* innerpage heading section start */

.innerpage-header {
    height: 55vh;
    max-height: 350px;
    margin: 20px 4% 20px;
}
.pageheading-middle h4 {
    font-size: 28px;
}
.pageheading-middle #breadcrumbs,
.pageheading-middle a {
    font-size: 14px;
}

/* innerpage heading section end */

/* inner gallery page start */

.gallery-wrap {
    padding: 50px 0px;
}
.gallery-header h1 {
    font-size: 26px;
}
.gallery-subpara {
    font-size: 14px;
}

/* inner gallery page ends */
	
.inner-testimonial-wrap {
    padding: 50px 0;
}

.inner-testimonial-title {
    font-size: 28px;
}

.inner-testimonial-subtitle {
    font-size: 14px;
}

.inner-testimonial-content {
    font-size: 14px;
}

.inner-author-image img {
    width: 45px;
    height: 45px;
}

.testimonial-modal-box {
    padding: 20px;
    margin: 60px auto;
}

}

@media only screen and (min-width: 576px) and (max-width: 767.5px) {

/* home page start */

/* header section start */

.menu-logoheader .row {
    align-items: center;
}
.header-logo-col {
    display: flex !important;
    justify-content: flex-start;
}
.header-logo-col img {
    width: fit-content;
    height: 50px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 40px;
    object-fit: contain;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: black;
    background-color: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset !important;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600 !important;
}


/* header section ends */

/* banner section start */

.banner-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
}
.banner-logo {
    width: 190px;
    height: auto;
    object-fit: contain;
}
.banner-title {
    font-size: 34px;
}
.banner-subtitle {
    font-size: 18px;
}
.banner-btn {
    padding: 10px 20px;
    font-size: 14px;
}

/* banner section ends */

/* about us section start */

.about-wrapper {
    padding: 50px 0 0;
}

.about-wrapper h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.about-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* about us section ends */

/* service section start */

.service-wrapper {
    padding: 50px 0;
}
.service-col {
    margin-bottom: 30px;
}
.service-header a {
    font-size: 16px;
}
.service-item {
    border-radius: 20px;
    padding: 20px;
}
.service-item::before {
    width: 40px;
    height: 40px;
    font-size: 32px;
}
.service-item h2 {
    font-size: 22px;
    margin-top: 50px;
}

/* service section ends */

/* expertise section start */

.expertise-wrapper {
    padding: 50px 0;
}
.expertise-header {
    flex-direction: column;
    gap: 18px;
    text-align: center;
}
.expertise-header-left,
.expertise-header-right {
    flex: 1 1 100%;
    max-width: 100%;
}
.expertise-header h1 {
    font-size: 32px;
}
.expertise-header h1 span {
    color: #CA261D;
    display: contents;
}
.expertise-col {
    margin-bottom: 30px;
}
.learn-more {
    font-size: 14px;
}
.expertise-header p,
.expertise-header a {
    font-size: 14px;
}
.expertise-content h4 {
    font-size: 20px;
}
.expertise-content p {
    font-size: 14px;
}
.expertise-item img {
    width: 100%;
    height: 300px;
}

/* expertise section ends */

/* portfolio section start */

.portfolio-wrapper {
    padding: 50px 0px;
}

.portfolio-wrapper h1 {
    font-size: 32px;
    margin-bottom: 25px;
}

/* portfolio section ends */

/* contact us section start */

.contact-us-wrap {
    padding: 0 0 30px;
}
.contact-us-wrap .custom-container, .inner-contact-us-wrap .custom-container {
    padding: 0  6% !important;
}
.contact-info-col,
.contact-form-col,
.inner-contact-info-col,
.inner-contact-form-col {
    padding: 0 15px !important;
    margin-bottom: 20px;
}
.contact-form-wrap, .inner-contact-form-wrap {
    border-radius: 12px;
    padding: 20px;
}
.contact-form-title, .inner-contact-form-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-heading, .inner-contact-heading {
    font-size: 28px;
    margin-bottom: 15px;
}
.contact-info-icon, .inner-contact-info-icon {
    width: 25px;
    height: 25px;
    font-size: 20px;
}
.contact-info-text h5, .inner-contact-info-text h5 {
    font-size: 18px;
}
.contact-info-text p, .inner-contact-info-text p, .contact-info-text a, .inner-contact-info-text a {
    font-size: 14px;
    max-width: 100%;
}
.contact-form-wrap label, .inner-contact-form-wrap label {
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"], .contact-form-wrap textarea, .inner-contact-form-wrap input[type="text"], .inner-contact-form-wrap input[type="email"], .inner-contact-form-wrap input[type="tel"], .inner-contact-form-wrap textarea {
    padding: 25px 15px;
    font-size: 16px;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder,
.inner-contact-form-wrap input::placeholder,
.inner-contact-form-wrap textarea::placeholder {
    font-size: 14px;
    color: #A4A2A2;
}
.inner-contact-form-wrap textarea, .contact-form-wrap textarea {
    max-height: 150px;
    margin-bottom: 0 !important;
}
.contact-form-wrap input[type="submit"],
.inner-contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit,
.inner-contact-form-wrap .wpcf7-submit {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    min-width: unset;
}

/* contact us section ends */

/* footer section start */

.footer {
    padding: 20px 0px;
}
.footer-copy p, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    text-align: center;
}
.footer-menu-list {
    gap: 8px;
    margin-bottom: 10px;
}
.footer-menu-list a {
    padding: 0px 6px;
    font-size: 14px;
}
.footer-social {
    margin: auto;
}
.footer-social a {
    font-size: 20px;
}

/* footer section ends */

/* home page ends */

/* innerpage heading section start */

.innerpage-header {
    height: 55vh;
    max-height: 350px;
    margin: 20px 4% 20px;
}
.pageheading-middle h4 {
    font-size: 30px;
}
.pageheading-middle #breadcrumbs,
.pageheading-middle a {
    font-size: 14px;
}

/* innerpage heading section end */

/* inner gallery page start */

.gallery-wrap {
    padding: 50px 0px;
}
.gallery-header h1 {
    font-size: 28px;
}
.gallery-subpara {
    font-size: 14px;
}

/* inner gallery page ends */
	
.inner-testimonial-title {
    font-size: 32px;
}
.inner-testimonial-content {
    font-size: 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {

/* home page start */

/* header section start */

.menu-logoheader .row {
    align-items: center;
}
.header-logo-col {
    display: flex !important;
    justify-content: flex-start;
}
.header-logo-col img {
    width: fit-content;
    height: 55px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 45px;
    object-fit: contain;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: black;
    background-color: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset !important;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600 !important;
}


/* header section ends */

/* banner section start */

.banner-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
}
.banner-logo {
    width: 220px;
    height: auto;
    object-fit: contain;
}
.banner-title {
    font-size: 34px;
}
.banner-btn {
    padding: 10px 20px;
    font-size: 14px;
}

/* banner section ends */

/* about us section start */

.about-wrapper {
    padding: 50px 0 0;
}

.about-wrapper h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.about-wrapper p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

/* about us section ends */

/* service section start */

.service-wrapper {
    padding: 50px 0;
}
.service-col {
    margin-bottom: 30px;
}
.service-header a {
    font-size: 18px;
}
.service-item {
    border-radius: 20px;
    padding: 20px;
}
.service-item::before {
    width: 40px;
    height: 40px;
    font-size: 32px;
}
.service-item h2 {
    font-size: 24px;
    margin-top: 50px;
}

/* service section ends */

/* expertise section start */

.expertise-wrapper {
    padding: 50px 0;
}
.expertise-header {
    flex-direction: column;
    gap: 18px;
    text-align: center;
}
.expertise-header-left,
.expertise-header-right {
    flex: 1 1 100%;
    max-width: 100%;
}
.expertise-header h1 {
    font-size: 34px;
}
.expertise-header h1 span {
    color: #CA261D;
    display: contents;
}
.expertise-col {
    margin-bottom: 30px;
}
.expertise-header p,
.expertise-header a {
    font-size: 16px;
}
.expertise-content h4 {
    font-size: 22px;
}
.expertise-content p {
    font-size: 16px;
}
.expertise-item img {
    width: 100%;
    height: 300px;
}

/* expertise section ends */

/* portfolio section start */

.portfolio-wrapper {
    padding: 50px 0px;
}

.portfolio-wrapper h1 {
    font-size: 34px;
    margin-bottom: 25px;
}

/* portfolio section ends */

/* contact us section start */

.contact-us-wrap {
    padding: 0 0 30px;
}
.contact-us-wrap .custom-container, .inner-contact-us-wrap .custom-container {
    padding: 0  6% !important;
}
.contact-info-col,
.contact-form-col,
.inner-contact-info-col,
.inner-contact-form-col {
    padding: 0 15px !important;
    margin-bottom: 20px;
}
.contact-form-wrap, .inner-contact-form-wrap {
    border-radius: 12px;
    padding: 20px;
}
.contact-form-title, .inner-contact-form-title {
    font-size: 32px;
    margin-bottom: 20px;
}
.contact-heading, .inner-contact-heading {
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-info-icon, .inner-contact-info-icon {
    width: 25px;
    height: 25px;
    font-size: 22px;
}
.contact-info-text h5, .inner-contact-info-text h5 {
    font-size: 20px;
}
.contact-info-text p, .inner-contact-info-text p, .contact-info-text a, .inner-contact-info-text a {
    font-size: 16px;
    max-width: 100%;
}
.contact-form-wrap label, .inner-contact-form-wrap label {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"], .contact-form-wrap textarea, .inner-contact-form-wrap input[type="text"], .inner-contact-form-wrap input[type="email"], .inner-contact-form-wrap input[type="tel"], .inner-contact-form-wrap textarea {
    padding: 18px 14px;
    font-size: 16px;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder,
.inner-contact-form-wrap input::placeholder,
.inner-contact-form-wrap textarea::placeholder {
    font-size: 16px;
    color: #A4A2A2;
}
.inner-contact-form-wrap textarea, .contact-form-wrap textarea {
    max-height: 120px;
    margin-bottom: 0 !important;
}
.contact-form-wrap input[type="submit"],
.inner-contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit,
.inner-contact-form-wrap .wpcf7-submit {
    width: 100%;
    padding: 12px;
    font-size: 17px;
    min-width: unset;
}

/* contact us section ends */

/* footer section start */

.footer {
    padding: 20px 0px;
}
.footer-copy p, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    text-align: center;
}
.footer-menu-list {
    gap: 8px;
    margin-bottom: 10px;
}
.footer-menu-list a {
    padding: 0px 6px;
    font-size: 16px;
}
.footer-social {
    margin: auto;
}
.footer-social a {
    font-size: 22px;
}

/* footer section ends */

/* home page ends */

/* innerpage heading section start */

.innerpage-header {
    height: 55vh;
    max-height: 400px;
    margin: 20px 4% 20px;
}
.pageheading-middle h4 {
    font-size: 32px;
}
.pageheading-middle #breadcrumbs,
.pageheading-middle a {
    font-size: 16px;
}

/* innerpage heading section end */

/* inner gallery page start */

.gallery-wrap {
    padding: 50px 0px;
}
.gallery-header h1 {
    font-size: 30px;
}
.gallery-subpara {
    font-size: 16px;
}

/* inner gallery page ends */
	
.inner-testimonial-title {
    font-size: 36px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1300.5px) {

/* home page start */

/* header section start */

.menu-logoheader .row {
    align-items: center;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: black;
    background-color: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset !important;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600 !important;
}

/* header section ends */

/* banner section start */

.banner-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
}
.banner-logo {
    width: 250px;
    height: auto;
    object-fit: contain;
}
.banner-title {
    font-size: 40px;
}

/* banner section ends */

/* about us section start */

.about-wrapper {
    padding: 50px 0 0;
}

.about-wrapper h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.about-wrapper p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

/* about us section ends */

/* service section start */

.service-wrapper {
    padding: 50px 0;
}
.service-col {
    margin-bottom: 30px;
}
.service-item {
    border-radius: 20px;
    padding: 20px;
}
.service-item::before {
    width: 45px;
    height: 45px;
    font-size: 32px;
}
.service-item h2 {
    font-size: 20px;
    margin-top: 55px;
}
.service-item p {
    font-size: 14px;
}

/* service section ends */

/* expertise section start */

.expertise-wrapper {
    padding: 50px 0;
}
.expertise-header {
    gap: 18px;
}
.expertise-header h1 {
    font-size: 36px;
}
.expertise-header h1 span {
    color: #CA261D;
    display: contents;
}
.expertise-col {
    margin-bottom: 30px;
}
.expertise-header p,
.expertise-header a {
    font-size: 16px;
}
.expertise-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.expertise-content p {
    font-size: 16px;
}
.expertise-item img {
    width: 100%;
    height: 300px;
}

/* expertise section ends */

/* portfolio section start */

.portfolio-wrapper {
    padding: 50px 0px;
}

.portfolio-wrapper h1 {
    font-size: 36px;
}

/* portfolio section ends */

/* contact us section start */

.contact-us-wrap {
    padding: 0 0 20px;
}
.contact-form-wrap, .inner-contact-form-wrap {
    border-radius: 12px 0 0 12px;
    padding: 40px 8vw 40px 4vw;
}
.contact-form-title, .inner-contact-form-title {
    font-size: 36px;
    margin-bottom: 30px;
}
.contact-heading, .inner-contact-heading {
    font-size: 32px;
    margin-bottom: 15px;
}
.contact-info-icon, .inner-contact-info-icon {
    width: 30px;
    height: 30px;
    font-size: 24px;
}
.contact-info-text h5, .inner-contact-info-text h5 {
    font-size: 22px;
}
.contact-info-text p, .inner-contact-info-text p, .contact-info-text a, .inner-contact-info-text a {
    font-size: 16px;
    max-width: 100%;
}
.contact-form-wrap label, .inner-contact-form-wrap label {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"], .contact-form-wrap textarea, .inner-contact-form-wrap input[type="text"], .inner-contact-form-wrap input[type="email"], .inner-contact-form-wrap input[type="tel"], .inner-contact-form-wrap textarea {
    padding: 18px 14px;
    font-size: 16px;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder,
.inner-contact-form-wrap input::placeholder,
.inner-contact-form-wrap textarea::placeholder {
    font-size: 16px;
    color: #A4A2A2;
}
.inner-contact-form-wrap textarea, .contact-form-wrap textarea {
    max-height: 120px;
    margin-bottom: 0 !important;
}
.contact-form-wrap input[type="submit"],
.inner-contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit,
.inner-contact-form-wrap .wpcf7-submit {
    width: 100%;
    padding: 12px;
    font-size: 17px;
    min-width: unset;
}

/* contact us section ends */

/* footer section start */

.footer {
    padding: 20px 0px;
}
.footer-copy p, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    text-align: center;
}
.footer-menu-list {
    gap: 8px;
    margin-bottom: 10px;
}
.footer-menu-list a {
    padding: 0px 6px;
    font-size: 16px;
}
.footer-social {
    margin: auto;
}
.footer-social a {
    font-size: 22px;
}

/* footer section ends */

/* home page ends */

/* innerpage heading section start */

.innerpage-header {
    height: 55vh;
    max-height: 400px;
    margin: 20px 4% 20px;
}
.pageheading-middle h4 {
    font-size: 38px;
}
.pageheading-middle #breadcrumbs,
.pageheading-middle a {
    font-size: 16px;
}

/* innerpage heading section end */

/* inner gallery page start */

.gallery-wrap {
    padding: 50px 0px;
}
.gallery-header h1 {
    font-size: 36px;
}
.gallery-subpara {
    font-size: 16px;
}

/* inner gallery page ends */

}