body {
    color: #4E4E4E;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin:0px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
      transition: all 0.3s ease;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
    box-shadow: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 12px;
}

p {
    color: #4E4E4E;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    font-family: 'Montserrat';
}

.container {
    max-width: 1540px;
    width: 100%;
}

section {
    position: relative;
}

ul.lists {
    margin-bottom: 20px;
}

ul.lists li {
    margin: 5px 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #F00000;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/* Header css */
/* ---------------- Top Header ---------------- */

header.top-header {
    display: flex;
    justify-content: space-between;
}

.top-left {
    background-color: #000;
    padding: 13px 30px 13px 30px;
    width: 23%;
}

.top-left span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
}

.top-right {
    width: 77%;
    background-color: #F00000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 30px 13px 30px;
}

.top-right {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.top-right a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.top-right a:hover {
    color: #000;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.logo-area img {
    height: 60px;
}

ul.menunav {
    list-style: none;
    display: flex;
    gap: 44px;
    margin: 0;
    padding: 0;
    position: relative;
        padding-right: 20px;
}
ul.menunav:after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 0;
    top: 0;
    width: 2px;
    height: 27px;
    background-color: #4E4E4E;
}

ul.menunav li a {color: #4E4E4E;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;}

ul.menunav li.current-menu-item.current_page_item a {
    color: #F00000;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
    border-bottom: 2px solid #F00000;
}

ul.menunav li a:hover {
    color: #d50000;
    padding-bottom: 8px;
    border-bottom: 2px solid #F00000;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    font-size: 20px;
    cursor: pointer;
    margin-right: 15px;
}

.search-box {
    display: none;
}

.search-icon img {
    margin-top: -5px;
    margin-left: 8px;
}

.search-box.show {
    display: block;
}

.search-box input {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    width: 180px;
}


.btn-book {
    background: #F00000;
    padding: 10px 20px;
    cursor: pointer;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.btn-book:hover {
    background:#000;
}

.menu_area {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

/* header css */

/* banner css */
.banner-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-slide .banner-content {
    padding: 157px 12px 157px 12px;
    max-width: 1540px;
    margin: 0 auto;
}

.banner-content .subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.banner-content .title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 51.118px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 22px;
}

.banner-content .title b {
    font-weight: 800;
    display:block;
    padding-bottom: 16px;
}

.banner-content .title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 177px;
    height: 4.3px;
    background-color: #FF4501;
}

.banner-content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
	max-width:980px;
}

.content {
    margin-bottom: 27px;
}

.custom-btn a {
    padding: 16px 70px 16px 36px;
    background: #F00000;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position:relative;
    display: inline-block;
}
.custom-btn a:hover{
    background: #000;
}
.custom-btn a:after {
    content: "";
    background-image: url(../img/button_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    width: 24px;
    height: 15px;
    top: 20px;
}

.customNavigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 20;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.customNavigation a {
    pointer-events: all;
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-left: 5%;
    margin-right: 5%;
}

/* LEFT BUTTON */
.customNavigation .testnext {
    background-image: url('../img/previous.webp'); /* your previous icon */
}

/* RIGHT BUTTON */
.customNavigation .testprev {
    background-image: url('../img/next.webp'); /* your next icon */
}

.customNavigation a:hover {
    background-color: #ff4e1a;
    transform: scale(1.12);
}

/* banner css */

/* services section css */

.section-header h5 {
    color: #252525;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

.section-header h2 {
    color: #252525;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.68px;
    padding-bottom: 12px;
    margin-bottom: 27px;
    position: relative;
        text-transform: capitalize;

}

.section-header h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 177px;
    height: 4.3px;
    background-color: #FF4501;
}
.section-header p {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

section.our_services {
    padding: 83px 0px;
    background-image: url(../img/our_service_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-tabs {
    display: flex;
    margin-bottom: 30px;
    margin-top: 44px;
}

.services-tabs .tab-btn {
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #E3E3E3;
    background: #FFF;
    flex: auto;
    border-bottom: 1.5px solid #F00000;
    cursor: pointer;
    color: #252525;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.services-tabs .tab-btn.active
 {
    border-top: 4px solid #ff0000;
    background-color: #000;
    color: #fff;
    font-weight:700;
}

.tab-contents .tab-content {
  display: none;
  animation: fadeIn 0.3s;
}

.tab-contents .tab-content.active {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {
    padding: 30px 19px 10px 19px;
    width: 100%;
    text-align: left;
    border: 1px solid #DEDEDE;
    min-height: 350px;
    max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.service-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000033;
    pointer-events: none;
}

.service-card h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 27px;
    max-width: 250px;
	position:Relative;
}

.service-card ul {
    padding-left: 20px;
}

.tab-content .service-card:nth-child(3) h3, .tab-content .service-card:nth-child(3) ul li {
    color: #fff !important;
}

.tab-contents {
    padding-bottom: 20px;
}

.tab-contents .custom-btn {
    margin-top: 20px;
}

.service-card ul li {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    list-style: none;
    position: relative;
	padding-right: 50px;
}

.service-card ul li:before {
    content: ".";
    position: absolute;
    left: -13px;
    top: -7px;
    font-size: 24px;
}

.service-card img {
  max-width: 100px;
  margin-top: 15px;
}

.image_section img {
    width: 100%;
    max-width: 327px;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


/* services section css */

/* why choose us section css */

section.why_choose_us {
    padding: 80px 0px;
}

.why_choose_container {
    display: flex;
    gap: 94px;
}
.why_icon_section {
    padding-top: 40px;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
}
.why_choose_container .section-header h2 {
    color: #4E4E4E;
    line-height: 51px;
}

.icon_section {
    display: flex;
    gap: 34px;
}

.icon img {
    height: 60px;
    width: 60px;
}

.icon_content h6 {
    color: #252525;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.icon_content p {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
}

.additional_container {
    padding-top: 40px;
    display: flex;
    gap: 33px;
}
.why_choose_us_section {
    width: 47%;
}

.additional_services {
    width: 53%;
}
.image_listing ul {
    padding-left: 25px;
}
.image_listing ul li {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    list-style: none;
    position: relative;
    margin-bottom: 18px;
    padding-left: 5px;
}

.image_listing ul li:before {
    content: "";
    background-image: url(../img/addition_li_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    width: 18px;
    height: 18px;
    top: 4px;
}
/* why choose us section css */

/* about us section */

.about-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 68px 0px;
    background: #111;
    overflow: hidden;
    color: #fff;
    background-image: url(../img/about_image.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-content {
    width: 52%;
    z-index: 2;
    position: relative;
}
.about-content .section-header h5 {color: #fff;margin-bottom: 4px;}

.about-content .section-header h2 {
    color: #fff;
    padding-bottom: 24px;
}

.about-content .section-header p {
    color: #F5EFEF;
    margin-bottom: 28px;
}
.about-image {
    width: 50%;
    z-index: 1;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.stat-item h3 {
    color: #FF4501;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.8px;
}

.stat-item p {
    color: #EDEDED;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 0.28px;
    max-width: 150px;
    margin-bottom: 0;
}

.video-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: #FF4501;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

.video-text {
    color: #EDEDED;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.28px;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-wrapper {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.video-wrapper iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.close-video {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
/* about us section */

/*satisfaction css */

.satisfaction-section {
    padding: 80px 0px;
    background: #fff;
}

.satisfaction-inner {
    display: flex;
    column-gap: 179px;
}

.left_satisfaction_section {
    width: 26%;
}

.right_satisfaction_section {
    width: 74%;
}

.s-title span {
    color: #FF4501;
    font-family: Montserrat;
    font-size: 58.481px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.611px;
    letter-spacing: 1.17px;
    padding-bottom: 24px;
    display: inline-block;
}

.s-title {
    margin-bottom: 10px;
    color: #252525;
    font-family: Montserrat;
    font-size: 35.533px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.639px;
    letter-spacing: 0.711px;
}

.s-desc
 {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.s-line {
    width: 70px;
    height: 4.3px;
    background: #F00000;
    margin-top: 10px;
}
.right_satisfaction_section {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.s-item {
    text-align: left;
}
.s-icon {
    width: 100%;
    max-width: 80px;
    margin-bottom: 20px;
}

.s-heading {
    margin-bottom: 15px;
    color: #252525;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.s-text {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

/*satisfaction css */

/*testimonials slider */
section.testimonials_section {
    padding: 53px 0 125px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.testimonials_section .row {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}
.m75{
    margin-bottom: 15px;
}

section.testimonials_section .section-header h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 133.333% */
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.t-content p {
    color: #F5DEDE;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    padding-bottom: 28px;
    margin-bottom: 0px;
}

.t-content h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.t-content span {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.testimonials-slider {
    padding: 100px 12px 0px 12px;
}
section.testimonials_section .section-header{
    padding: 0px 12px 100px 12px;
}

.testimonial-box {
    display: flex !important;
    column-gap: 54px;
}

.t-user img {
    width: 75px;
    height: 75px;
}

.test-nav-wrapper {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 35px;             
    margin-top: 40px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.test2next {
    background-image: url('../img/previous.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.test2prev {
    background-image: url('../img/next.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.t-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.t-dots .dot {
    width: 5px;
    height: 5px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
}
.t-dots .dot.active {
    width: 7px;
    height: 7px;
    background: #FF4501;
    border: 1px solid #fff;
}

.slick-dots li button {
    color: #FF4501;
}




/*testimonials slider */

/*gallery css*/

/* ====== SLIDER WRAPPER ====== */

.slider {
  max-width: 94%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.gallery-container .section-header h2:after {
    width: 105px;
    height: 2.59px;
}

.gallery-slider .slick-list {
    padding-top: 50px !important;
    padding-bottom: 85px !important;
    overflow: visible !important;
}



.gallery-slider .slick-track {
  display: flex !important;
  align-items: center;
}

.gallery-slider .slick-slide {
  position: relative;
  z-index: 1;
}

.gallery-slider .slick-slide img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 20px;
  transform: scale(0.85);
  opacity: 0.3;
  transition: all 0.6s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  max-height:310px;
	min-height:310px;
  object-fit:cover;
}

.gallery-slider .slick-slide.slick-active {
  z-index: 2;
}

.gallery-slider .slick-slide.slick-active img {
  opacity: 0.5;
  transform: scale(0.95);
}

.gallery-slider .slick-slide.slick-center {
  z-index: 10 !important;
	min-height:380px;
  max-height:380px;
}

.gallery-slider .slick-slide.slick-center img {
  transform: scale(1.25);
  opacity: 1;
  border-radius: 32px;
  border: 4px solid #fff;
	min-height:380px;
  max-height:380px;
  object-fit:cover;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #F00000;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #F00000;
}

.slick-dots li.slick-active button:before {
  color: #F00000;
}

.gallery-container {
  padding-top: 100px;
  padding-bottom: 80px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.gallery-slider .slick-prev , .gallery-slider .slick-prev:hover{
  left: 15px; 
  background-image: url("../img/gallery_prev.webp") !important;
}

.gallery-slider .slick-next, .gallery-slider .slick-next:hover {
  right: 15px; 
  background-image: url("../img/gallery_next.webp") !important;
}


.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  content: "" !important;
}


.slick-dots li button {
    color: #FF4501;
 border: none !important;
}
.gallery-slider .slick-dots li {
    margin: 0 2px !important;
}

.gallery-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gallery-slider li.slick-active button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #FF4501 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

/* gallery css */


/* faq section */
section.faq_section {
    padding-bottom: 80px;
}
.faq_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-27{
    padding-left: 27px;
}
.section-header.faq_content h5 {
    color: #F00000;
}

.section-header.faq_content h2 {color: #252525;line-height: 40px;}
.faq-container {
    margin: 30px auto;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    color: #252525;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    position: relative;
}
.faq-question:after {
    content: "";
    background-image: url(../img/question_icon.webp);
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.faq-item.active .faq-question:after {
    content: "";
    background-image: url(../img/answer_icon.webp);
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq-item.active .faq-question {
    border: 1px solid #4E4E4E;
    background: #F00000;
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    opacity: 0;
    position: relative;
    transition: 
        max-height 0.4s ease,
        opacity 0.3s ease,
}

.faq-item.active .faq-answer {
    padding: 20px;
    opacity: 1;
    color: #252525;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    max-height: 100%;
	transition: all 0.3s 
ease;
}
.custom-btn.white a{
    border:1px solid #f00000;
}

.faq-cta {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E3E3E3;
    background: #000;
    padding: 30px 20px;
    align-items: center;
}
.left_faq_cta {
    /* display: flex;
    flex-wrap: wrap; */
    width: 50%;
}

.left_faq_cta h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 112.5% */
    letter-spacing: 0.48px;
    margin-bottom: 2px;
}

.left_faq_cta p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.32px;
    max-width: 390px;
    margin-bottom: 0px;
}

/* faq section */

/* footer section */

footer.footer {
    padding-top: 150px;
    background-image: url(../img/footer_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-topbar {
    display: flex;
    justify-content: space-between;
    padding: 0px 5%;
}

.topbar_inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.tinner_icon img {
    height: 60px;
}

.tinner_content, .tinner_content a, .tinner_content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    letter-spacing: 0.4px;
}

.tinner_content p {
    font-weight: 700;
    margin-bottom: 0px;
}

.tinner_content a:hover {

    color: #f00000;
}
.footer-bottom {
    padding-top: 80px;
    padding-bottom: 95px;
    display: flex;
    justify-content: space-between;
}

.footer-1st {
    width: 28%;
}

.footer-2nd {
    width: 12%;
}

.footer-3rd {
    width: 20%;
}

.footer-4th {
    width: 30%;
}
.footer-4th p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.footer-1st img {
    max-width: 315px;
    height: 60px;
    margin-bottom: 31px;
}

.footer-1st p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}

.footer-1st a {
    color: #FFC8A6;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.32px;
}

.footer-1st img {
    max-width: 315px;
    height: 60px;
    margin-bottom: 31px;
}

.footer-1st p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}

.footer-1st a {
    color: #FFC8A6;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.32px;
}
.footer-1st img {
    max-width: 315px;
    height: 60px;
    margin-bottom: 31px;
}

.footer-1st p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}

.footer-1st a {
    color: #FFC8A6;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.32px;
}

.footer-2nd h4, .footer-3rd h4, .footer-4th h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.footer-2nd ul, .footer-3rd ul{
    padding-left:0px;
}
.footer-2nd ul li , .footer-3rd ul li  {
    padding-bottom:20px;
    list-style:none;
}

.footer-2nd ul li a, .footer-3rd ul li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    list-style: none;
}
.footer-4th p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

.social {
    padding-top: 40px;
}

.social span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    margin-bottom: 16px;
    display: block;
}

.social-icons {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.social-icons a img {
    width: 100%;
    height: 100%;
}

.social-icons a img:hover {
    transform: rotate(10deg);
}

.footer-copyright {
    background: #000;
    padding: 18px 0px;
}
.copyrigt-flex {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.copyrigt-flex p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.copyrigt-flex a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
}
.footer-2nd ul li a:hover, .footer-3rd ul li a:hover {
    text-decoration: underline;
}

/* footer section */

/* inner breadcrumb section css */


.inner_section {
  position: relative;
  padding: 240px 0px 146px 0px;
  background-image: url("../img/about_us_bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner_section:before {
    content:"";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}




.breadcrum-content h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 51.118px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.breadcrum-content h1 span {
  color: #FF4501;
  font-weight: 400;
}


.breadcrum-content h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 177px;
    height: 4.3px;
    background-color: #ff3c00;
}

p.breadcrumb, p.breadcrumb a, p.breadcrumb span
 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 12px;
    text-transform: capitalize;
}


/* .breadcrumb span {
    color: #fff;
    font-size: 22px;
    margin-top: -4px;
} */

/* inner breadcrumb section css */

/* about us workstation section css */

section.workshop_section {
    padding-top: 83px;
    padding-bottom: 20px;
}
.workshop_left_section .section-header p {
    text-align: justify;
    margin-bottom: 16px;
}
.right_setion_image {
    text-align: center;
    position: relative;
}

.right_setion_image:before {
    content: "";
    background: #FF4501;
    width: 250px;
    height: 196px;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
}

.right_setion_image img {
    z-index: 10;
    position: relative;
}

.right_setion_image img {
    width: 100%;
    max-height: 780px;
    padding: 41px 48px 10px 44px;
    object-fit: cover;
}

.trophy_section {
    position: absolute;
    bottom: -30px;
    z-index: 20;
    right: 0;
    background: #FF4501;
    padding: 25px 46px 42px 23px;
    max-width: 502px;
    max-height: 171px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
    text-align: left;
}
.trophy_section img {
    width: 98px;
    height: 98px;
    position: absolute;
    right: 0;
    z-index: 100000;
    padding: 0px;
    bottom: 0;
}

.workshop_right_section a {
    color: #F5DEDE;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    padding: 15px 36px;
    background: #161515;
    float: right;
    margin-right: 44px;
    margin-top: 70px;
}

.workshop_right_section a:hover {
    background-color: #ff4501;
}

section.workshop_section {
    background-image: url(../img/workshop_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.bottom_workstation .section-header h2 {
    font-size: 24px;
    position: relative;
}

section.bottom_workstation {
    padding: 45px 0px;
}
/* about us workstation section css */

/* our core value section css */
section.core-values .section-header h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.core-values .section-header h2:after {
    left: auto;
    right: auto;
    display: block;
    width: 177px;
    height: 4.3px;
    background: #FF4501;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}
section.core-values {
    padding: 100px 0px;
    background-image: url(../img/core_values_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


.value-card {
    padding: 40px 20px;
    box-shadow: 0 0 0 1px #eee;
    transition: all 0.3s 
ease;
    border: 1px solid #CDCDCD;
    background: #FBFBFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.value-card:hover {

   color: #fff;
    background: #FF4501;
    box-shadow: 4px 4px 12.9px 0 rgba(0, 0, 0, 0.49);
    border:1px solid transparent;
}

.value-card .icon svg {
    fill: #FF4501 !important;
}

.value-card:hover .icon svg {
    fill: #Fff !important;
}


.value-card .icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.value-card .icon {
    width: 100%;
    text-align: center;
    display: block;
    height: 80px;
}

.value-card h3 {
    color: #252525;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 0px;
}


.value-card p {
    color: #4E4E4E;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.32px;
}


.value-card.active {
    color: #fff;
    background: #FF4501;
    box-shadow: 4px 4px 12.9px 0 rgba(0, 0, 0, 0.49);
    border:1px solid transparent;
}

.value-card.active .icon,
.value-card.active h3,
.value-card.active p , .value-card:hover .icon, .value-card:hover h3, .value-card:hover p{
  color: #fff;
}

/* our core value section css */

/* services section css */

.services {
padding: 100px 0px;
}

section.services .section-header h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

section.services .section-header h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.84px;
    max-width: 780px;
}
section.services .section-header h2:after{
    width:65px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 70px;
    max-width: 1300px;
    margin: 0 auto;
}

.our-services-card {
  background: #fff;
  border: 1px solid #eee;
}

.service-img {
  position: relative;
}

.service-img img {
    width: 100%;
        height: 100%;
    display: block;
    max-height: 272px;
    object-fit: cover;
}

.service-icon {
    position: absolute;
    left: 32px;
    bottom: -33px;
    width: 68px;
    height: 68px;
    padding: 13px;
    background: #F00000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content {
    padding: 60px 20px 40px 20px;
}

.service-content h3 {
    color: #252525;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service-content p {
    color: #4E4E4E;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.32px;
     margin-bottom: 15px;
}

.service-content a {
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.32px;
     margin-bottom: 15px;
}

.service-content a:hover, .service-content a h3:hover {
  color: #ff0000;
  pointer:cursor;
}
section.experts_bottom .section-header h2:after {
    width: 65px;
}
section.experts_bottom {
    max-width: 1300px;
    margin: 0 auto;
        padding-bottom: 100px;
}
/* services section css */

/* our process section */

.process-section {
  position: relative;
  background: url("../img/our_process_bg.webp") center/cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:64px 0px 130px 0px;
  color: #fff;
}
section.process-section .section-header h5 {
    color: #fff;
}

section.process-section .section-header h2 {
    color: #fff;
}

section.process-section .section-header h2:after {
    background: #FF4501;
    width: 265px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 8px !important;
}

section.process-section .section-header p {
    color: #fff;
}

section.process-section .section-header {
    max-width: 1004px;
    margin: 0 auto;
}

.process-container {
  position: relative;
  text-align: center;
  margin: auto;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 76px;
}

.process-step {
  text-align: center;
}

.icon-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
  width: 60px;
  height: auto;
}
.step-flex {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}
.step-number {
  color: #FFEA00;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
letter-spacing: 0.48px;
text-transform: uppercase;
}

.process-step h4 {
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
letter-spacing: 0.48px;
text-transform: uppercase;
margin-bottom: 0px;
}

/* our process section */

/* service details page css */

.service-detail {
  max-width: 1300px;
  margin: auto;
  padding: 100px 0px 70px 0px;
  font-family: 'Montserrat';
}

.service-detail h2, .service-detail h3 {color: #252525;font-size: 38px;font-style: normal;font-weight: 700;line-height: 45px; /* 78.947% */letter-spacing: 0.76px;text-transform: uppercase;margin-bottom: 27px;}

.service-detail p {color: #4E4E4E;text-align: justify;font-size: 16px;font-style: normal;font-weight: 500;line-height: 27px; /* 168.75% */letter-spacing: 0.32px;margin-bottom: 27px;}

.service-detail ol, .service-detail ul {
  list-style: none;
  padding-left: 15px;
  margin: 0px;
  margin-bottom: 20px;
}

.service-detail ol li, .service-detail ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.32px;
}

.service-detail ol li::before, .service-detail ul li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 168.75% */
  letter-spacing: 0.32px;
}

.service-detail ol {
  counter-reset: item;
}

.service-detail p img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-height: 430px;
    object-fit: cover;
}

.service-detail p img:first-child:nth-last-child(2),
.service-detail p img:first-child + img {
    width: calc(48% - 0.5em);
    display: inline-block;
    margin: 0 18px 1em 0;
    vertical-align: top;
    height: 100%;
    max-height: 428px;
    object-fit: cover;
    margin-top: 25px;
}

.service-detail p img:first-child + img {
    margin-left: 0;
}


/* service details page css */

/*contact page css */

section.faq_section.contact_us {
    padding-top: 100px;
}

.section-header.faq_content.section-header h2:after {
    width: 108px;
}
.w1300{
    max-width: 1300px;
    margin: 0 auto;
}
section.faq_section.contact_us.w1300 .container {
    padding: 20px;
}
section.map_section {
    padding-top: 80px;
}

.contact-section {padding-top: 80px;}

.contact-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.contact-info {
  flex: 1;
}

.contact-info h2 {
  color: #252525;
font-family: Montserrat;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 78.947% */
letter-spacing: 0.76px;
text-transform: capitalize;
  margin-bottom:27px;
}

.contact-info p {
  color: #4E4E4E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.32px;
  margin-bottom:28px;
}

.info-item {
  display: flex;
  gap: 30px;
  margin-bottom: 28px;
  align-items: center;
}

.info-item .icon {
  width: 74px;
  height: 74px;
  background: #e60000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.info-item strong {color: #252525;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 600;line-height: 27px; /* 150% */letter-spacing: 0.36px;margin-bottom: 0px;display: block;}

.info-item p, .info-item a {color: #252525;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 500;line-height: 27px; /* 150% */letter-spacing: 0.36px;margin-bottom: 0px;}

.info-item a:hover{
  color:#F00000;
}


.contact-form-box {
  flex: 1;
  background: #F4F4F4;
  padding: 68px 51px 53px 33px;
  position: relative;
}

.contact-form-box:before{
    content: "";
    background-image: url(../img/get_in_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    top: -46px;
    width: 256px;
    height: 321px;
    z-index: -1;
}


.contact-form-box::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -20px;
  width: 426px;
  height: 565px;
  border-right: 28px solid #F00000;
  border-bottom: 20px solid #F00000;
      z-index: -1;
}

.contact-form-box h3 {
color: #252525;
font-family: Montserrat;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 78.947% */
letter-spacing: 0.76px;
text-transform: capitalize;
  margin-bottom:41px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 20px;
  border: none;
  background: #fff;
  color: #4E4E4E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
}

.contact-form-box textarea {
  resize: auto;
  height: 59px;
}

.contact-form-box input.submit_btn {
  border: none;
  padding: 16px 26px;
  border-radius: 40px;
  background: #F00000;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.36px;
      max-width: 205px;
}

.contact-form-box input.submit_btn:hover{
  background-color:#000;
}

.info-item .icon img {
    width: auto !important;
    height: auto !important;
}


/* contact page css */

/* blogs page css */

.blog-listing {
padding: 80px 0;
}


.section-title {
text-align: center;
font-size: 32px;
margin-bottom: 50px;
}


.blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top:40px;
}


.blog-card {
background: #fff;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}


.blog-card img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.blog-content {
padding: 25px;
}


.blog-date {
font-size: 13px;
color: #F00000;
}


.blog-content h3 {
font-size: 20px;
margin: 10px 0;
}


.blog-content p {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}


.blog-content a {
margin-top: 15px;
color: #000;
font-weight: 600;
}
.blog-content a:hover, .blog-content a:hover h3{
    color:#F00000;
}

/*blogs page css */


/*blog detail page css */

.blog-detail {
  max-width: 1300px;
  margin: auto;
  padding: 100px 0px 70px 0px;
  font-family: 'Montserrat';
}

.blog-detail-img img, .blog-detail-content img {
    max-height: 450px;
    object-fit: cover;
}

.blog-detail h1 {
  color: #252525;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-detail h2,
.blog-detail h3 {
  color: #252525;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.blog-detail p {
  color: #4E4E4E;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 27px;
}

.blog-detail ol,
.blog-detail ul {
  list-style: none;
  padding-left: 15px;
  margin: 0 0 30px 0;
  counter-reset: item;
}

.blog-detail ol li,
.blog-detail ul li {
  position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.32px;
}

.blog-detail ol li::before, .blog-detail ul li::before {
    content: '.';
    position: absolute;
    left: 0;
    top: -7px;
    width: 10px;
    height: 10px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.blog-featured-image {
  margin-bottom: 35px;
}
.blog-detail-img img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.blog-featured-image img {
  width: 100%;
  border-radius: 6px;
  max-height: 500px;
  object-fit: cover;
}

.blog-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.blog-images img , .blog-detail-content img{
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  max-height: 425px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-detail blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ff0000;
  padding: 25px;
  margin: 40px 0;
  font-style: italic;
  color: #333;
}



/* blog details page css */


/*search page css */

.search-results {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}

.search-results h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.search-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px;
    transition: background 0.3s;
    background-color: #eee;
}

.search-item:last-child {
    border-bottom: none;
}

.search-item:hover {
    background: #f9f9f9;
}

.search-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#ff0000;
}

.search-item h2 a {
    text-decoration: none;
    color: #ff0000;
    transition: color 0.3s;
}

.search-item h2 a:hover {
    color: #d2232a; 
}

.search-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.search-results p {
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-top: 50px;
}


/*search page css */

/* newsletter form css */

.newsletter{
    display: flex;
    background-color: #fff;
    padding: 8px 10px;
    flex-wrap: nowrap;
    max-width: 340px;
}

.newsletter input[type="email"] {
    width: 95%;
    color: #4E4E4E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    border: none;
}

input[type="image"] {
    width: 24px;
    height: 24px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
}

.newsright {
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrum-content {
    z-index: 10;
}
.contact-form-box .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-box .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form-box .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #000000;
    color: #000000;
}


/* newsletter form css */

/* Thankyou page */

section.for-section {
    padding: 80px 0px;
}
.newsletter-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #FFF;
    margin-left: 0px;
}

/* Thankyou Page */