/*
Theme Name: Extendable Child
Theme URI: https://github.com/extendify/extendable
Template: extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Tags: one-column,custom-colors,custom-menu,custom-logo,e-commerce,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 2.0.23.1750672179
Updated: 2025-06-23 09:49:39

*/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 22px; 
	font-family: "PT Serif", serif;
}
p, button, textarea, input {
	font-family: "Open Sans", sans-serif;
	resize: none;
}
input:not(.wpcf7-submit) {
	border: 1px solid #D1D1D1;
    padding: 13px 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 150%;
}
input:not(.wpcf7-submit):focus {
	border: 1px solid #D1D1D1;
	outline: unset;
}
textarea {
	width: 100%;
    border: 1px solid #D1D1D1;
	outline: unset;
	box-sizing: border-box;
	padding: 13px 20px;
}
form .wpcf7-submit {
    width: fit-content;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    background-color: #FED000;
    font-size: 18px;
    line-height: 18px;
    padding: 19px 64px;
    box-shadow: 0px 2px 0px 0px #E37900;
    border-color: transparent;
    box-sizing: content-box;
	cursor: pointer;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, span, div {
  font-family: "PT Serif", serif;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}
header a.logo {
	font-size: 36px;
	text-decoration: unset;
	color: #fff;
	line-height: 40px;
}
.logo span {
	font-weight: 700;
	color: #ccb11c;
}

header {
    background: url(/wp-content/themes/extendable-child/assets/img/Rectangle.png) no-repeat;
        padding: 7px 20px 13px 20px;
    background-size: cover;

}
header > div {
	max-width: 1078px;
  padding: 0!important;
	margin: 0 auto;
}
header span.wp-block-navigation-item__label {
	font-family: "Open Sans", sans-serif;
	color: #FFFFFF!important;
	line-height: 20px;
	font-size: 16px;
}
header .wp-block-navigation .wp-block-navigation-item {
	padding: 0 40px;
}
header .wp-block-navigation .wp-block-navigation-item a:hover {
	text-decoration: unset;
}
header nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: block;
}
header .wp-block-navigation {
	flex-direction: row-reverse;
	justify-content: end;
	gap: 0;
}
header .wp-block-navigation .wp-block-navigation-item__content {
	display: flex;
}


.home div main, .page-id-2 div main {
	padding: 0!important;
}
main .entry-content {
	padding: 0;
}


.hero__section {
    background: url(/wp-content/themes/extendable-child/assets/img/sqlbackground.png);
    margin: 0;
    max-width: unset;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    background-position: center;
}
.content__wrap {
	max-width: 1078px;
	margin: 0 auto;
	height: inherit;
}
.twocolumns {
	display: flex;
	justify-content: space-between;
	height: inherit;
}
.twocolumns .column {
	width: 100%;
}
.twocolumns .column:nth-child(1) {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
   
.twocolumns .column:nth-child(2) {
    max-width: 411px;
    background: url(/wp-content/themes/extendable-child/assets/img/sqlinfobanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.twocolumns .column h1 {
	color: #fff;
	font-size: 96px;
	line-height: 100%;
	font-weight: 700;
/* 	font-family: "PT Serif", serif; */
}
.twocolumns .column h1 span {
   color: #ccb11c;
}
.twocolumns .column p {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #fff;
	margin: 0;
}
.keyfeatures__section, .availableon__section {
	max-width: unset;
}
.keyfeatures__section .content__wrap {
	padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9b3;
}

.features__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.features__list .feature {
	display: flex;
	flex-direction: column;
    width: 191px;
    padding-top: 20px;
}
.features__list .feature img {
	width: 40px;
	height: 40px;
}
.features__list .feature h3 {
	font-size:20px;
	font-weight: 700;
	line-height: 120%;
	margin: 16px 0;
}
.features__list .feature p {
	font-weight: 400;
	font-size: 14px;
    line-height: 22px;
	margin: 0;
	color: #777777;
}
.availableon__section {
	margin-top: 90px;
	margin-bottom: 90px;
}
.availableon__section .content__wrap {
	display: flex;
	justify-content: space-between;
	    height: 320px;
    align-items: center;
}

.availableon__section .availableon__list {
    background: #CCB11C;
    padding: 27.5px 30px;
    height: fit-content;
    width: 640px;
    box-sizing: border-box;
	position: relative;
}
.availableon__section .availableon__list:after {
	content: url(/wp-content/themes/extendable-child/assets/img/icon.png);
    position: absolute;
    /* top: 0; */
    right: -15px;
    bottom: -10px;
    width: 266px;
    height: 276px;
}
.availableon__section .availableon__list ul li {
	font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 160%;
    margin-bottom: 12px;
}
.availableon__section .availableon__list ul li:last-child {
	margin-bottom: unset;
}
.availableon__section .availableon__list ul li span {
	font-family: "PT Serif", serif;
	color: #FFFFFFCC;
	padding-right: 12px;
}
.availableon__section .download__links {
    max-width: 398px;
    width: 100%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border: 3px solid;
    border-image-source: linear-gradient(0deg, #1665F0 0%, #13C6FC 100%);
    border-image-slice: 1;
    height: 277px;

}
.availableon__section .download__links p {
	margin: 0;
    font-size: 12px;
    font-weight: 400;
       line-height: 100%;
    color: #777777;
}
.availableon__section .download__links .mac__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    color: #777777;
    border: 1px dashed #DDDDDD;
    border-radius: 12px;
    padding-top: 14px;
    margin-top: 9px;
    margin-bottom: 12px;
}
.availableon__section .download__links .mac__logo img {
	width: 48px;
	height: 48px;
}
.availableon__section .download__links .copy__command {
border: 1px solid #00000033;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: flex;
    justify-content: space-between;
    padding: 11px 12px 11px 20px;
    margin-top: 12px;
}
.availableon__section .download__links .copy__command img {
	vertical-align: bottom;
	cursor: pointer;
}
.availableon__section .download__links .copy__command span {
	background: linear-gradient(0deg, #1665F0 0%, #13C6FC 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: 600;
    	font-family: "Open Sans", sans-serif;
    letter-spacing: 0.7px;
}
.feedback__section {
	max-width: unset;
    margin: 0;
}
.feedback__section .content__wrap h2 {
	margin-bottom: 12px;
}
.feedback__section .content__wrap h2 svg {
	vertical-align: bottom;
	margin-right: 4px;
} 
.feedback__section .content__wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    color: #777777;
}
.feedbacks__list {
	display: flex;
    flex-direction: row;
    gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.feedbacks__list .feedback__item {

    padding: 30px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 5.5px 0px #0000000F;
    height: 500px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.feedbacks__list .feedback__item .feedback__rating {
    text-align: right;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #888888;
    height: 28px;
	margin-bottom: 42px;
}

.feedbacks__list .feedback__item .feedback__rating:after {
	content: url(/wp-content/themes/extendable-child/assets/img/dots.svg);
    display: block;
    position: absolute;
    left: 0;
    width: 39px;
    height: 28px;
    top: 0;
}
.feedbacks__list .feedback__item .feedback__rating svg {
	    vertical-align: bottom;
}
.feedbacks__list .feedback__item .feedback__rating svg:nth-child(1) {
	margin-left: 6px;
}
.feedbacks__list .feedback__item .feedback__comment {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0px;
    height: 282px;
    overflow: hidden;
}
.feedbacks__list .feedback__item .feedback__author {
    display: flex;
    flex-direction: column;
	padding-top: 20px;
	position: relative;
	    position: absolute;
    bottom: 30px;
}
.feedbacks__list .feedback__item .feedback__author:before {
	content: '';
		display: block;
	width: 206px;
	height: 3px;
	background: #FED000;
	position: absolute;
	top:0;
	left:0;
}
.feedbacks__list .feedback__item .feedback__author span {
    color: #777777;
    line-height: 100%;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.feedbacks__list .feedback__item .feedback__author .author__name {
	font-size: 24px;
	margin-bottom: 20px;
}
.feedbacks__list .feedback__item .feedback__author .author__role {
	font-size: 16px;
}
.feedbacks__list .slick-list {
	height: 500px;
}
.feedbacks__list .slick-dots {
	 display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.feedbacks__list li.slick-active button {
	border: 1px solid #FED000;
    background: #fff;
    color: transparent;
}
.feedbacks__list ul li {
		position: relative;
}
.feedbacks__list ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #888888;
    position: absolute;
    top: 13px;
    left: 8px;
}
.feedbacks__list ul li.slick-active:after {
	background: #FED000;
}
.feedbacks__list ul li button {
	border: unset;
    background: #fff;
    color: transparent;
	width: 24px;
    height: 24px;
    cursor: pointer;
}
footer .copywrite {
    max-width: 1076px;
    margin: 0 auto;
    	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    vertical-align: middle;
}
footer {
	background: #CCB11C;
}
footer > div {
	padding-top: 20px!important;
	padding-bottom: 23px!important;
}

    

.page-id-2 .hero__section {
	height: 100vh;
    min-height: 940px;
}
.page-id-2 .twocolumns .column h1 {
	color: #CCB11C;
	text-wrap: nowrap;
}
.page-id-2 .twocolumns .column:nth-child(2) {
	background: unset;
	display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 458px;
}
.page-id-2 .twocolumns .column:nth-child(2) .wpcf7 {
    background-color: #DDDDDD;
    padding: 60px 30px;
    border-radius: 12px;
    min-height: 660px;
    box-sizing: border-box;
		position: relative;
	    overflow: hidden;
}

.page-id-2 .content__wrap {
	height: 100%;
}

.form__banner {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.form__banner .form__logo {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 500;
    display: block;
    width: fit-content;
    line-height: 31px;
    padding: 5px 10px;
    background-color: #FED000;
    border-radius: 10px;
}
.form__banner .form__logo span {
	font-weight: 700;
}
.form__banner h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	font-family: "Open Sans", sans-serif;
}
.form__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    z-index: 2;
    position: relative;
}

.wpcf7-form img {
position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0px;
    z-index: 1;
}
form label {
	    display: block;
    margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
form input, form > span, .wpcf7-response-output {
	display: block;
	z-index: 1;
	position: relative;
}
.wpcf7-spinner {
	display: none;
}
.content__wrap {
	padding: 0 20px;
}
@media screen and (max-width:960px) {
		.availableon__section .availableon__list {
		padding: 20px 20px;
        max-width: 290px;
        width: 100%;
	}
	.availableon__section .download__links {
		max-width: 398px;
	}   
	.availableon__section .availableon__list ul li span {
		word-break: break-all;
	}
}
@media screen and (max-width: 767px) {
	.twocolumns .column h1 {
    	font-size: 48px;
	}
	.twocolumns .column p {
		font-size: 14px;
	}
	.hero__section {
		height: 310px;
	}
	.twocolumns .column:nth-child(2) {
    	background-position-x: right;
	}
	.feedbacks__list .feedback__item .feedback__comment {
		font-size: 16px;
		line-height: 28px;
	}
	.feedbacks__list .feedback__item .feedback__author .author__name {
		font-size: 20px;
	}
	.feedbacks__list .feedback__item .feedback__author .author__role {
		font-size: 14px;
	}
	.feedbacks__list ul li:after {
    top: 9px;
	}
/* 	.slick-dots li:last-child {
		display: none;	
	} */
	.feedbacks__list .feedback__item, .feedbacks__list .slick-list {
		height: 520px;
	}
	.page-id-2 .twocolumns .column:nth-child(1) {
		max-width: 310px;
	}
	.page-id-2 .twocolumns .column:nth-child(2) {
		max-width: 358px;
	}
	.page-id-2 .twocolumns .column:nth-child(2) .wpcf7 {
    padding: 25px 20px;
		 min-height: 580px;
	}
}
@media screen and (max-width: 660px) {
	.twocolumns .column:nth-child(2) {
		display: none;
	}
	.twocolumns .column h1 {
    	font-size: 32px;
	}
	header a.logo {
		font-size: 22px;
		line-height: 24px;
	}
	.features__list .feature {
		width: 100%;
	}
	.availableon__section .content__wrap {
    	height: fit-content;
    	flex-direction: column;
	}	
	.availableon__section .availableon__list {
		max-width: unset;
    }
	    .availableon__section .download__links {
        max-width: unset;
    }
	.availableon__section .content__wrap {
        gap: 20px;
	}
	.availableon__section .download__links .copy__command span {
		letter-spacing: 0;
	}
	.feedback__section .content__wrap p {
		line-height: 22px;
	}
		.twocolumns {
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
        justify-content: unset;
        gap: 30px;
        padding-top: 30px;
	}
}
