/*
 Theme Name:     Divi Child Theme
 Template:       Divi
*/

/* ----------------------------------------------------------------------- 
############ Fonts START #################################################
----------------------------------------------------------------------- */


@font-face {
    font-family: 'ETmodules';
    src: url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff') format('woff');
    font-display: swap;   /* Because not default by divi  */
}

@font-face {
  font-family: 'Rubik Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff2') format('woff2'),
       url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff') format('woff');
}

@font-face {
  font-family: 'Rubik Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff2') format('woff2'),
       url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff') format('woff');
}

@font-face {
  font-family: 'Rubik SemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff2') format('woff2'),
       url('/wp-content/themes/Divi-Child/fonts/google/Rubik.woff') format('woff');
}

@font-face {
  font-family: 'Nunito ExtraBold';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/wp-content/themes/Divi-Child/fonts/google/Nunito.woff2') format('woff2'),
       url('/wp-content/themes/Divi-Child/fonts/google/Nunito.woff') format('woff');
}


/* ----------------------------------------------------------------------- 
############ Fonts END ###################################################
----------------------------------------------------------------------- */


/* ----------------------------------------------------------------------- 
############ DEFAULTS START ##############################################
----------------------------------------------------------------------- */
iframe {width: 100%;}

:root { 
--primary-color: #00A69F; 
--secondary-color: #595959;
}
/* ----------------------------------------------------------------------- 
############ DEFAULTS END ################################################
----------------------------------------------------------------------- */


/* ----------------------------------------------------------------------- 
############ FONT-STYLING START ##########################################
----------------------------------------------------------------------- */
html, body { font-size: var(--font-size-regular) !important;  font-family: 'Rubik Light';
  font-weight: 300!important; }

h1 { font-size: var(--h1-size)!important; padding-bottom: var(--h1-gap); }
h2 { font-size: var(--h2-size)!important; padding-bottom: var(--h2-gap);}
h3 { font-size: var(--h3-size)!important; padding-bottom: var(--h3-gap);}

:root{ 
    /* 360px → 1200px: 15px up to 17px */
  --font-size-regular: clamp(
    15px,
    calc(15px + (17 - 15) * ((100vw - 360px) / (1200 - 360))),
    17px
  )!important;
  
    /* Sizes (bigger on bigger screens) */
  --h1-size: clamp(33px, calc(33px + (45 - 33) * ((100vw - 767px) / (1200 - 767))), 45px)!important;
  --h2-size: clamp(26px, calc(26px + (33 - 26) * ((100vw - 767px) / (1200 - 767))), 33px)!important;
  --h3-size: clamp(21px, calc(21px + (26 - 21) * ((100vw - 767px) / (1200 - 767))), 26px)!important;

  /* Gap multipliers: H1 = ~25px at 45px font (25/45 ≈ 0.5556).
     Using the same multiplier for H2/H3 keeps spacing proportional (smaller heading ⇒ smaller gap). */
  --h-gap-mult: 0.5556;

  /* Computed paddings that track the live (clamped) size */
  --h1-gap: calc(var(--h1-size) * var(--h-gap-mult));
  --h2-gap: calc(var(--h2-size) * var(--h-gap-mult));
  --h3-gap: calc(var(--h3-size) * var(--h-gap-mult));
  
}


strong,
.et_pb_toggle_title {
	font-family: 'Rubik Medium';
	font-weight: 500;
}

.et_pb_testimonial_author  {
	font-family: 'Rubik SemiBold';
	font-weight: 600;
}

.v64-blurb-title,
.v64-footer-titles,
.v64-slider-title,
.et_pb_team_member .et_pb_module_header {
	font-family: 'Nunito ExtraBold';
	font-weight: 800;
}


#page-container .v64-font-dancing h1{ /*  Keep this class name for JS font loading !  */
  font-family: 'Dancing Script', 'Segoe Script', 'Comic Sans MS', cursive !important;	
}


h1 {
font-family: 'Nunito ExtraBold';
font-weight: 800!important;
}


h2 {
	font-family: 'Nunito ExtraBold';
	font-weight: 800!important;
}

h3 {
	font-family: 'Nunito ExtraBold';
	font-weight: 800!important;
}

body .et_pb_button {
	font-weight: 300!important;
}

/* ----------------------------------------------------------------------- 
############ FONT-STYLING END ############################################
----------------------------------------------------------------------- */



/* ----------------------------------------------------------------------- 
############ HEADER START ################################################
----------------------------------------------------------------------- */

/*  Boxed Layout  */
#page-container {max-width: 1390px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);margin: auto;}
@media (max-width: 1390px) {header .et_pb_sticky--top {left: 0px!important;}}	

/* ----------------------------------------------------------------------- 
HEADER: Styling
----------------------------------------------------------------------- */
/*  Adjust All Modules Types in the Middle  */
header .et_pb_text_inner, header .et_pb_text_inner * {display:flex; height: 33px; justify-content:center;align-items:center;}	


/* Fluid SVG logo: 150px → 300px width; height follows aspect ratio */
.v64-header-logo {
  display: inline-block; /* keeps the link sized to the logo */
}

.v64-header-logo img {
  /* width scales with viewport, but never below 190px or above 331px */
  width: clamp(190px, 20vw, 331px);

  /* keep the correct proportions from your new logo (331 × 75) */
  height: auto;
  aspect-ratio: 331 / 75;

  /* guard-rail so the computed height also stays within 31–75px */
  max-height: clamp(31px, calc(20vw / (331/75)), 75px);

  display: block;
}

.v64-header-logo .et_pb_code_inner {
	line-height: 0px;}

/*  Icons sizing equal hamburger size  */
@media all and (max-width: 980px) {
	header .et-pb-icon{font-size: 20px;}
}


@media all and (min-width: 981px) {
	header .v64-header-info span{font-size: 30px !important;}	
	header .v64-header-info a{font-weight:600;display: block!important;text-align:center;}
	header .v64-header-topbar a[href="tel:+493413014745"]::after {content:"0341 / 301 4745";}	
	header .v64-header-topbar .et-pb-icon {font-size: 1.2rem!important;padding-right:7px;}  /* Icons a bit bigger than font  */
	header .v64-header-topbar img {height: 15px; width: 15px;}
	header .v64-header-topbar a, .v64-header-topbar p, .v64-header-topbar {color:white!important;  font-size:15px!important;  line-height: 30px!important; }	
	header .v64-header-topbar {background-color: var(--primary-color);}
	header .v64-header-topbar{
			padding: 7px 0px;
		}	
}

@media all and (max-width: 981px) {
	header .v64-header-topbar a, .v64-header-topbar p, .v64-header-topbar {color:white!important;  font-size:15px!important;  line-height: 30px!important; }	
	header .v64-header-topbar {background-color: var(--primary-color);}
	header .v64-header-topbar{
			padding: 7px 0px;
		}	
	
}




	header .v64-header-button button {
		background-color: white !important;
		padding: 3px 12px !important;
		color: black;
		border: 1px solid black;
		font-weight: 300;
		border-radius: 3px;
		cursor: pointer;
		font-size: inherit;
	}
	header .v64-header-button button:hover {
		background-color: #b34700 !important;
		color: white;
		border: 1px solid white;
	}
	
	.v64-header-button {
		text-align: center;
	}



/*  Underline Menu on Hover   START ---------------
@media all and (min-width: 981px) {
	ul.et-menu>li>a:hover:before{width:100%;margin-left: -50%;opacity: 1;}
	ul.et-menu>li>a:before {content: '';display: block;left: 50%;position: absolute;transition: all .1s ease-in-out;opacity: 0;border-radius: 0;
		background: var(--secondary-color);
		height: 2px;
		top: 43px;
	}
}
Underline Menu on Hover END --------------- */



/*  Info Area */
.v64-header-info a{
	color: var(--secondary-color);
}

.v64-header-section {
	max-width: 100%!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

.v64-header-section .et_pb_row {
	max-width: 100%!important;
	width: 100%!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

.v64-header-topbar.filter-left,
.v64-header-topbar.filter-right {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	flex-basis: 2%!important;
	flex-shrink: 0!important;
}

.v64-header-topbar.v64-phone {
	margin-top: auto!important;
	margin-bottom: auto!important;
	display: flex!important;
	flex-basis: 160px!important;
	flex-shrink: 0;
}

.v64-header-topbar.v64-top-text {
	margin-top: auto!important;
	margin-bottom: auto!important;
	flex-basis: calc(96% - 310px)!important;
	flex-grow: 1!important;
    flex-shrink: 1!important;
}

.v64-header-topbar.v64-header-button {
	flex-basis: 150px!important;
}

.filter-left,
.filter-right {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	flex-basis: 2%!important;
}

.v64-phone,
.v64-email {
	display: none!important;
}



.v64-header-logo {
	margin-top: auto!important;
	margin-bottom: auto!important;
	flex: 0 0 clamp(190px, 20vw, 331px) !important;
}

.v64-menu {
	margin-top: auto!important;
	margin-bottom: auto!important;
	flex-grow: 1!important;
	flex-shrink: 1!important;
	flex-basis: 0!important;
}

@media all and (max-width: 980px){
    .v64-header-topbar.v64-header-button {
       flex-basis: 48% !important;
        order: 3 !important;
        background-color: var(--primary-color);
    }
	
	    header .v64-header-topbar {
			padding: 7px 0px;
    }
	
	header .v64-header-topbar a[href="tel:+493413014745"]::after {content:"0341 / 301 4745";}
	header .v64-header-topbar a {color: white!important;}
	header .v64-header-topbar .et-pb-icon {padding-right: 7px;}


    .v64-header-topbar.filter-right {
        flex-basis: 2% !important;
        background-color: var(--primary-color);
        order: 4 !important;
    }


    .v64-header-topbar.filter-left {
        flex-basis: 2% !important;
        order: 1 !important;
        background-color: var(--primary-color);
    }
	
	
	
	.v64-menu {
		flex-basis: 50px!important;
		order: 7!important;
		flex-grow: 0!important;
		flex-shrink: 0!important;
	}
	
	.v64-header-logo {
		flex-grow: 1!important;
		flex-shrink: 1!important;
		order: 6!important;
		flex-basis: auto!important;
	}
	
	.filter-left {
		flex-basis: 2%!important;
		order: 5!important;
	}
	
	.filter-right {
		flex-basis: 2%!important;
		order: 8!important;
	}
	
	.v64-header-topbar.v64-phone {
		flex-basis: 48% !important;
		order: 2!important;
		        justify-content: center;
		background-color: var(--primary-color);
	}
	
	.v64-header-topbar.v64-email,
.v64-header-topbar.v64-top-text	{
		display: none;
	}
	

	
	.termin {
		display: inline-block!important;
	}
}

/* ----------------------------------------------------------------------- 
MENU: Styling
.et-menu 			= The UL Menu DESKTOP
.et_mobile_menu		= The UL Menu MOBILE
.sub-menu 			= The UL (2nd Level) Dropdowns  in Both DESKTOP & MOBILE!!!
----------------------------------------------------------------------- */
/* Menu Cursor for Hashed Menu Items */
@media all and (min-width: 981px) {.v64-menu-cursor > a {pointer-events: none;}}

/* Current URL Formating - START ---------------
a[aria-current="page"] {text-decoration: underline;} 
Current URL Formating END --------------- */


/* Border top & bottom: Mobile Column and Desktop Sticky Element > Menu */
.v64-header-column, header .et_pb_sticky--top {
	border-bottom: 1px solid var(--primary-color);box-shadow: 0px 12px 20px -2px rgba(128,128,128,0.3);-webkit-box-shadow: 0px 12px 20px -2px rgba(128,128,128,0.3);
}

/* Menu Color */
.et-menu li a, .et_mobile_menu li a, .sub-menu li a{
    color: black !important;
}

.et-menu li i, .et_mobile_menu li i {
	padding-right: 3px;
}


/* Menu Font Size */
.et-menu li a, .et-menu .sub-menu li a{
	font-size: 18px!important;
	font-weight: 300!important;
}

.et_mobile_menu li a, .et_mobile_menu .sub-menu li a{
	font-size: 15px!important;
	/* Set font-weight for mobile in customizer > divi toolxbox > mobile menu Links */
}
	
/* Height of the menu items  - ADJUST HERE */
.et-menu li a {
	line-height: 100px;
}
.et-menu .sub-menu li a  {
	line-height:55px;
}
.et_mobile_menu li a{
	line-height:25px;
}

/* Menu Spacing */
	.et-menu>li {padding-left: 11px!important;padding-right: 11px!important;}
	
	@media (min-width: 981px) and (max-width: 1065px) {
	.et-menu>li {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	
	.et-menu li a, .et-menu .sub-menu li a{
	font-size: 15px!important;
}
}

@media all and (min-width: 981px) {	
	/* Hover */
	.et-menu li a:hover, .et-menu .sub-menu li a:hover{color: var(--secondary-color) !important;opacity:1!important;}
	
	/* Drop-Down adjustments */
	.et-menu li ul {width:auto;}	
	.et-menu li li a {white-space: nowrap;
		width:150px;
	}
	.et-menu .sub-menu, .et-menu .sub-menu li {padding:0 0!important;}
	.et-menu > li > a {padding-bottom:0!important;}
	
	/* Change the alignment of the menu */
.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul, .et_pb_menu--style-centered .et_pb_menu__wrap {-webkit-box-pack: flex-end -ms-flex-pack: flex-end; justify-content: flex-end;
}
	
}



/* Big Menues + Change Menu Fonts START ---------------
@media all and (max-width: 1110px) {	
	.et-menu>li {padding-left: 8px!important;padding-right: 8px!important;}
	.et-menu>li a{letter-spacing: -1px;}
}
Big Menues + Change Menu Fonts END --------------- */

/* Mega Menu - Hover fix */
.mega-menu.et-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 99999;
}

.et-menu-nav li.mega-menu>ul {
    width: auto!important;
}


.et-menu-nav li.mega-menu li>a {
    width: auto!important;
}

/* Reorder the menu items */
.et-menu-nav li.mega-menu > ul {
    display: grid !important;
    grid-auto-flow: column;           /* Fill vertically */
    grid-template-rows: repeat(5, auto);  /* 3 items per column */
    gap: 0px 40px;                   /* Adjust row/column spacing */
    box-sizing: border-box;
}

@media all and (max-width: 1275px) {
.et-menu-nav li.mega-menu > ul {
	grid-template-rows: repeat(8, auto)!important;  /* 3 items per column */
}
}

/* Style individual menu items */
.et-menu-nav li.mega-menu ul li {
    float: none !important;
    display: block !important;
	width: auto!important;
    margin: 0 0 0px 0;
}

.et-menu li li a {
    padding: 0px 20px!important;
}

/* ----------------------------------------------------------------------- 
MENU: Mobile Dropdown
----------------------------------------------------------------------- */
@media all and (max-width: 980px) {
	.et_mobile_menu {position: absolute;width: 100vw !important;top: 43px !important;} /* Positioning the drop-down container */
	.et_mobile_menu {transform:translateX(calc(-98vw + 50px));-webkit-transform: translateX(calc(-98vw + 50px));-ms-transform: translateX(calc(-98vw + 50px));} 
	.et_mobile_menu .sub-menu-toggle {width: 50px!important;margin-right: 2%;} /* Adjust Toggle in Dropdown*/
	.et_mobile_menu .sub-menu-toggle::before {font-size: 25px!important;font-weight: 800!important;}
}	

/* ----------------------------------------------------------------------- 
############ HEADER END ##################################################
----------------------------------------------------------------------- */


.et_pb_module_header {
		font-size: 1.15em!important;
		padding-bottom: 15px;
		display: block;
		color: #00a69f;
}

	

hr {
	width: 10%;
    margin-left: 0;
    margin-top: 20px;
}

/*Accessability links */
.v64-link-underline a, a.v64-link-underline {text-decoration: underline!important;}


.v64-blurb-title {
    font-size: 20px;
    line-height: 1.4em;
    background: #00a69f;
    color: white;
    padding: 10px 10px 10px 20px;
}

.v64-blurb-content {
	padding: 20px;
}

.et_pb_module .wpforms-container {
	padding: 20px;
	margin-bottom: 0px;
}


span.v64-slider-title-shuttle {
	font-size: 70px;
	color: #ffffff;
	line-height: 1.4em;
	font-weight: 300;
}

@media all and (max-width: 767px) {
	span.v64-slider-title-shuttle {
		font-size: 35px;
	}
}

.v64-kontakt-blurb p {
	text-align: center;
}

/* ==================================
	Slider Title
===================================== */

span.v64-slider-title {
	font-size: 40px;
	line-height: 1.4em;
}

@media all and (min-width: 1200px) {
	span.v64-slider-title {
	font-size: 37px;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	span.v64-slider-title {
		font-size: 31px;
	}
}

@media all and (max-width: 981px) {
	span.v64-slider-title  {
		    font-size: 26px;
	}
}

@media all and (max-width: 767px) {
	span.v64-slider-title  {
	font-size: 20px;
    line-height: 1.8em;
	}
}


/* ==============================================================================================
	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
============================================================================================== */


/* ==================================
	Container and Site Widths
===================================== */
	
	
/*Width of the Main content Area*/
#et-main-area .et_pb_row, #et-main-area .container {
	width: 96%; /*Don't make higher than 96 otherwise we have issues with spacing on the main content*/
}
	
/* ====================================
	Lists and Bullets								
======================================= */

	/*New Bullet Layout / 05.10.2020 */
	.entry-content ul, .entry-content ol { 
		margin-left: 0em !important;
		list-style-position: inside;
		padding: 0.5em 0 1em 1em;

	}
	
	.entry-content ul ul {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 1em!important;
	}
	
	.entry-content li { 
		margin: 0.5em 0em 0.5em 0em;
	}

	.entry-content ul li {
		list-style-position: outside;
		margin-left: 1em;
	}
	
	@media all and (max-width: 767px) {
	.entry-content ul li {
		font-size: 14px;
	}
	}
	

/* ==============================================================================================
	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
============================================================================================== */


/* ========================================
	Theme Builder FOOTER - SECTION Mainbar
=========================================== */

/* DONT use H-Tags on the footer headlines */
#v64-section-themebuilder-main .v64-footer-titles {
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.v64-footer-blurbs .et_pb_blurb_container {
    padding-left: 0px;
}

.v64-footer-blurbs .et_pb_main_blurb_image {
    width: 25px;
    vertical-align: middle;
}

/* =======================================================
	Kontakt 
========================================================== */

.v64-kontakt-blurb .et-pb-icon-circle {
    padding: 15px;
}


/* =======================================================
	Team
========================================================== */

@media (min-width: 768px) and (max-width: 980px) {
.et_pb_column .et_pb_team_member_description {
    display: block;
}
}

/* =======================================================
	Appointment Software
========================================================== */

.app-list.has-caption .app-timetable-wrapper {
    margin-top: 5px;
}

/* ==============================
	Blurbs
================================ */

.v64-blurb-column:hover .et_pb_text {
	background-color: #019891;
}

.v64-blurb-column:hover .et_pb_text_inner a {
	color: white!important;
}

.v64-blurb-column .et_pb_text_inner p {
	text-align: center!important;
}

@media all and (max-width: 510px) {
.v64-blurb-column {
	width: 100% !important;
	margin-right: 0%!important;
}
	
}

@media all and (max-width: 980px) {
	.v64-blurb-column:nth-last-child(-n+2) {
        margin-bottom: 30px!important;
}
}


@media (min-width: 981px) and (max-width: 1140px) {
.v64-blurb-column .et_pb_text {
	font-size: 16.3PX!IMPORTANT;
}
	
}


/* ==============================
	CTA contact form
================================ */

.v64-bold a {
	font-weight: 700!important;
}


/* ==============================
Dental quote area
================================ */

/*Dentist Profiles */

span.dentist {
    font-size: 20px;
    color: #037671;
    display: block;
    font-weight: 500;
    margin-top: 25px;
    line-height: 10px;
}

span.title {
    font-size: 15px;
    color: black;
    margin-top: 15px;
	margin-bottom: 5px;
    display: block;
    line-height: 10px;
}

@media all and (max-width: 767px) {
   span.dentist {
		font-size: 18px;
		line-height: 20px;
	}
	
	span.title {
		text-align: left;
		line-height: 20px;
	}
	
}



#v64-faq-toggles h3.et_pb_toggle_title {
	font-weight: 600!important;
}


/* ==============================
	Toggle
================================ */

.et_pb_toggle .et_pb_toggle_title {
	color: var(--secondary-color) !important;
}



  /* ===== Glass pill overlay (Style D isolated) ===== */
.v64-hero-pill {
 --teal: #066178;
    --orange: #B34700;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: #fff;
    text-align: center;
    isolation: isolate;
}

/* Alignment modifiers */
.v64-hero-pill.align-left   { justify-content: flex-start; text-align: left; }
.v64-hero-pill.align-right  { justify-content: flex-end;  text-align: right; }

/* The glass pill */
.v64-hero-pill .pill {
  background: rgb(0 166 159 / 50%);
  border: 1px solid #999;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 10px 30px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.25);
  padding: clamp(18px, 3.5vw, 28px) clamp(20px, 5.5vw, 44px);
  max-width: 980px;
  width: fit-content;
  position: relative;
}

/* Decorative corner blobs (very subtle) */
.v64-hero-pill .pill::before,
.v64-hero-pill .pill::after{
  content:"";
  position:absolute; z-index:-1; inset: -12% -10% auto auto;
  background: radial-gradient(45% 55% at 100% 0%, rgba(179,71,0,.28), transparent 55%);
  filter: blur(6px);
  pointer-events:none;
}
.v64-hero-pill .pill::after{
  inset: auto auto -14% -10%;
  background: radial-gradient(45% 55% at 0% 100%, rgba(6,97,120,.30), transparent 55%);
}

/* Typography */
.v64-hero-pill h1{
  margin: 0 0 8px;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.06;
  color: white;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.v64-hero-pill .subtitle{
  margin: 0;
  font-size: clamp(15px, 2.6vw, 22px);
  opacity: .96;
  color: white;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* Optional: narrow screens reduce pill padding slightly */
@media (max-width: 700px){
  .v64-hero-pill { min-height: 36vh; }
}



   a.more {
        color: #c58f07;
    }
	

.dica-container .swiper-pagination {
	margin-top: 20px;
}

.dica_divi_carousel .swiper-pagination-bullet {
    width: 15px;
	height: 15px;
    margin-right: 15px !important;
}




.v64-faq-toggle {
  border: none;
  margin: 10px 0;
  color: #595959;
}
.v64-faq-toggle .et_pb_toggle_title {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  padding: 5px 18px; line-height: 1.3;
}
.v64-faq-toggle .et_pb_toggle_content {
  padding: 0 18px 18px 18px; /* space for icon column */
  transition: opacity .25s ease, transform .25s ease;
}
.v64-faq-toggle.et_pb_toggle_close .et_pb_toggle_content {
  opacity: 0; transform: translateY(-4px);
}
.v64-faq-toggle.et_pb_toggle_open .et_pb_toggle_content {
  opacity: 1; transform: translateY(0);
}

/* Focus states for accessibility */
.v64-faq-toggle .et_pb_toggle_title:focus {
  outline: 3px solid rgba(0,166,159,.35); outline-offset: 2px;
}

.v64-faq--border {
  border-left: 4px solid #00a69f;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.v64-faq--border.et_pb_toggle_open {
  border-left-color: #c58f07; /* gold when open */
}
.v64-faq--border .et_pb_toggle_title {
  padding-left: 14px; /* reduces left padding since bar is strong */
}
