/* =========================================================
   THEME INFO
========================================================= */
/*
Theme Name: Mycambia
Author: Cosette Pharmaceuticals
Version: 1.0
Description: Custom theme for Mycambia website
*/


/* =========================================================
   GLOBAL STYLES
========================================================= */

body {
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	z-index: 1;
	position: relative;
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.index {
	position: relative;
	z-index: 1;
}

.gap-4 {
	gap: 1.9rem !important;
}

/* =========================================================
   HEADER
========================================================= */

header {
	position: relative;
	z-index: 999;
	padding-top: 40px;
}

.logo {
	position: absolute;
	left: 28%;
	margin-top: -65px !important;
}

.custom-logo {
	width: 200px !important;
	height: auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.top-menu {
	list-style: none;
}

.top-menu li a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}


/* =========================================================
   NAVIGATION
========================================================= */

.navbar-nav li a {
	color: #e0a238;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navbar-nav .nav-link {
	font-weight: 600;
}

.navbar-toggler {
	position: absolute;
	top: -10px;
	right: 5%;
	border: none;
}

.navbar-toggler-icon {
	filter: brightness(0) invert(1);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.mobile-nav {
	display: block;
}

.mobile-nav li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}


/* =========================================================
   BANNER
========================================================= */

.wp-image-32 {
	width: 100%;
	position: relative;
	top: 0;
	background:
		url(https://s18.992.myftpupload.com/wp-content/uploads/2026/05/full_banner.png) no-repeat left top,
		transparent linear-gradient(47deg, #066e91 0%, #25536a 100%) 0% 0% no-repeat;
	background-size: contain;
}

.banner-text {
	font-size: 12px;
	line-height: normal;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.banner-content {
	align-self: center !important;
}


/* =========================================================
   BUTTONS
========================================================= */

.btn-info a {
	width: 300px !important;
	height: 45px !important;
	color: #134180;
	background-color: #dd8f24;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 14px;
	letter-spacing: -0.05em;
}

.btn-block {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5rem;
	background:
		url(https://s18.992.myftpupload.com/wp-content/uploads/2026/05/layout.png) 40px -1px no-repeat,
		linear-gradient(63deg,
			rgba(221, 143, 36, 1) 0%,
			rgba(221, 143, 36, 1) 35%,
			rgba(221, 143, 36, 1) 100%);
	background-size: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	transform: translate(0, 0);
	float: none;
	justify-content: center;
	align-items: center;
}

.wp-block-button__link {
	background-color: transparent !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	line-height: 12px !important;
	letter-spacing: -1.4px;
}


/* =========================================================
   UTILITIES
========================================================= */

.mt-80 {
	margin-top: -122px !important;
	background: linear-gradient(47deg, #066e91 0%, #25536a 100%);
}

.mt-120 {
	margin-top: -118px;
}

.mt-200 {
	margin-top: -200px;
}

.ml-65 {
	margin-left: -60px !important;
	margin-bottom: 8px;
}


/* =========================================================
   BORDER STYLES
========================================================= */

.bt-cr {
	display: block;
	width: 100%;
	border-top: 9px solid #dd8f24;
}

.bt-9 {
	border-top: 9px solid rgb(120, 16, 83);
}

.br-p {
	margin-top: 0;
	transform: translate3d(0, 0, 0);
	border-top: 9px solid;
	border-width: 9px;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #8d1361, #470a31);
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

/* =========================================================
   RESIDENT TEXT
========================================================= */

.resident p {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.6);
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	z-index: 1;
}


/* =========================================================
   ISI SECTION
========================================================= */

#isi {
	position: relative;
}

#isi-sticky {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 1;
	box-shadow: rgba(132, 132, 132, 0.2) -1px -3px 11px 0;
}

#isi-sticky p {
	font-size: 15px;
}

#isi div,
#isi p,
.isi-content div,
.isi-content p {
	font-size: 15px;
	color: #404040 !important;
	letter-spacing: .03em;
}

#isi p,
.isi-content p {
	padding-bottom: 0;
}

#isi p,
#isi li {
	font-size: 12px !important;
	line-height: 16px !important;
}

#isi .h4,
h4 {
	font-size: 14px;
}


/* =========================================================
   SEE BUTTON
========================================================= */

.see {
	width: 160px;
	float: right;
	margin-top: -10px;
	margin-bottom: 0;
	padding: 5px 7px !important;
	height: auto;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 5px;
	background:
		transparent linear-gradient(3deg, #8d1361 0%, #691d4d 100%) 0% 0% no-repeat padding-box;
}


/* =========================================================
   OFFCANVAS
========================================================= */

.offcanvas-body,
.offcanvas-header {
	background: #017A9E;
}

.secondary-menu a {
	color: #e0a238 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	text-align: left;
	margin: 0 !important;
}

.btn-close {
	filter: brightness(0) invert(1);
	opacity: 1;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (min-width: 991px) {

	.top-bar {
		display: none;
	}
}

@media only screen and (min-width: 600px) {

	.wp-image-32 {
		background:
			url(https://s18.992.myftpupload.com/wp-content/uploads/2026/05/responsive-banner.png) no-repeat left top !important;
		background-size: cover !important;
	}

	.ml-65 {
		margin-left: -15px;
	}

	.heading {
		font-size: 45px;
	}

	.custom-logo {
		width: 142px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {

	.banner-content {
		padding-left: 123px !important;
	}
}

@media only screen and (max-width: 992px) {

	.logo {
		left: 18%;
		margin-top: 0 !important;
	}
}

@media only screen and (min-width: 992px) {

	.wp-image-32 {
		background:
			url(https://s18.992.myftpupload.com/wp-content/uploads/2026/05/full_banner.png) no-repeat left top !important;
		background-size: contain !important;
	}

}

@media only screen and (max-width: 600px) {

	.wp-image-32 {
		position: relative;
		background:
			url(https://s18.992.myftpupload.com/wp-content/uploads/2026/05/responsive-banner.png) no-repeat left top !important;
		background-size: cover !important;
	}

	.custom-logo {
		width: 150px !important;
		margin-top: 0px;
	}

	.logo {
		left: 29% !important;
	}

	.mt-80 {
		margin-top: -56px !important;
	}

	.mt-120,
	.mt-200 {
		margin-top: 0 !important;
	}

	.heading {
		font-size: 35px !important;
	}

	.ml-65 {
		margin-left: -13px !important;
	}

	.resident p {
		top: 100px !important;
		font-size: 9px !important;
		right: 25px;
	}
}

@media only screen and (max-width: 425px) {

	.heading {
		font-size: 35px !important;
		line-height: 35px !important;
	}

	.ml-65 {
		margin-left: -8px !important;
	}
}


@media only screen and (min-width: 1900px) {
	.heading {
		font-size: 95px !important;
		line-height: 80px !important;
	}

	.banner-text {
		font-size: 25px !important;
	}
}

@media only screen and (min-width: 1440px) {
	.banner-text {
		font-size: 15px !important;
	}

	.heading {
		font-size: 80px !important;
		line-height: 63px !important;
	}

	.top-menu li a {
		font-size: 15px;
	}

	.logo {
		left: 23%;
		margin-top: -60px;
	}

	.custom-logo {
		width: 60%;
	}

	.navbar-nav li a {
		font-size: 17px;
	}

	.top-menu li a {
		font-size: 14px;
	}

	.ml-65 {
		margin-left: -135px !important;
	}

	.banner-text {
		font-size: 16px !important;
		margin-bottom: 5px;

	}

	.f-18 {
		font-size: 18px !important;
	}

	.sub {
		font-size: 60px !important;
	}

	.f-22 {
		font-size: 22px !important;
	}

	.btn-block-d {
		height: 55px !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	.btn-block-d a {
		font-size: 28px !important;
	}

	.w-80 {
		width: 80%;
		margin: auto;
	}


	.h-10 {
		height: 30px !important;
	}

	.hi-50 {
		height: 80px !important;
	}

	.ladyp {
		font-size: 31px !important;
		line-height: 37px !important;
		color: #606060;
	}

	.video-heading {
		font-size: 46px !important;
		line-height: 82px !important;
	}

}

::-webkit-scrollbar {
	width: 0rem;
	background: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
	.d-ip {
		display: none
	}

	.dlg-1 {
		flex-basis: 100% !important;
	}

	.ip-h {
		height: 160px !important;
	}
}

@media only screen and (min-width: 992px) {
	.logo {
		left: 23% !important;
	}

	.gap-4 {
		gap: 0.9rem !important;
	}
}



/* =========================================
   FOOTER
========================================= */

.custom-footer{
    margin-top: 60px;
}

/* =========================================
   LEFT SIDE
========================================= */

.footer-left{
    background: #ffffff;
    padding: 50px 60px;
    display: flex;
    align-items: center;
}

.footer-left-inner{
    width: 100%;
}

.footer-logo{
    max-width: 190px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.footer-copy{
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    margin: 0;
    font-weight: 400;
}

/* =========================================
   RIGHT SIDE
========================================= */

.footer-right{
    background: #8f0f67;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* =========================================
   MENU
========================================= */

.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.footer-menu li{
    position: relative;
}

.footer-menu li:not(:last-child)::after{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

.footer-menu li a:hover{
    opacity: .8;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .footer-left{
        padding: 35px 25px;
        text-align: center;
    }

    .footer-right{
        padding: 35px 25px;
    }

    .footer-logo{
        max-width: 260px;
    }

    .footer-copy{
        font-size: 16px;
    }

    .footer-menu{
        flex-direction: column;
        gap: 14px;
    }

    .footer-menu li:not(:last-child)::after{
        display: none;
    }

    .footer-menu li a{
        font-size: 18px;
    }

}