/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet');

:root {
	--pbmit-global-color: #ff0006;
	--pbmit-global-color-rgb: 0, 54, 255;
	--pbmit-secondary-color: #001837;
	--pbmit-secondary-color-rgb: 0, 24, 55;
	--pbmit-light-color: #f0f2f4;
	--pbmit-white-color: #ffffff;
    --pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #151313;
	--pbmit-blackish-color-rgb: 21, 19, 19;
	--pbmit-link-color-normal: #151313;
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family: "Raleway", sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 15px;
	--pbmit-body-typography-line-height: 1.6;
	--pbmit-body-typography-color: #565656;
	
	--pbmit-heading-typography-font-family: "Sora", sans-serif;
	--pbmit-heading-color: #151313;
	--pbmit-heading-font-variant: 700;
	
	--pbmit-btn-typography-font-family: "Sora", sans-serif;
	--pbmit-btn-typography-variant: 600;
	--pbmit-btn-typography-font-size: 15px;
	--pbmit-btn-typography-line-height: 25px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
 html {
     font-family: sans-serif;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}
 *{
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     margin: 0;
     overflow-x: hidden;
}
 p {
     margin: 0 0 25px;
}
 article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 0;
}
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 code, kbd, pre, samp {
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 select {
     text-transform: none;
}
 button {
     overflow: visible;
}
 button, input, select, textarea {
     max-width: 100%;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
     opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-right: 0.4375em;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #d1d1d1;
     margin: 0 0 1.75em;
     padding: 0.875em;
}
 fieldset > :last-child {
     margin-bottom: 0;
}
 legend {
     border: 0;
     padding: 0;
}
 textarea {
     overflow: auto;
     vertical-align: top;
}
 optgroup {
     font-weight: bold;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
     outline:0px !important;
     -webkit-appearance:none;
     box-shadow: none !important;
}
 .form-select{
	 font-size: 14px;
	 font-weight: 500;
     padding: 0 100px 0 30px;
	 height: 60px;
	 border-radius: 50px;
	 cursor: pointer;
	 color: #666;
	 background-color: var(--pbmit-blackish-color);
	 background-image: url(../images/bg/down-arrow.png);
	  background-size: 11px 13px;
}
 .form-select:focus {
     outline: none;
     box-shadow: none;
}
/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
 body {
     font-family:var(--pbmit-body-typography-font-family);
     font-weight: var(--pbmit-body-typography-variant);
     color: var(--pbmit-body-typography-color);
     font-size: var(--pbmit-body-typography-font-size);
     line-height: var(--pbmit-body-typography-line-height);
     color: var(--pbmit-body-typography-color);
     text-transform: none;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
     font-family:var(--pbmit-heading-typography-font-family);
     font-weight: var(--pbmit-heading-font-variant);
     color: var(--pbmit-heading-color);
}
 h1 {
     font-size: 46px;
     line-height: 56px;
     letter-spacing: -1px;
}
 h2 {
     font-size: 40px;
     line-height: 50px;
     letter-spacing: -1px;
}
 h3 {
     font-size: 36px;
     line-height: 46px;
     letter-spacing: -1px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: -1px;
}
 h5 {
     font-size: 24px;
     line-height: 34px;
     letter-spacing: -1px;
}
 h6 {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: -1px;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
     -ms-transition: all .25s ease-in-out;
     -o-transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
     color: var(--pbmit-link-color-normal);
     text-decoration: none;
}
 a:focus {
     text-decoration: none !important;
}
 a:focus, a:hover {
     color: var(--pbmit-link-color-hover);
     text-decoration: none !important;
}
 a.link-btn, .link-btn a{
     font-family: "Montserrat", Arial, Helvetica, sans-serif;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
}
 a.link-btn i, .link-btn a i{
     padding-left: 10px;
}
.pbmit-btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	box-shadow: none;
	font-family: var(--pbmit-btn-typography-font-family);
	font-size: var(--pbmit-btn-typography-font-size);
	font-weight: var(--pbmit-btn-typography-variant);
	line-height: var(--pbmit-btn-typography-line-height);
	letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
	padding: 18px 30px;
	border: none;
	transition: all .3s;
	z-index: 1;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 50px;
}
.pbmit-btn .pbmit-button-content-wrapper{
   display: flex;
   justify-content: center;
   flex-direction: row;
   gap: 5px;
   flex-direction: row-reverse;
}
.pbmit-btn .pbmit-button-icon{
   position: relative;
   overflow: hidden;
   margin-left: 4px;
}
.pbmit-btn .pbmit-button-icon:before{
   content: "\e8dd";
   font-family: "pbminfotech-base-icons";
   position: absolute;
   top: 0;
   right: 0;
   font-size: 13px;
   font-weight: 400;
   width: 1em;
   height: auto;
   transform: scale(.26) translate(-45px, 50px);
   transition: transform 0.4s ease-in-out;
}
.pbmit-btn svg{
   width: .8em;
   transition: all 0.4s ease-in-out;
}
.pbmit-btn svg path{
   stroke: var(--pbmit-white-color);
}
.pbmit-btn .pbmit-button-text{
   display: inline-block;
}
.pbmit-btn:hover{
   background-color: var(--pbmit-blackish-color);
   color: var(--pbmit-white-color);
}
.pbmit-btn:hover svg line{
   stroke-dashoffset: 0;
}
.pbmit-btn:hover .pbmit-button-icon:before{
   transform: scale(1) translate(0,0);
}
.pbmit-btn:hover .pbmit-button-content-wrapper .pbmit-button-icon svg {
   transform: scale(.26) translate(45px, -50px);
}
.pbmit-bg-color-blackish .pbmit-btn:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-btn-white{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-white svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-white:hover{
	background-color: var(--pbmit-global-color);
}

.pbmit-btn-outline{
    background-color: transparent;
    color: var(--pbmit-global-color);
    border: 1px solid var(--pbmit-global-color);
}
.pbmit-btn-outline svg path{
	stroke: var(--pbmit-global-color);
}
.pbmit-btn-outline:hover{
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-white{
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-white:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

/** Divider **/
 .sep-line{
     height: 1px;
     border-top: 1px solid #ebebeb;
     display: block;
     position: relative;
     top: 1px;
     width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/
 body .pbmit-bg-color-global{
     background-color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-secondary{
     background-color: var(--pbmit-secondary-color);
}
 body .pbmit-bg-color-blackish{
     background-color: var(--pbmit-blackish-color);
}
 body .pbmit-bg-color-white{
	background-color: var(--pbmit-white-color);
}
 
 body .pbmit-global-color{
     color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
 .bg-cover{
    background-size: cover;
}
 .bg-contain{
    background-size: contain;
}
 .bg-pos-l{
    background-position: left;
}
 .bg-pos-r{
    background-position: right;
}
 .bg-pos-rt{
    background-position: right top;
}
 .bg-pos-lt{
    background-position: left top;
}
 .bg-pos-rb{
    background-position: right bottom;
}
 .bg-pos-lb{
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-lg{
	padding-top: 100px;
	padding-bottom: 100px;

}
.section-xl{
	padding-top: 100px;
	padding-bottom: 0px;
}
.section-lgt{
	padding-top: 100px;
}
.section-md{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-lg-1{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-lgb{
    padding-bottom:100px;
}

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
ul.pbmit-social-links, 
ul.pbmit-contact-info{
	margin: 0;
    padding: 0;
    list-style: none;
}
.pbmit-social-links li, 
.pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
 .navbar-brand .navbar-brand-item {
     height: 60px;
     display: block;
     width: auto;
}
 .site-header{
     position: relative;
}
 .site-header .site-branding img {
     max-width: 100%;
     height: auto;
     max-height: 50px;
	 display: inline-block;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease;
}

 .site-navigation ul.navigation > li > a {
	 font-size: 15px;
	 font-weight: 700;
     position: relative;
     z-index: 1;
	 display: block;
	 text-transform: none;
     letter-spacing: -0.25px;
     color: var(--pbmit-blackish-color);
}
.site-navigation ul.navigation > li > a:hover:after{
    color: rgba(255, 255, 255,.8);
}
.main-menu .navigation > li > ul a{
	position: relative;
    display: table-cell;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px;
	text-transform: none;
    font-style: normal;
    color: var(--pbmit-blackish-color);
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: normal;
     font-size: 16px;
     font-style: normal;
}
 .main-menu .navigation > li {
     position: relative;
     float: left;
     margin: 0px;
	 padding: 0 27px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .main-menu .navigation > li > ul > li > ul {
     left: 100%;
     top: 0;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul {
     visibility: visible;
     opacity: 1;
     transform: translate(0,-5px);
     z-index: 999;
}
 .header-button .pbmit-btn{
     padding: 15px 24px;
}
 .header-button .pbmit-btn i{
     font-size: 20px;
}
 .site-header .search-btn{
     margin-right: 15px;
     font-size: 17px;
}
 .site-header .social-icons li > a{
     height: 50px;
     line-height: 50px;
}
 .ipad-view-search{
     display: none;
}
 .pbmit-link li{
     margin: 0 10px;
}
.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon, .mobile-menu-header, .mobile-menu-cta {
    display: none;
}
/** sticky-header **/
 .sticky-header{
    position: fixed !important;
    top: 0px;
	left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
.sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -op-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.fadeInDown{
	animation-name:fadeInDown
} 
@keyframes fadeInDown{
	from{
		opacity:0;
		transform:translate3d(0,-100%,0)
	}
	to{
		opacity:1;transform:none
	}
}
/* Pre Header */
 .pbmit-pre-header-wrapper{
    height: 50px;
    line-height: 50px;
    color: var(--pbmit-blackish-color);
}
 .list-unstyled i{
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
 .g-lg-4,.gy-lg-4, .g-4, .gy-4 {
     --bs-gutter-y: 2rem;
}
 .g-lg-4,.gx-lg-4, .g-4, .gx-4 {
     --bs-gutter-x: 2rem;
}
 .row>* {
     padding-right: calc(var(--bs-gutter-x) * .5);
     padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
	position: relative;
    outline: none;
    height: 12px;
    width: 12px;
	top: 0px;
	left: 0px;
	opacity: 1;
    vertical-align: middle;
	border-radius: 50%;
	margin: 7px 0px !important;
	display: block;
	background: var(--pbmit-blackish-color);
}
.swiper-pagination-bullet-active{
	background-color: var(--pbmit-global-color);
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 5px;
     left: 0px;
	 display: flex;
     align-items: center;
     justify-content: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
	content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
	line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
	position: static;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 50% 50% 0;
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    transition: all 500ms ease;
}
.pbmit-bg-color-blackish .swiper-button-prev,
.pbmit-bg-color-blackish .swiper-button-next{
	background-color: var(--pbmit-global-color);
}
.pbmit-bg-color-blackish .swiper-button-prev:hover,
.pbmit-bg-color-blackish .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
 .swiper-button-next{
	background-color: var(--pbmit-blackish-color);
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
	 color: var(--pbmit-global-color);
     background-color: var(--pbmit-blackish-color);
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}
/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-progress-wrap {
	position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.pbmit-progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.pbmit-progress-wrap::after {
	position: absolute;
    content: '\e812';
    font-family: 'pbminfotech-base-icons';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--pbmit-global-color);
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.pbmit-progress-wrap::before {
	position: absolute;
	content: '\e812';
	font-family: 'pbminfotech-base-icons';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.pbmit-progress-wrap:hover::before {
	opacity: 1;
}
.pbmit-progress-wrap svg path {
	fill:rgba(var(--pbmit-global-color-rgb),.2);
}
.pbmit-progress-wrap svg.pbmit-progress-circle path {
	stroke: var(--pbmit-global-color);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}
.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}
.pbmit-icon-close:hover{
	opacity: 1;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close svg{
	fill: var(--pbmit-white-color);
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
	font-weight: 400;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	font-family: inherit;
	color: var(--pbmit-white-color);
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: var(--pbmit-white-color);
	opacity: .6;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
	line-height: 58px;
    font-size: 16px;
	outline: none;
	padding: 0;
    border: none;
    z-index: 1;
    color: var(--pbmit-white-color);
}

/* Professional Hero Section Styling */
.hero-excellence {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90vh;
    padding: 150px 0;
    color: #fff;
    overflow: hidden;
    background-blend-mode: multiply;
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.5);
  }
  
  .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
  
  .hero-content {
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    animation: contentFade 1.2s ease-out forwards;
  }
  
  .display-4 {
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  }
  
  .text-white {
    color: #ffffff;
  }
  
  span[style*="color: #ff0006"] {
    color: #ff0006;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 10px rgba(255, 0, 6, 0.3);
  }
  
  .separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem auto;
    width: 100%;
    max-width: 400px;
  }
  
  .separator .line {
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,0.9));
  }
  
  .separator .line:last-child {
    background: linear-gradient(to left, rgba(255,255,255,0.3), rgba(255,255,255,0.9));
  }
  
  .separator .icon {
    margin: 0 20px;
    color: #ff0006;
    transform: translateY(2px);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  }
  
  .lead {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Hero background enhancement */
  .hero-excellence::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  /* Subtle parallax effect */
  @media (min-width: 992px) {
    .hero-excellence {
      background-attachment: fixed;
      background-position: center 20%;
    }
  }
  
  /* Animations */
  @keyframes contentFade {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Spacing utilities */
  .my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .mb-5 {
    margin-bottom: 3.5rem;
  }
  
  /* Media queries for responsiveness */
  @media (max-width: 1200px) {
    .hero-excellence {
      padding: 120px 0;
    }
    
    .display-4 {
      font-size: 3.5rem;
    }
  }
  
  @media (max-width: 992px) {
    .hero-excellence {
      background-attachment: scroll;
      min-height: 80vh;
    }
  }
  
  @media (max-width: 768px) {
    .hero-excellence {
      padding: 100px 0;
      min-height: 70vh;
    }
    
    .display-4 {
      font-size: 3rem;
    }
    
    .lead {
      font-size: 1.2rem;
    }
    
    .separator {
      max-width: 320px;
    }
  }
  
  @media (max-width: 576px) {
    .hero-excellence {
      padding: 80px 0;
      min-height: 60vh;
    }
    
    .display-4 {
      font-size: 2.5rem;
      letter-spacing: 1px;
    }
    
    .lead {
      font-size: 1.1rem;
    }
    
    .separator {
      margin: 1.8rem auto;
      max-width: 280px;
    }
    
    .separator .icon {
      margin: 0 15px;
    }
  }
 
 /* FAQ Section Styles */
.faq-section {
    max-width: 1600px;
    margin: 40px auto;
    padding: 0 15px;
    
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.red-text {
    color: #ff0000;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.faq-question {
    background-color: #f5f5f5;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #e0e0e0;
}

.faq-question.active {
    background-color: #111111;
    color: white;
}

.faq-question .icon {
    transition: transform 0.3s ease;
}

.faq-question.active .icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer-content {
    padding: 20px;
    line-height: 1.5;
}

.faq-answer-content p {
    margin-bottom: 10px;
}

.faq-answer-content ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.contact-cta {
    background-color: #111111;
    color: white;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    margin-top: 40px;
}

.contact-cta h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.btn-contact {
    background-color: #ff0000;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.btn-contact:hover {
    background-color: #cc0000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq-header h2 {
        font-size: 24px;
    }
    
    .faq-question {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    .faq-answer-content {
        padding: 15px;
    }
    
}

.faq-section {
    padding: 80px 0;
   
  }
  .section-title {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    margin-top: 10px;
  }
  .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
  }
  .accordion-button:not(.collapsed) {
   
    color: #dc3545;
    font-weight: 600;
  }
  .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(220, 53, 69, 0.25);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .accordion-item {
    border-radius: 8px;
    overflow: hidden;
  }
  .accordion-button {
    font-size: 1.05rem;
    font-weight: 500;
    padding: 1rem 1.25rem;
  }
  .accordion-body {
    padding: 1.25rem;
    color: #555;
  }
  .accordion-body p, .accordion-body ul {
    margin-bottom: 0.75rem;
  }
  .accordion-body ul li {
    margin-bottom: 0.5rem;
  }
  .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    transition: all 0.3s ease;
  }
  .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .text-danger {
    color: #dc3545 !important;
  }
  /* Hero section styles */
.vitrage-hero {
    position: relative;
    width: 100%;
    padding: 0;
    color: white;
    overflow: hidden;
    
  }
  
  .vitrage-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .vitrage-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
  }
  
  .vitrage-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
  }
  
  .vitrage-content {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    padding: 60px 30px;
    position: relative;
  }
  
  .vitrage-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: none;
  }
  
  .vitrage-badge {
    display: inline-block;
      padding: 8px 16px;
      background-color: rgba(248, 249, 250, 0.9);
      color: #212529;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 50px;
      margin-bottom: 24px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
  }
  
  .vitrage-badge svg {
    margin-right: 8px;
  }
  
  .vitrage-heading {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    color: #ffffff !important;
  }
  
  .vitrage-highlight {
    color: #ff0006 !important;
    position: relative;
    display: inline;
  }
  
  .vitrage-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  .vitrage-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .vitrage-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .vitrage-hero:hover .vitrage-benefit {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
  }
  
  /* ==========================================================================
     Elite Masterclass Hero (Newly Added)
     ========================================================================== */
  
  .vitrage-hero--elite {
    padding: 120px 0 !important;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: center;
  }
  
  .vitrage-hero--elite .vitrage-container {
    max-width: 1400px !important;
    z-index: 2;
  }
  
  .vitrage-hero--elite .vitrage-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    min-height: auto !important;
  }
  
  /* Glassmorphism for Trust Items */
  .vitrage-trust--elite {
    display: flex;
    gap: 20px;
    margin: 40px 0;
  }
  
  .vitrage-trust-item--elite {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    transition: all 0.3s ease;
  }
  
  .vitrage-trust-item--elite:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-5px);
    border-color: rgba(255, 0, 6, 0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }
  
  .vitrage-trust-icon-wrapper--elite {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff0006, #b30004);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  /* Enhanced Form Card */
  .windshield-form-container--elite {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px);
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
  }
  
  .windshield-form-container--elite::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #ff0006, #ff4c4c);
  }
  
  /* Hero Call-Out Badges */
  .callback-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(46, 213, 115, 0.15);
    color: #2ed573;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(46, 213, 115, 0.2);
  }
  
  .callback-badge i { margin-right: 8px; }
  
  .vitrage-badge--elite {
    background: #ff0006 !important;
    color: white !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
    box-shadow: 0 5px 15px rgba(255, 0, 6, 0.3) !important;
  }

  .vitrage-heading--elite {
    font-size: 52px !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
  }

  /* Red Pulsing Button Effect */
  @keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(255, 0, 6, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(255, 0, 6, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 0, 6, 0); }
  }

  .vitrage-button-glow {
    animation: pulse-red 2s infinite;
  }
  
  /* Responsive Mobile Overrides */
  @media (max-width: 991px) {
    .vitrage-hero--elite { padding: 80px 0 !important; }
    .vitrage-hero--elite .vitrage-grid { grid-template-columns: 1fr; gap: 40px; }
    .vitrage-heading--elite { font-size: 36px !important; }
    .vitrage-trust--elite { flex-direction: column; }
  }

  .vitrage-icon {
    color: #ff0006;
  }
   
  .vitrage-trust {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  @media (max-width: 991px) {
    .vitrage-trust {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }
  
  .vitrage-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.3s ease;
  }
  
  .vitrage-trust-item:hover {
    transform: translateY(-3px);
  }
  
  .vitrage-trust-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 0, 6, 0.2);
    border: 1px solid rgba(255, 0, 6, 0.3);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .vitrage-trust-icon {
    color: #ff0006;
    font-size: 18px;
  }
  
  .vitrage-trust-text {
    font-size: 15px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .vitrage-trust-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    line-height: 1.1;
  }
  
  /* Professional Button Styles */
  .vitrage-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 32px 0;
  }
  
  .vitrage-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  
  
  .vitrage-button span {
    position: relative;
    z-index: 2;
  }
  
  /* Primary Button - Red background */
  .vitrage-button-primary {
    background-color: #ff0006;
    color: white;
    border: 2px solid #ff0006;
  }
  
  .vitrage-button-primary:hover {
    background-color: #e60005;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 0, 6, 0.25);
  }
  
  .vitrage-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(255, 0, 6, 0.2);
    color: #212529;
  }
  
  .vitrage-button-primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
  }
  
  .vitrage-button-primary:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  
  /* Secondary Button - Transparent with white border */
  .vitrage-button-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.9);
    position: relative;
  }
  
  .vitrage-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-color: white;
  }
  
  .vitrage-button-secondary:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  .vitrage-button-secondary svg {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .vitrage-button-secondary:hover svg {
    color: white;
  }
  
  /* Form styles */
  .vitrage-form-wrapper {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.2rem;
    border-radius: 6px;
    width: 95%;
    height: fit-content;
    margin: 3rem auto;
  }
  
  .vitrage-form-container {
    background-color: white;
    padding: 38px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .vitrage-form-header {
    margin-bottom: 32px;
    position: relative;
  }
  
  .vitrage-form-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.3px;
  }
  
  .vitrage-form-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff0006;
  }
  
  .vitrage-form-subtitle {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
  }
  
  .vitrage-form-badge {
    position: absolute;
    top: -12px;
    right: 0;
    background-color: #ff0006;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 3px;
    transform: rotate(2deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .vitrage-form {
    display: grid;
    gap: 20px;
  }
  
  .vitrage-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .vitrage-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .vitrage-form-label svg {
    color: #ff0006;
    width: 14px;
    height: 14px;
  }
  
  .vitrage-form-input,
  .vitrage-form-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s ease;
    background-color: #f9f9f9;
    color: #212529;
  }
  
  .vitrage-form-input:focus,
  .vitrage-form-select:focus {
    border-color: #ff0006;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 0, 6, 0.08);
    background-color: white;
  }
  
  .vitrage-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .vitrage-form-submit {
    background-color: #ff0006;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .vitrage-form-submit:hover {
    background-color: #e60005;
    box-shadow: 0 4px 10px rgba(255, 0, 6, 0.25);
    transform: translateY(-1px);
  }

.windshield-form-wrapper {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.2rem;
    border-radius: 6px;
    width: 95%;
    height: fit-content;
    margin: 3rem auto;
}

.windshield-form-container {
    background-color: white;
    padding: 38px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.windshield-form-header {
    margin-bottom: 32px;
    position: relative;
}

.windshield-form-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.3px;
    padding:3px;
}

.windshield-form-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff0006;
}

.windshield-form-subtitle {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
}

.windshield-form-badge {
    position: absolute;
    top: -41px;
    right: 0;
    background-color: #ff0006;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 3px;
    transform: rotate(2deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hide on mobile devices (768px and below) */
@media (max-width: 768px) {
    .windshield-form-badge {
        display: none;
    }
}

.windshield-form {
    display: grid;
    gap: 20px;
}

.windshield-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.windshield-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.windshield-form-label svg {
    color: #ff0006;
    width: 14px;
    height: 14px;
}

.windshield-form-input,
.windshield-form-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s ease;
    background-color: #f9f9f9;
    color: #212529;
}

.windshield-form-input:focus,
.windshield-form-select:focus {
    border-color: #ff0006;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 0, 6, 0.08);
    background-color: white;
}

.windshield-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.windshield-form-submit {
    background-color: #ff0006;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.windshield-form-submit:hover {
    background-color: #e60005;
    box-shadow: 0 4px 10px rgba(255, 0, 6, 0.25);
    transform: translateY(-1px);
}
  
  /* Responsive styles */
  @media (min-width: 768px) {
    .vitrage-content {
      padding: 80px 60px;
    }
    
    .vitrage-heading {
      font-size: 48px;
    }
    
    .vitrage-subtitle {
      font-size: 20px;
    }
    
    .vitrage-form-row {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (min-width: 1024px) {
    .vitrage-grid {
      grid-template-columns: 1fr 450px;
    }
    
    .vitrage-content {
      padding: 80px;
    }
    
    .vitrage-content::after {
      display: block;
    }
    
    .vitrage-heading {
      font-size: 38px;
    }
    
    .vitrage-form-wrapper {
      position: relative;
    }
    
    .vitrage-form-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
      z-index: 0;
    }
    
    .vitrage-form-container {
      position: relative;
      z-index: 1;
      padding: 0px 30px;
    }
  }
  
  @media (min-width: 1280px) {
    .vitrage-grid {
      grid-template-columns: 1fr 500px;
    }
    
  }
  
  /* Media queries for smaller screens */
  @media (max-width: 768px) {
    .vitrage-buttons {
      flex-direction: column;
      width: 100%;
      margin: 24px 0;
    }
  
    .vitrage-button {
      width: 100%;
      justify-content: center;
    }
    
    .vitrage-form-wrapper {
      padding: 1.5rem;
      width: 95%;
      max-width: 500px;
      margin: 1.5rem auto;
    }
  }
  
  @media (max-width: 480px) {
    .vitrage-button {
      padding: 12px 20px;
      font-size: 14px;
    }
  
    .vitrage-buttons {
      gap: 12px;
      margin: 20px 0;
    }
    
    .vitrage-form-wrapper {
      padding: 1rem;
      width: 100%;
      max-width: 100%;
      margin: 1rem auto;
      border-radius: 4px;
    }
    
    .vitrage-form-container {
      padding: 20px 15px;
    }
  }
  
/* Process Section Styles */
.process-section {
  padding: 60px 0;
  background-color: #fff;
}

.process-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: #333;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}

.step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  position: relative;
}

.step:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #ff0000;
  z-index: 1;
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.step h3 {
  margin-bottom: 15px;
  color: #333;
}

.step p {
  color: #666;
  line-height: 1.5;
}

/* Media query for responsive design */
@media (max-width: 768px) {
  .process-title {
      font-size: 26px;
  }
  
  .step:not(:last-child):after {
      display: none;
  }
  
  .step {
      margin-bottom: 20px;
  }
}


.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #25D366;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.whatsapp-button:hover {
  background-color: #128C7E;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.whatsapp-button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .whatsapp-button {
      width: 100%;
      padding: 14px 20px;
  }
}
.tire-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 20px;
  color: #2d3436;
  background-color: #f9f9f9;
}

.tire-section h2 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #161616;
  position: relative;
  padding-bottom: 15px;
}

.tire-section h2::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #ff0006;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #555;
}

.tire-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}

.tire-card {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  min-width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #ff0006;
}

.tire-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.tire-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #777;
  box-shadow: 0 0 0 8px rgba(240,240,240,0.5);
}

.tire-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1e3a8a;
}

.tire-description {
  margin-bottom: 25px;
  line-height: 1.6;
  color: #555;
}

.features-list {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 30px;
  list-style-type: none;
}

.features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #ff0006;
  font-weight: bold;
  font-size: 18px;
}

.btn-discover {
  background-color: #ff0006;
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255,0,6,0.2);
}

.btn-discover:hover {
  background-color: #d10005;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255,0,6,0.3);
}

@media (max-width: 900px) {
  .tire-container {
      justify-content: center;
      gap: 20px;
  }
  
  .tire-card {
      flex-basis: calc(50% - 20px);
      margin: 0;
  }
}

@media (max-width: 650px) {
  .tire-card {
      flex-basis: 100%;
  }
  
  .tire-section h2 {
      font-size: 1.8rem;
  }
  
  .intro {
      margin-bottom: 30px;
  }
}



.promo-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
}

.promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Pour mobile, afficher les images en colonne */
@media (max-width: 768px) {
  .promo-container {
      flex-direction: column;
      align-items: center;
  }
  
  .promo-image {
      width: 100%;
      max-width: 400px;
  }
}

/* Bouton pour télécharger les images */
.download-button {
  display: block;
  background-color: #ff0006;
  color: white;
  text-align: center;
  padding: 10px 20px;
  margin: 40px auto 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
  transition: background-color 0.3s;
}

.download-button:hover {
  background-color: #d80005;
}

/* Section d'informations supplémentaires */
.info-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.info-section h3 {
  color: #ff0006;
  margin-bottom: 20px;
  font-size: 24px;
}

.info-section p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

/* RDV */
.rendez-vous {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 4rem 3rem;
  border-radius: 12px;
  text-align: center;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.rendez-vous::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 3px;
  background: #d90429;
  transform: translateX(-50%);
}

.rendez-vous .small-text {
  color: #ff0006;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  font-family: 'Roboto', sans-serif;
}

.rendez-vous h1 {
  font-size: 2.75rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.rendez-vous p {
  font-size: 1.1rem;
  color: #4a4a4a;
  line-height: 1.9;
  margin-bottom: 2.5rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto', sans-serif;
}

/* Additional styles for buttons and layout */
.rendez-vous .cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.rendez-vous a.button {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.rendez-vous a.primary {
  background: #ff0006;
  color: #ffffff;
}

.rendez-vous a.primary:hover {
  background: #f9f9f9;
  transform: translateY(-2px);
  color: #222;
}

.rendez-vous a.secondary {
  background: transparent;
  color: #ff0006;
  border: 2px solid ;
}

.rendez-vous a.secondary:hover {
  background: #ff0006;
  color: #ffffff;
}

/* Media queries */
@media (min-width: 640px) {
  .rendez-vous {
    padding: 4.5rem 3.5rem;
  }

  .rendez-vous .cta-group {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  .rendez-vous h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .rendez-vous {
    padding: 5rem 4rem;
  }

  .rendez-vous h1 {
    font-size: 3.25rem;
  }

  .rendez-vous p {
    font-size: 1.15rem;
  }

  .rendez-vous a.button {
    padding: 1.1rem 3.5rem;
  }
}



 .bottom-images-container {
            position: relative;
            margin-top: -140px;
            z-index: 10;
            padding: 2rem 0 4rem;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

      

        .image-card {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255,255,255,0.2);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
        }

        .image-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 30px 60px rgba(0,0,0,0.3);
            border-color: rgba(255,255,255,0.4);
        }

        .image-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.6s;
            z-index: 1;
        }

        .image-card:hover::before {
            left: 100%;
        }

        .image-card img {
            width: 90%;
            height: 290px;
            object-fit: cover;
            transition: transform 0.4s ease;
            position: relative;
            z-index: 0;
        }

        .image-card:hover img {
            transform: scale(1.1);
        }

        /* Animate on scroll */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .animate-on-scroll.animate-left {
            transform: translateX(-50px) translateY(50px);
        }

        .animate-on-scroll.animate-right {
            transform: translateX(50px) translateY(50px);
        }

        .animate-on-scroll.visible {
            opacity: 1;
            transform: translateX(0) translateY(0);
        }

        .animate-on-scroll.animate-left.visible {
            transform: translateX(0) translateY(0);
        }

        .animate-on-scroll.animate-right.visible {
            transform: translateX(0) translateY(0);
        }

        /* Staggered animation delays */
        .col-md-4:nth-child(1) .animate-on-scroll {
            transition-delay: 0.1s;
        }

        .col-md-4:nth-child(2) .animate-on-scroll {
            transition-delay: 0.3s;
        }

        .col-md-4:nth-child(3) .animate-on-scroll {
            transition-delay: 0.5s;
        }

        /* Floating particles background */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: -1;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(255,255,255,0.3);
            border-radius: 50%;
            animation: float 6s infinite linear;
        }

        @keyframes float {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .bottom-images-container {
                display: none;
            }
        }

        /* Glow effect */
        .glow {
            position: relative;
        }

        .glow::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background-size: 300% 300%;
            border-radius: 22px;
            z-index: -1;
            animation: gradientShift 3s ease infinite;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .glow:hover::after {
            opacity: 0.7;
        }

        @keyframes gradientShift {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }



    .privacy-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 0;
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            color: white;
            border-radius: 10px;
            margin: 21px -20px 40px -20px;
        }

        .privacy-header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .privacy-last-updated {
            font-size: 1.1em;
            opacity: 0.9;
            font-weight: 300;
        }

        .privacy-content {
            padding: 0 20px;
        }

        .privacy-section h2 {
            color: #e74c3c;
            font-size: 1.8em;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 2px solid #e74c3c;
        }

        .privacy-section h3 {
            color: #2c3e50;
            font-size: 1.4em;
            margin: 30px 0 15px 0;
        }

        .privacy-section h4 {
            color: #34495e;
            font-size: 1.2em;
            margin: 25px 0 10px 0;
        }

        .privacy-section p {
            margin-bottom: 15px;
            text-align: justify;
            font-size: 1.05em;
        }

        .privacy-section ul {
            margin: 15px 0;
            padding-left: 30px;
        }

        .privacy-section li {
            margin-bottom: 10px;
            line-height: 1.8;
        }

        .privacy-section li strong {
            color: #e74c3c;
        }

        .privacy-section a {
            color: #e74c3c;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .privacy-section a:hover {
            color: #c0392b;
            text-decoration: underline;
        }

        .privacy-contact-section {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
            border-left: 5px solid #e74c3c;
        }

        .privacy-contact-section h2 {
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .privacy-contact-info {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
        }

        .privacy-contact-item {
            flex: 1;
            min-width: 250px;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .privacy-contact-item:hover {
            transform: translateY(-2px);
        }

        .privacy-intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
            border-left: 5px solid #e74c3c;
        }

        .privacy-definitions-list {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

        .privacy-highlight-box {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

        .privacy-company-info {
            background: linear-gradient(135deg, #2c3e50, #34495e);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }

        .privacy-company-info strong {
            color: #e74c3c;
        }

        .privacy-toc {
            background-color: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            margin-bottom: 30px;
            border: 1px solid #dee2e6;
        }

        .privacy-toc h3 {
            margin-top: 0;
            color: #e74c3c;
            margin-bottom: 15px;
        }

        .privacy-toc ul {
            list-style: none;
            padding-left: 0;
        }

        .privacy-toc li {
            margin-bottom: 8px;
        }

        .privacy-toc a {
            display: block;
            padding: 8px 15px;
            background-color: white;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .privacy-toc a:hover {
            background-color: #e74c3c;
            color: white;
            text-decoration: none;
        }

        .privacy-gdpr-notice {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }



/* Tire Services Section Component */

.tire-services-section {
            padding: 80px 0;
            background: #f8fafc;
        }

        .tire-services-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .tire-services-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .tire-services-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 15px;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            padding-top: 36px;
        }

        .tire-services-title .highlight {
            color: #dc2626;
        }

        .tire-services-subtitle {
            font-size: 1.2rem;
            color: #6b7280;
            font-weight: 400;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .tire-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .tire-service-card {
            background: white;
            border-radius: 16px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
            position: relative;
            overflow: hidden;
        }

        .tire-service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, transparent, #dc2626, transparent);
            transition: left 0.5s ease;
        }

        .tire-service-card:hover::before {
            left: 100%;
        }

        .tire-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            border-color: #dc2626;
        }

        .tire-service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .emergency-icon {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            color: white;
            box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
        }

        .seasonal-icon {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            color: white;
            box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
        }

        .preventive-icon {
            background: linear-gradient(135deg, #059669, #047857);
            color: white;
            box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
        }

        .tire-service-card:hover .tire-service-icon {
            transform: scale(1.1);
        }

        .tire-service-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 20px;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .tire-service-description {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #6b7280;
            margin-bottom: 25px;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .service-link {
            color: #dc2626;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .service-link:hover {
            color: #b91c1c;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .tire-services-title {
                font-size: 2rem;
            }
            
            .tire-services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .tire-service-card {
                padding: 30px 20px;
            }
        }

        @media (max-width: 480px) {
            .tire-services-section {
                padding: 60px 0;
            }
            
            .tire-services-title {
                font-size: 1.8rem;
            }
        }

/* Container for centering the section */
.container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

 .header {
            text-align: center;
            margin-bottom: 50px;
            color: #161616;
        }
        
        .main-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: #161616;
        }
        
        .subtitle {
            font-size: 1rem;
            color: #888;
            font-weight: 300;
        }
        
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
          
        .section-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: #161616;
        }
        
        .warning-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 8px;
            background: rgba(255, 0, 6, 0.1);
            border-left: 3px solid #ff0006;
        }
        
        .warning-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ff0006;
            margin-right: 15px;
            margin-top: 2px;
            flex-shrink: 0;
            position: relative;
        }
        
        .warning-icon::before {
            content: '×';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
        }
        
        .warning-text {
            font-size: 0.95rem;
            line-height: 1.4;
            color: #161616;
        }
        
        .performance-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px;
            margin-bottom: 15px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .performance-label {
            font-size: 1rem;
            color: #161616;
        }
        
        .performance-badge {
            background: #00cc66;
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .intro-text {
            font-size: 0.9rem;
            color: #888;
            margin-bottom: 25px;
            line-height: 1.5;
        }
        
        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .main-title {
                font-size: 2rem;
            }
            
            .section {
                padding: 25px;
            }
        }
          .reseau-garage-container {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .reseau-garage-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .reseau-garage-title {
            font-size: 2.2rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: 161616;
        }
        
        .reseau-garage-subtitle {
            font-size: 1rem;
            color: #888;
            font-weight: 300;
        }
        
        .reseau-garage-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
        
       
        
        .reseau-garage-section-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: #161616;
        }
        
        .reseau-garage-content {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #161616;
        }
        
        .reseau-garage-content p {
            margin-bottom: 20px;
        }
        
        .reseau-garage-content p:last-child {
            margin-bottom: 0;
        }
        
        .reseau-garage-highlight {
            color: #ff0006;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .reseau-garage-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .reseau-garage-title {
                font-size: 1.8rem;
            }
            
            .reseau-garage-section {
                padding: 25px;
            }
        }
        @media (min-width: 1200px) {
    .reseau-garage-container {
        max-width: 1200px;
    }
}
.premium-section {
    color: #333;
    padding: 80px 0;
}
.premium-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.premium-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.tire-types {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tire-type {
    position: relative;
    padding-left: 20px;
}
.tire-type::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: 
#e74c3c;
    border-radius: 2px;
}
.tire-type h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.tire-type p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
.brands-section {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}
.brands-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}
.brands-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.brand-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.brand-item:last-child {
    border-bottom: none;
}
.brand-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}
.premium-badge {
    background: 
#e74c3c;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}
.warranty-note {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
}
.warranty-highlight {
    color: 
#e74c3c;
    font-weight: bold;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 480px) {
    .premium-section {
        padding: 40px 0;
    }
    .premium-title {
        font-size: 1.8rem;
    }
    .brands-section {
        padding: 20px;
    }
    .tire-types {
        gap: 30px;
    }
}


.pneu-guid {

  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -100px;

}

.pneu-guid-title {
  font-size: 28px;
  font-weight: 600;
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}

.pneu-guid-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ff0006;
}

.pneu-guid-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px 50px;
  max-width: 1000px;
}

.pneu-guid-link {
  color: #161616;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: block;
}

.pneu-guid-link:hover {
  color: #ff0006;
  border-bottom-color: #ff0006;
  padding-left: 8px;
}

.pneu-guid-link:focus {
  outline: 2px solid #ff0006;
  outline-offset: 2px;
}

/* Enhanced responsive design */
@media (max-width: 1024px) {
  .pneu-guid {
    padding: 50px 30px;
  }
  
  .pneu-guid-grid {
    gap: 20px 40px;
  }
}

@media (max-width: 768px) {
  .pneu-guid {
    padding: 40px 25px;
  }
  
  .pneu-guid-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .pneu-guid-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .pneu-guid-link {
    font-size: 15px;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .pneu-guid {
    padding: 30px 20px;
  }
  
  .pneu-guid-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .pneu-guid-link {
    font-size: 14px;
    padding: 8px 0;
  }
  
  .pneu-guid-link:hover {
    padding-left: 4px;
  }
}
/* SEO Footer Styles (Carglass-inspired) */
.site-footer { background-color: #1a1a1a !important; color: #ffffff !important; padding: 60px 0 30px; }
.site-footer .widget-title { color: #ffffff !important; font-size: 18px !important; font-weight: 700 !important; margin-bottom: 25px !important; text-transform: none !important; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul li a { color: rgba(255,255,255,0.8) !important; font-size: 14px; text-decoration: none; transition: color 0.3s ease; }
.site-footer ul li a:hover { color: #ff0006 !important; padding-left: 5px; }
.pbmit-footer-widget-col-4 .pbmit-contact-widget-line { color: rgba(255,255,255,0.9); font-size: 15px; margin-bottom: 12px; }
.pbmit-footer-widget-col-4 .bg-white { background-color: #ffffff !important; border-left: 4px solid #ff0006; }

/* Google Review Card Styles */
.google-review-card { background: #ffffff; border-radius: 12px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); text-align: center; border-top: 4px solid #4285F4; }
.google-review-stars { color: #fbbc05; font-size: 24px; margin: 15px 0; }
.google-review-count { font-size: 14px; color: #5f6368; margin-bottom: 20px; }
.btn-google-review { background: #4285F4; color: white !important; border-radius: 6px; padding: 10px 20px; font-weight: 600; text-decoration: none; display: inline-block; transition: background 0.3s; }
.btn-google-review:hover { background: #3367d6; color: white !important; }

/* Facebook Video Container */
.fb-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    /* Box shadow removed or subtle for cleaner look if requested, keeping it for now */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
    width: 100%;
    max-width: 280px; /* Force portrait width */
    margin: 0 auto;
    transition: transform 0.3s;
}

.fb-video-container iframe {
    border-radius: 12px;
}

/* Header Navigation Centering & Layout Fix */
.site-header {
    background: #ffffff !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.pbmit-main-header-area {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.pbmit-header-content {
    background: #ffffff !important;
    padding: 10px 0;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Force override for theme "card" header styles */
.site-header.header-style-1,
.site-header-menu,
.pbmit-main-header-area,
.pbmit-header-content {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

/* Footer Full-Width Fix */
.site-footer,
footer.site-footer {
    margin: 0 !important;
    padding: 100px 0 0 0 !important; /* Added 100px top padding for breathing room */
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}


.pbmit-footer-big-area,
.pbmit-footer-widget-area,
.pbmit-footer-social-area,
.pbmit-footer-text-area,
.pbmit-footer-text-inner,
.pbmit-footer-section {
    border-radius: 0 !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
}

/* New Unified Footer Bottom Bar */
.pbmit-footer-text-area,
.pbmit-footer-text-area::before,
.pbmit-footer-text-area::after {
    background-image: none !important;
    display: none !important; /* This might hide the whole area, let me be careful */
}

/* Correct way: Hide only the decorations, not the container */
.pbmit-footer-text-area::before,
.pbmit-footer-text-area::after,
.pbmit-footer-text-inner::before,
.pbmit-footer-text-inner::after {
    content: none !important;
    display: none !important;
}

.pbmit-footer-text-area {
    display: block !important;
    background-color: #151313 !important;
    padding: 30px 0 !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden !important;
}



.pbmit-footer-copyright-text-area {
    color: rgba(255,255,255,0.6) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    display: flex !important;
    flex-wrap: nowrap !important; /* Force single line on desktop */
    align-items: center;
}

.pbmit-footer-copyright-text-area strong {
    color: #fff !important;
    font-weight: 600;
}

.copyright-main {
    margin-right: 20px;
    position: relative;
    white-space: nowrap;
}


/* Vertical divider between copyright and links */
.copyright-main::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: rgba(255,255,255,0.2);
    display: none; /* Only show on desktop */
}

@media (min-width: 768px) {
    .copyright-main::after {
        display: inline-block;
    }
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.4) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: all 0.3s ease;
    margin: 0 8px;
}


.footer-bottom-links a:hover {
    color: #ff0006 !important;
}

.pbmit-social-links-new {
    display: flex !important;
    justify-content: flex-end;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pbmit-social-links-new li {
    margin-left: 15px !important;
}

.pbmit-social-links-new li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,0.05) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
}

.pbmit-social-links-new li a:hover {
    background: #ff0006 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(255, 0, 6, 0.3) !important;
}

/* Specific Brand Colors on Hover (Optional, but Premium) */
.pbmit-social-li.pbmit-social-facebook a:hover { background: #1877F2 !important; box-shadow: 0 5px 15px rgba(24, 119, 242, 0.3) !important; }
.pbmit-social-li.pbmit-social-instagram a:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3) !important; }


/* Responsive Footer Bottom */
@media (max-width: 767px) {
    .pbmit-social-links-new {
        justify-content: center !important;
        margin-top: 10px !important;
    }
    .pbmit-footer-text-area {
        padding: 40px 0 !important;
    }
    .footer-bottom-links {
        display: block !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }
}

.site-footer.pbmit-bg-color-blackish {
    background-color: #151313 !important; /* Ensure solid blackish color */
    border-radius: 0 !important;
}

/* Ensure footer content stays in container but bg is full width */
.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0 !important;
}



.site-navigation {
    display: flex !important;
    justify-content: center !important;
    flex-grow: 1;
}

@media (min-width: 1200px) {
    .site-navigation .navbar-collapse {
        display: flex !important;
        justify-content: center !important;
    }
}


/* New Header Contact Area */
.pbmit-contact-icon-red {
    background-color: #ff0006;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    transition: transform 0.3s;
}

.pbmit-contact-icon-red:hover {
    transform: scale(1.1);
}

.pbmit-contact-icon-red a {
    color: white !important;
}

.pbmit-contact-label {
    display: block;
    font-size: 11px;
    text-transform: lowercase;
    color: #333;
    line-height: 1;
    margin-bottom: 2px;
}

.pbmit-contact-number {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #ff0006 !important;
    text-decoration: none;
    line-height: 1;
}

@media (max-width: 767px) {
    .pbmit-contact-number {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .pbmit-contact-text-box {
        display: none !important;
    }
}

.header-btn-red {
    border: 1px solid #ff0006;
    color: #ff0006 !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-btn-red:hover {
    background-color: #ff0006;
    color: #ffffff !important;
}

/* ==========================================================================
   ELITE PROJECT SHOWCASE (VERTICAL SLIDER)
   ========================================================================== */
.project-showcase {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #fdfdfd;
}

.project-showcase__sticky {
    position: sticky;
    top: 120px;
}

/* Vertical Swiper Customization */
.vertical-project-swiper {
    height: 600px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.vertical-project-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.vertical-project-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vertical-project-swiper .swiper-slide-active img {
    transform: scale(1.05);
}

/* Glassmorphism Caption Overlay */
.project-caption--elite {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #fff;
    z-index: 10;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-slide-active .project-caption--elite {
    transform: translateY(0);
    opacity: 1;
}

.project-caption__category {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ff3c3c;
    margin-bottom: 8px;
    display: block;
}

.project-caption__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 991px) {
    .project-showcase__sticky {
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    .vertical-project-swiper {
        height: 450px;
    }
}



/* ==========================================================================
   LAPTOP NAVIGATION COMPACTION (Anti-Wrap Safety)
   Ensures everything fits on ONE line at laptop resolutions (1200px-1500px)
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1500px) {
    /* Compact the nav link spacing */
    .site-header .site-navigation ul.navigation > li > a {
        padding: 20px 10px !important;
        font-size: 14px !important;
        white-space: nowrap;
    }
    /* Shrink the logo slightly */
    .site-header .site-branding img {
        max-height: 42px !important;
    }
    /* Compact the right-side phone + button area */
    .pbmit-right-box {
        margin-left: 0 !important;
        gap: 8px;
    }
    .pbmit-right-box .pbmit-contact-text-box .pbmit-contact-number {
        font-size: 15px !important;
    }
    .pbmit-right-box .pbmit-contact-text-box .pbmit-contact-label {
        font-size: 11px !important;
    }
    .pbmit-right-box .pbmit-button-box-second .header-btn-red {
        padding: 10px 16px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }
    /* Reduce the icon margin inside links */
    .site-header .site-navigation ul.navigation > li > a i {
        margin-right: 4px !important;
    }
}

/* ==========================================================================
   MOBILE DROPDOWN MENU REFINEMENT
   ========================================================================== */
@media (max-width: 1199px) {
    .main-menu .navigation > li > ul {
        background: #fdfdfd !important;
        border-radius: 8px !important;
        margin: 5px 20px 15px 20px !important;
        padding: 5px 10px !important;
        border-left: 3px solid #d9232d !important;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
    }
    
    .main-menu .navigation > li > ul li {
        border-bottom: 1px solid #f1f1f1 !important;
    }
    
    .main-menu .navigation > li > ul li:last-child {
        border-bottom: none !important;
    }

    .main-menu .navigation > li > ul li a {
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 10px 15px !important;
        color: #444 !important;
    }
}

/* ==========================================================================
   GLOBAL TRUST BADGES (Glassmorphic)
   ========================================================================== */
.insurance-badge-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.insurance-badge {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.insurance-badge i {
    font-size: 1.1rem;
}

.insurance-badge:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Mobile Centering for Badges */
@media (max-width: 991px) {
    .insurance-badge-grid {
        justify-content: center !important;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .insurance-badge-grid {
        flex-direction: column;
        align-items: center;
    }
    .insurance-badge {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* Premium Service Cards */
.card-bris, .criteria-card, .tech-card, .service-card {
    background: white !important;
    padding: 40px !important;
    border-radius: 24px !important;
    height: 100% !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border: none !important;
}

.criteria-card {
    border-bottom: 5px solid #d9232d !important;
}

.tech-card {
    border-top: 6px solid #d9232d !important;
}

.card-bris:hover, .criteria-card:hover, .tech-card:hover, .service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(217, 35, 45, 0.1) !important;
}

.card-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(217, 35, 45, 0.1);
    color: #d9232d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.card-bris:hover .card-icon-wrapper, 
.criteria-card:hover .card-icon-wrapper, 
.tech-card:hover .card-icon-wrapper, 
.service-card:hover .card-icon-wrapper {
    background: #d9232d;
    color: white;
    transform: rotate(10deg);
}

@media (max-width: 767px) {
    .card-bris, .criteria-card, .tech-card, .service-card {
        padding: 30px !important;
        margin-bottom: 20px;
    }
}

