@font-face {font-family: "BG Flame";
	  src: url("../fonts/06b0eadc19a1f44d146573918f640ed7.eot"); /* IE9*/
	  src: url("../fonts/06b0eadc19a1f44d146573918f640ed7.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("../fonts/06b0eadc19a1f44d146573918f640ed7.woff2") format("woff2"), /* chromeã€firefox */
	  url("../fonts/06b0eadc19a1f44d146573918f640ed7.woff") format("woff"), /* chromeã€firefox */
	  url("../fonts/06b0eadc19a1f44d146573918f640ed7.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
	  url("../fonts/06b0eadc19a1f44d146573918f640ed7.svg#BG Flame") format("svg"); /* iOS 4.1- */
}

/*VARIABLES*/
:root {
	--color-button: #337ab7;
	--color-button-hover: #2a689d;
  --color-text-default: #5f5f5f;
  --color-heading: #333f48;
  --color-lightblue: #31b0d5;
  --color-lightblue-hover: #219cbf;
  --color-orange: #fca11a;
  --color-green: #30d06d;
  --color-green-hover: #1bb369;
}

/*GENERAL STYLING*/
*,*:before,*:after{box-sizing: border-box;}
body{
	color: var(--color-text-default);
	font-family:"BG Flame" ,Helvetica,Arial,'Helvetica Neue',sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
a,a:visited{color: var(--color-lightblue);}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	color: var(--color-heading);
	margin-bottom: 1em;
	margin-top: 0.5em;
}
h1{font-size: 64px;line-height: 1;}
h2{font-size: 50px;line-height: 1;}
h3{line-height: 1;}
h4{font-size: 22px;}
img{max-width: 100%;}
.hero-section img, .logo img{height:auto;}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  
.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
    .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
}
.container{max-width: 1140px;margin-left: auto;margin-right: auto;}

/*BUTTON*/
.button{background: var(--color-button);display: block;border-radius: 4px;text-align: center;font-size: 18px;padding: 10px;line-height: 1.4;transition: all .2s;}
.button,.button:visited{color: white;text-decoration: none;}
.button:hover,.button:active{text-decoration: none;color: white;background: var(--color-button-hover);}
.button strong{font-weight: 700;font-size: 1em;}

/*SECTION TITLE*/
.section-title{margin-top: 0;margin-bottom: 0;text-align: center;font-weight: normal;padding-top: 60px;font-size: 50px;margin-bottom: 30px;}
.section-subtitle{font-size: 22px;margin-bottom: 50px;}
.section-title-small{font-size: 30px;font-weight: normal;text-align: center;}

/*SHADOW DIVIDER*/
.shadow-divider{height: 12px;width:100%;background: url(../images/shadow-divider.png) no-repeat center center;background-size: contain;margin-top: 50px;margin-bottom: 50px;}

/*DETAILS BOX */
.detailsbox{display: flex;flex-direction: column-reverse;flex-wrap: wrap;}
.detailsbox > *{width: 100%;}
.detailsbox .toggler{background: var(--color-lightblue);color: white;text-align: center;display: block;width: 100%;padding: 8px;position: relative;border-radius: 4px;margin-top: 0;transition: all .2s;text-decoration: none;outline: none;border: 0 none;cursor: pointer;}
.detailsbox .toggler:hover,.detailsbox .toggler:active{background: var(--color-lightblue-hover);text-decoration: none;}
.detailsbox .toggler:before,.detailsbox .toggler:after{content:'\f107';display: block;position: absolute;top:10px;color: white;font-family: "FontAwesome";font-weight: 900;width:20px;height: 20px;left: 8px;font-size: 13px;text-align: center;}
.detailsbox .toggler:after{left: auto;right: 8px;}
.detailsbox[expanded] .toggler:before, .detailsbox[expanded] .toggler:after,.detailsbox.expanded .toggler:before, .detailsbox.expanded .toggler:after{content:'\f106';}
.toggler span:nth-child(2){display: none;}
.detailsbox[expanded] .toggler span:nth-child(1), .detailsbox.expanded .toggler span:nth-child(1){display: none;}
.detailsbox[expanded] .toggler span:nth-child(2), .detailsbox.expanded .toggler span:nth-child(2){display: block;}
.detailsbox .row{display: flex;justify-content: space-between;}
.detailsbox .col{width: 48%;}
.detailsbox h4{margin-top: 0;margin-bottom: 30px;}
.detailsbox ul{padding: 0;margin: 0;list-style:none;margin-bottom: 30px;}
.detailsbox li{margin-bottom: 15px;min-height: 15px;padding-left: 40px;position: relative;}
.detailsbox li:last-child{margin-bottom: 0;}
.detailsbox li:before{content:'\f00c'; font-family: "FontAwesome";position: absolute;left: 0;top: 0;width:24px;height: 24px;font-size: 18px;color: #09f;text-align: center;display: block;text-indent: 0;box-sizing: border-box;font-weight: 900;}

/*PRICING BOX*/
.pricebox{border: 1px solid #D9E1E2;padding: 40px;max-width: 1000px;margin-left: auto;margin-right: auto;margin-top: 40px;margin-bottom: 40px;position: relative;}
.pricebox:before{content:'';display: block;position: absolute;left:-20px;top:-30px;width:55px;height: 60px;background: url(../images/bath-icon.png) no-repeat;background-size: contain;}
.pricebox .header{display: flex;margin-bottom: 30px;justify-content: space-between;}
.pricebox .shorts{width:67%;}
.pricebox .title{margin-top: 0;font-size: 35px;font-weight: normal;margin-bottom: 10px;}
.pricebox .subtitle{font-size: 20px;font-weight: bold;margin-bottom: 10px;}
.pricebox .desc{font-size: 20px;}
.pricebox .action{width:30%;text-align: center;color: black;}
.pricebox .action > strong{display: block;font-size: 34px;margin-bottom: 10px;}
.pricebox .action a{max-width: 200px;margin-left: auto;margin-right: auto;}
.pricebox .expandable{overflow: hidden;height: 0;transition: height .2s;}
.pricebox .content{display: flex;flex-wrap: wrap;padding-bottom: 20px;}


/*SERVICE ACCORDION*/
.service-accordion{max-width: 720px;margin-left: auto;margin-right: auto;}
.service-accordion > section{margin-bottom: 4px;}
.service-accordion .toggler{background: #f9f9f9;font-size: 18px;display: block;padding: 15px;padding-left: 20px;border: 0 none; border-left: 3px solid var(--color-lightblue);transition: all .2s;border-bottom: 1px solid #f6f6f6;position: relative;color: #333;outline: none;}
.service-accordion [expanded] .toggler,.service-accordion .expanded .toggler{border-bottom: 1px solid #ddd;}
.service-accordion .toggler:hover,.service-accordion .toggler:active{text-decoration: none;background: #eee;}
.service-accordion .toggler:after{content:'\f078'; font-family: "FontAwesome";position: absolute;right: 10px;top: 15px;width:24px;height: 24px;font-size: 18px;color: #09f;text-align: center;display: block;font-weight: 900;}
.service-accordion [expanded] .toggler:after,.service-accordion .expanded .toggler:after{content:'\f077';}
.service-accordion .content{padding: 20px;}
.service-accordion .images{display: flex;justify-content: space-between;flex-wrap: wrap;}
.service-accordion .images > *{display: block; width:48%; height:auto;margin-bottom: 15px;}


/*CARD TESTIMONIAL*/
.testimonial-card{border: 1px solid #666;border-radius: 6px;padding: 30px;text-align: center;}
.testimonial-card .content{}
.testimonial-card .meta{margin-top:20px;font-weight: bold;}


/*HEADER*/
.site-header{position: relative;height: 84px;}
.site-header > .sticky{background: white;border-bottom: 1px solid #e7e7e7;position: fixed;left: 0;right: 0;top: 0;z-index: 10;box-shadow: 0 2px 4px rgba(0,0,0,0.07);}
.site-header .container{display: flex;justify-content: space-between;align-items: center;}
.site-header .main-logo{width:322px;height: 36px;display: block;}

/*MAIN NAVIGATION TOGGLER*/
.main-nav-toggler{display: none;}

/*MAIN NAVIGATION*/
.main-nav{display: flex;padding: 0;margin: 0;list-style: none;align-items: center;}
.main-nav > li{position: relative;}
.main-nav a{display: block;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;border-top: 3px solid white;}
.main-nav a,.main-nav a:visited{text-decoration: none;color: inherit;}
.main-nav a:hover,.main-nav a:active,
.main-nav .is-active > a,.main-nav .is-active > a:visited{color: var(--color-button);border-top-color: var(--color-button);}
.main-nav .is-button > a{background: var(--color-button);color: white;padding-top: 8px;padding-bottom: 8px;border-radius: 4px;border-top: 0 none;}
.main-nav .is-button{margin-left: 10px;}
.main-nav .is-button > a:hover{background: var(--color-button-hover);}
.main-nav ul{position: absolute;background: #eee;top: 74px;list-style:none;padding: 0;margin: 0;width: 220px;border-top: 3px solid var(--color-button);font-size: 14px;display: none;}
.main-nav ul li{border-bottom: 1px solid #ddd;}
.main-nav ul a{padding-top: 8px;padding-bottom: 8px;border-top: 0 none;transition: all .2s;}
.main-nav ul a:hover{background: #fafafa;}
.main-nav > li:hover ul{display: block;}


/*HERO SECTION*/
.hero-section{ 
	background-image: url(../images/superflame.png), url(../images/curve-white.png), linear-gradient(to right,#f0f0f0,#fff 60%); 
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: right top, left bottom, left bottom;
	background-size: 55% 100%, 1600px 180px, cover;
	padding-bottom: 80px;
	padding-top: 30px;
}
.hero-section > .container{}
.hero-section .title{font-size: 40px;max-width: 400px;margin-bottom: 24px;}
.hero-section .action{margin-bottom: 20px;background: url(../images/bath-icon2.png) no-repeat;background-size: 55px 60px;min-height: 60px;padding-left: 80px;}
.hero-section .row{ flex-direction: row-reverse; justify-content: space-between;display: flex;}
.hero-section .col{width: 48%;}

/*BENEFITS SECTION*/
.benefits-section{}
.benefits-section .row{display: flex;justify-content: space-between;}
.benefits-section .col{width: 45%;}

/*whyus SECTION*/
.whyus-section{}
.whyus-section .row{display: flex;justify-content: space-between;}
.whyus-section .col{width: 45%;}

/*TESTIMONIALS SECTION*/
.testimonials-section .testimonial-card{min-height: 100%;}
.testimonials-section .row{display: flex;justify-content: space-between;}
.testimonials-section .col{width: 32%;}

/*TRUST SECTION*/
.trust-section{background: #222;margin-top: 40px;padding-top: 15px;padding-bottom: 15px;}
.trust-section .container{display: flex;justify-content: space-between;align-items: center;}
.trust-section .logo{width: 260px;}
.trust-section ul{padding: 0;margin: 0;list-style: none;display: flex;color: #b5b5b5;}
.trust-section li{margin-left: 20px;}
.trust-section li span{color: var(--color-orange);}

/*FOOTER NAV SECTION*/
.footernav-section{font-size: 13px;font-weight: bold;padding-top: 30px;padding-bottom: 30px;}
.footernav-section ul{padding: 0;margin: 0;display: flex;list-style: none;justify-content: space-between;}
.footernav-section a,.footernav-section a:visited{color: inherit;text-decoration: none;}
.footernav-section a:hover,.footernav-section a:active{color: #333;text-decoration: none;}
.footernav-section i.fa{margin-right: 8px;}

/*STICKY ACTION*/
.sticky-mobile-action{display: none;list-style: none;margin: 0;padding:0;z-index: 5;position: fixed;left: 0;right:0;bottom:0;}
.sticky-mobile-action li{padding:2px;flex-grow: 1;text-align: center;width: 33%;}
.sticky-mobile-action a{background: var(--color-green);color:white;display: block;border-radius: 4px;transition: all .2s;padding: 20px 10px;text-decoration: none;}
.sticky-mobile-action a:hover,.sticky-mobile-action a:active{background: var(--color-green-hover);text-decoration: none;}
.sticky-mobile-action a i{display: block;text-align: center;font-size: 18px;}

/*MAIN SIDEBAR*/
.main-sidebar{background: #eee;width: 220px;padding: 20px 0;}
.main-sidebar ul{list-style: none;margin: 0;padding: 0;font-weight: bold;}
.main-sidebar ul ul{background: #d8d9e2;font-size: 14px;font-weight: normal;}
.main-sidebar a,.main-sidebar a:visited{text-decoration: none;color: #222;display: block;padding: 8px 20px;transition: all .2s;}
.main-sidebar a:hover, .main-sidebar a:active{background: #fafafa;}
.main-sidebar li.is-active > a{background: white;color: var(--color-lightblue);}
.main-sidebar h3{margin: 0;padding: 0 20px;margin-bottom: 15px;}
.no-amp .main-sidebar{display:none; position: fixed;right: 0;top: 0;height: 100%;z-index: 900;}
.no-amp.is-sidebar-opened .main-sidebar{display: block;}

/*SIDEBAR OVERLAY*/
.main-sidebar-overlay{display: none;}
.no-amp.is-sidebar-opened .main-sidebar-overlay{z-index: 890;position: fixed;background: rgba(0,0,0,0.4);top:0;left:0;right:0;bottom:0;display: block;}




/*FOOTER*/
.site-footer{background: #222;padding-top: 20px;padding-bottom: 20px;}
.site-footer .container{display: flex;color: #999;justify-content: space-between;align-items: center;}
.site-footer .social{list-style: none;display: flex;margin-left: 20px;padding: 0;margin: 0;}
.site-footer .social li{margin-left: 20px;}
.site-footer .social a,.site-footer .social a:visited{color: inherit;text-decoration: none;font-size: 26px;}
.site-footer .social a:hover,.site-footer .social a:active{color:var(--color-orange);}

.no-amp .js-accordion > section > *:nth-child(2){display: none;}
.no-amp .js-accordion > .expanded > *:nth-child(2){display: block;}


@media (max-width: 1180px){
	.container{margin-left: 20px;margin-right: 20px;}
}
@media (max-width: 1024px){
	.site-header{height: 64px;}
	.site-header .container{display: block;padding-top: 15px;padding-bottom: 15px;}
	.main-nav{display: none;background: #eee;margin-top: 15px;}
	.main-nav-toggler{display: block;position: absolute;right:30px;top: 14px;font-size: 24px;color: grey;}
	.main-nav a, .main-nav a:visited{border-top: 0 none;padding: 10px 15px;}
	.main-nav .is-button{margin-left: 0;padding: 15px;}
	.main-nav .is-button a{display: inline-block;}
	.main-nav ul{position: relative;width: auto;display: block;top: auto;border-top: 0 none;background: #d8d9e2;}
}

@media (max-width: 991px){
	.main-nav-toggler{right: 15px;}

	.trust-section .container{display: block;}
	.trust-section .logo{margin-left: auto;margin-right: auto;margin-bottom: 10px;}
	.trust-section ul{display: block;text-align: center;}
	.trust-section li{margin-bottom: 10px;margin-left: auto;}

	.footernav-section ul{display: block;text-align: center;}
	.footernav-section li{margin-bottom: 10px;}

	.site-footer .container{text-align: center;display: block;}
	.site-footer .social{justify-content: center;margin-top: 20px;}
	.site-footer .social li{margin-right: 10px;margin-left: 10px;}

	.detailsbox .row{display: block;}
	.detailsbox .col{width: auto;}

	.testimonial-card{padding: 15px;}
	.section-subtitle{text-align:center;}
}
@media (max-width: 767px){
	.service-accordion .images > *{width: 98%;height:auto;}

	.hero-section{background-size: 55% 35%, 1600px 180px, cover;}
	.hero-section .row{display: block;}
	.hero-section .col{width: auto;}
	.hero-section .title{text-align: center;max-width: none;}
	.hero-section .action{padding-left: 0;padding-top: 80px;padding-bottom: 40px; background-position: center top;}
	.hero-section .action .button{margin-left: auto;margin-right: auto;}

	.benefits-section .row{display: block;}
	.benefits-section .col{width: auto;}
	.whyus-section .row{display: block;}
	.whyus-section .col{width: auto;}

	.pricebox .action{margin-top: 30px;}

	.site-header{height: 54px;}

	.testimonials-section .row{display: block;}
	.testimonials-section .col{width: auto;}


	.testimonial-card{padding: 30px;}
	
	.pricebox{padding: 20px;}
	.pricebox .header{display: block;text-align: center;}
	.pricebox .shorts{width: auto;}
	.pricebox .action{width: auto;}
	.pricebox .title{font-size: 40px;}
	.images > *{width: 48%;}
	.testimonial-card{margin-bottom: 20px;}
	.testimonials-section .testimonial-card{min-height: auto;}
	.sticky-mobile-action{display: flex;}
	.site-footer{padding-bottom: 100px;}
}

/* new design css */

/* Container / layout */
  .contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e8f8ff 0%, #ffffff 100%);
  }
  .contact-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /* Header */
  .contact-header { text-align: center; margin-bottom: 40px; }
  .contact-header h2 {
    color: #2a689d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.15;
  }
  .contact-header p.lead {
    font-size: 18px;
    color: #555;
    max-width: 750px;
    margin: 0 auto;
  }
  .call-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #31b0d5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(49,176,213,0.3);
    transition: background .22s ease, transform .12s ease;
  }
  .call-btn:focus, .call-btn:hover { background: #269abc; transform: translateY(-2px); outline: none; }

  .contact-subtext {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
  }

  /* Card */
  .contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  .contact-card h3 {
    margin-bottom: 25px;
    color: #2a689d;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  /* Form grid */
  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
  }

  .contact-form .full {
    grid-column: 1 / -1;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
  }

  .contact-form textarea { min-height: 120px; resize: vertical; }

  /* Checkbox row */
  .consent-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .consent-row input[type="checkbox"] { margin-top: 6px; }

  .consent-row label { font-size: 14px; color: #555; line-height: 1.5; }

  /* Submit */
  .submit-wrap {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
  }
  .submit-btn {
    padding: 14px 32px;
    background: #2a689d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(42,104,157,0.3);
    transition: background .22s ease, transform .12s ease;
  }
  .submit-btn:focus, .submit-btn:hover { background: #1f4f75; transform: translateY(-2px); outline: none; }

  /* Status */
  #form-status { margin-top: 20px; text-align: center; display: none; }

  /* Responsive */
  @media (max-width: 880px) {
    .contact-header h2 { font-size: 28px; }
    .contact-header p.lead { font-size: 17px; }
  }

  @media (max-width: 720px) {
    .contact-card { padding: 24px; }
    .contact-form { grid-template-columns: 1fr; gap: 14px; }
    .contact-header h2 { font-size: 24px; }
    .call-btn { font-size: 16px; padding: 12px 20px; }
  }

  /* Focus accessibility */
  .contact-form input:focus,
  .contact-form select:focus,
  .contact-form textarea:focus,
  .call-btn:focus,
  .submit-btn:focus {
    box-shadow: 0 0 0 4px rgba(49,176,213,0.14);
    border-color: #31b0d5;
  }

  .benefits-section {
    padding: 60px 20px;
    background: #f8fbff;
  }
  .whyus-section {
    padding: 60px 20px;
  }
  .benefits-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .benefits-title {
    text-align: center;
    font-size: 32px;
    color: #2a689d;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .benefits-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .benefits-col {
    flex: 0 0 30%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(23,42,64,0.08);
    transition: transform .28s ease, box-shadow .28s ease;
    box-sizing: border-box;
    min-width: 260px;
  }

  .benefits-col:hover,
  .benefits-col:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 14px 28px rgba(23,42,64,0.15);
  }

  .benefits-col h4 {
    color: #2a689d;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .benefits-col .text {
    color: #444;
    line-height: 1.6;
    font-size: 15px;
  }

  /* Responsive breakpoints */
  @media (max-width: 1000px) {
    .benefits-col { flex: 0 0 45%; }
  }

  @media (max-width: 720px) {
    .benefits-title { font-size: 28px; }
    .benefits-col {
      flex: 0 0 100%;
      min-width: auto;
      padding: 16px;
    }
    .benefits-col h4 { font-size: 18px; }
    .benefits-col .text { font-size: 15px; }
  }

  /* Accessibility focus */
  .benefits-col:focus { outline: 3px solid rgba(42,104,157,0.12); }

   .about-section {
    padding: 50px 20px;
    background: #fff;
  }
  .about-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .about-title {
    color: #2a689d;
    margin-bottom: 25px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  }
  .about-subtitle {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #31b0d5;
    font-weight: 600;
  }

  .about-row {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
  }

  .about-col-img {
    flex: 0 0 45%;
    min-width: 260px;
  }
  .about-col-img img {
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    transition: transform .28s ease, box-shadow .28s ease;
  }
  .about-col-img img:hover,
  .about-col-img img:focus {
    transform: scale(1.05);
    outline: none;
    box-shadow: 0 12px 22px rgba(0,0,0,0.18);
  }

  .about-col-content {
    flex: 0 0 50%;
    min-width: 260px;
  }
  .about-col-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.6;
  }
  .about-col-content h4 {
    color: #31b0d5;
    font-size: 22px;
    margin: 20px 0;
    font-weight: 700;
  }

  .about-cta {
    display: inline-block;
    background: linear-gradient(45deg, #30d06d, #28a745);
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: transform .18s ease, filter .18s ease;
    font-weight: 700;
  }
  .about-cta:hover,
  .about-cta:focus {
    transform: scale(1.05);
    filter: brightness(.98);
    outline: none;
  }

  @media (max-width: 980px) {
    .about-col-img { flex-basis: 48%; }
    .about-col-content { flex-basis: 48%; }
    .about-title { font-size: 26px; }
  }

  @media (max-width: 720px) {
    .about-row { flex-direction: column-reverse; gap: 20px; }
    .about-col-img, .about-col-content { flex-basis: 100%; }
    .about-title { font-size: 24px; }
    .about-subtitle { font-size: 18px; }
    .about-col-content p { font-size: 17px; margin-bottom: 16px; }
    .about-col-content h4 { font-size: 20px; margin: 16px 0; }
    .about-cta { font-size: 18px; padding: 12px 26px; }
  }

  /* accessibility focus */
  .about-cta:focus { box-shadow: 0 0 0 4px rgba(48,208,109,0.12); }

  .process-verbose {
    padding: 60px 20px;
    background: #fff;
  }
  .process-verbose .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .process-verbose .heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .process-verbose .heading h2 {
    color: #31b0d5;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.15;
  }

  .process-verbose .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }

  .process-verbose .col-text {
    flex: 0 0 60%;
    min-width: 260px;
  }
  .process-verbose .col-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.7;
  }

  .process-verbose .col-images {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    min-width: 180px;
  }
  .process-verbose .col-images img {
    width: 200px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    transition: transform .28s ease, box-shadow .28s ease;
    display: block;
  }
  .process-verbose .col-images img:hover,
  .process-verbose .col-images img:focus {
    transform: scale(1.03);
    outline: none;
    box-shadow: 0 12px 22px rgba(0,0,0,0.22);
  }

  .process-verbose .shadow-divider { margin: 50px 0; }

  .process-verbose .cta {
    text-align: center;
    background: #f8f9fa;
    padding: 30px;
    border: 2px solid #30d06d;
    border-radius: 12px;
  }
  .process-verbose .cta h3 {
    font-size: 26px;
    color: #2a689d;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .process-verbose .cta p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #444;
  }
  .process-verbose .cta .button {
    background: linear-gradient(45deg, #30d06d, #28a745);
    padding: 15px 35px;
    font-size: 20px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
    font-weight: 700;
    display: inline-block;
  }
  .process-verbose .cta .button:hover,
  .process-verbose .cta .button:focus {
    transform: scale(1.05);
    filter: brightness(.98);
    outline: none;
  }

  /* Responsive breakpoints */
  @media (max-width: 980px) {
    .process-verbose .col-text { flex-basis: 65%; }
    .process-verbose .col-images { flex-basis: 30%; }
    .process-verbose .heading h2 { font-size: 30px; }
  }

  @media (max-width: 720px) {
    .process-verbose .row { flex-direction: column; gap: 18px; }
    .process-verbose .col-text,
    .process-verbose .col-images { flex-basis: 100%; }
    .process-verbose .col-images { flex-direction: row; justify-content: center; gap: 12px; }
    .process-verbose .col-images img { width: 30%; min-width: 100px; max-height: none; }
    .process-verbose .heading h2 { font-size: 24px; }
    .process-verbose .col-text p { font-size: 17px; }
    .process-verbose .cta h3 { font-size: 22px; }
    .process-verbose .cta p { font-size: 16px; }
    .process-verbose .cta .button { font-size: 18px; padding: 12px 26px; }
  }

  /* accessibility focus */
  .process-verbose .col-images img:focus { box-shadow: 0 0 0 4px rgba(49,176,213,0.14); }

  .process-stepwise {
    padding: 60px 20px;
    background: #fff;
  }
  .process-stepwise .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .process-stepwise .heading { text-align: center; margin-bottom: 40px; }
  .process-stepwise .heading h2 {
    color: #31b0d5;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.15;
  }

  .process-stepwise .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }

  /* Text column */
  .process-stepwise .col-text {
    flex: 0 0 60%;
    min-width: 260px;
  }
  .process-stepwise .col-text p {
    font-size: 18px;
    color: #2a689d;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .process-stepwise .col-text ol {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    padding-left: 20px;
    margin: 0;
  }
  .process-stepwise .col-text ol li { margin-bottom: 10px; }

  /* Image column */
  .process-stepwise .col-images {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    min-width: 180px;
  }
  .process-stepwise .col-images img {
    width: 200px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    transition: transform .28s ease, box-shadow .28s ease;
    display: block;
  }
  .process-stepwise .col-images img:hover,
  .process-stepwise .col-images img:focus {
    transform: scale(1.05);
    outline: none;
    box-shadow: 0 12px 22px rgba(0,0,0,0.22);
  }

  .process-stepwise .shadow-divider { margin: 50px 0; }

  .process-stepwise .cta {
    text-align: center;
    background: #f8f9fa;
    padding: 30px;
    border: 2px solid #30d06d;
    border-radius: 12px;
  }
  .process-stepwise .cta h3 {
    font-size: 26px;
    color: #2a689d;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .process-stepwise .cta p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #444;
  }
  .process-stepwise .cta .button {
    background: linear-gradient(45deg, #30d06d, #28a745);
    padding: 15px 35px;
    font-size: 20px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
    font-weight: 700;
    display: inline-block;
  }
  .process-stepwise .cta .button:hover,
  .process-stepwise .cta .button:focus {
    transform: scale(1.05);
    filter: brightness(.98);
    outline: none;
  }

  /* Responsive breakpoints */
  @media (max-width: 980px) {
    .process-stepwise .col-text { flex-basis: 65%; }
    .process-stepwise .col-images { flex-basis: 30%; }
    .process-stepwise .heading h2 { font-size: 30px; }
  }

  @media (max-width: 720px) {
    .process-stepwise .row { flex-direction: column; gap: 18px; }
    .process-stepwise .col-text,
    .process-stepwise .col-images { flex-basis: 100%; }
    .process-stepwise .col-images { flex-direction: row; justify-content: center; gap: 12px; }
    .process-stepwise .col-images img { width: 30%; min-width: 100px; max-height: none; }
    .process-stepwise .heading h2 { font-size: 24px; }
    .process-stepwise .col-text p { font-size: 18px; color: #2a689d; font-weight: bold; }
    .process-stepwise .col-text ol { font-size: 16px; }
    .process-stepwise .cta h3 { font-size: 22px; }
    .process-stepwise .cta p { font-size: 16px; }
    .process-stepwise .cta .button { font-size: 18px; padding: 12px 26px; }
  }

  /* accessibility focus */
  .process-stepwise .col-images img:focus { box-shadow: 0 0 0 4px rgba(49,176,213,0.14); }

  .hidden-danger {
    padding: 70px 20px;
    background: #f8f9fa;
  }
  .hidden-danger .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .hd-header { text-align: center; margin-bottom: 40px; }
  .hd-header h2 {
    color: #31b0d5;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
  }
  .hd-header p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
  }

  .hd-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
  }

  .hd-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform .28s ease, box-shadow .28s ease;
    box-sizing: border-box;
  }
  .hd-card:hover,
  .hd-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0,0,0,0.2);
  }
  .hd-card h4 {
    color: #2a689d;
    font-weight: 700;
    margin: 0 0 12px 0;
    font-size: 18px;
  }
  .hd-card p {
    color: #444;
    margin: 0;
    line-height: 1.6;
    font-size: 15.5px;
  }

  .hd-bottom { margin-top: 50px; text-align: center; }
  .hd-bottom h3 {
    font-size: 26px;
    color: #28a745;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .hd-bottom p {
    font-size: 18px;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }

  @media (max-width: 980px) {
    .hd-grid { grid-template-columns: repeat(2, 1fr); }
    .hd-header h2 { font-size: 30px; }
  }
  @media (max-width: 720px) {
    .hd-grid { grid-template-columns: 1fr; gap: 14px; }
    .hd-header h2 { font-size: 24px; }
    .hd-header p, .hd-bottom p { font-size: 16px; }
    .hd-card { padding: 16px; }
  }

  /* Accessibility focus */
  .hd-card:focus { outline: 3px solid rgba(49,176,213,0.12); }

  .testimonials-section-new{
  --accent:#2a689d;
  --muted:#5a6b7a;
  --card-bg:#fff;
  --page-bg: linear-gradient(135deg, #f8fbff, #ffffff);
  --max-width:1100px;
  --radius:14px;
  --shadow-1: 0 8px 22px rgba(23,42,64,0.06);
  --shadow-2: 0 18px 36px rgba(23,42,64,0.12);
  padding: 60px 16px;
  box-sizing: border-box;
  background: var(--page-bg);
}

/* Make the inner layout responsive while keeping your inline styles and text intact.
   This selector targets the exact inner div that currently uses `display: flex` inline. */
.testimonials-section-new .container > div[style*="display: flex"]{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important; /* ensures all grid items stretch equally */
}

/* Keep card visuals but ensure consistent sizing and layout */
.testimonials-section-new .container > div[style*="display: flex"] > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* card fills full height of its grid cell */
  box-sizing: border-box;
}

/* Hover/focus enhancements (won't remove inline JS hover) */
.testimonials-section-new .container > div[style*="display: flex"] > div:hover{
  transform: translateY(-8px);
  box-shadow: var(--shadow-2);
}

/* Mobile adjustments */
@media (max-width:420px){
  .testimonials-section-new{ padding: 36px 12px; }
  .testimonials-section-new .container > div[style*="display: flex"]{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .testimonials-section-new .container > div[style*="display: flex"] > div{
    padding: 16px !important;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .testimonials-section-new .container > div[style*="display: flex"] > div{
    transition: none !important;
    transform: none !important;
  }
}