/*

Theme Name: aga-blue
Description: AGA Blue
Author: Diggity Solutions
Author URI: https://diggity.us/
Version: 4.0
Tested up to: 6.4
Requires at least: 3.0
Requires PHP: 5.2.4
Tags: AGA Blue
Text Domain: twentyten

*/


:root {
  --color-blue: 121, 189, 234;      /* #79bdea in decimal RGB*/
  --color-lightblue: 238, 246, 248; /* #eef6f8 in decimal RGB*/
  --color-darkblue: 15, 20, 65;     /* #0f1441 in decimal RGB*/
  --color-grey: 97, 99, 99;         /* #0f1441 in decimal RGB*/
  --color-lightgrey: 151, 162, 183; /* #97a2b7 in decimal RGB*/
  --bg-lightgrey: 242, 247, 247;    /* #f2f7f7 in decimal RGB*/
  --color-dark: 35, 35, 35;         /* #232323 in decimal RGB*/
  --color-white: 255, 255, 255;     /* #ffffff in decimal RGB*/
  --color-yellow: 254, 183, 20;     /* #feb714 in decimal RGB*/
}


/* Global css
-------------------------------------------------------------- */

*{
	list-style-type: none;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
}

a{cursor: pointer; z-index: 1; text-decoration: none;}
a:hover{color: rgb(var(--color-blue))!important; opacity: 1!important;}

body {
	background: #FFFFFF;
	color: rgb(var(--color-grey));
	font-family: 'Poppins', sans-serif;
	margin-top: 176px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; color: rgb(var(--color-dark))}
h1, .h1 {font-size: clamp(36px, 4vw, 60px);}
h2, .h2 {font-size: clamp(30px, 4vw, 36px);}
h3, .h3 {font-size: clamp(24px, 2vw, 30px);}
h4, .h4 {font-size: clamp(18px, 2vw, 24px);}
h5, .h5 {font-size: clamp(16px, 2vw, 18px);}
h6, .h6 {font-size: clamp(14px, 2vw, 16px);}



/* Background
-------------------------------------------------------------- */

.logo-bg{position: relative;}
.logo-bg:before{
	content: '';
	position: absolute;
	inset:0;
	background-image: url(http://51.81.185.192/~kpzgtwtv/taramascarainsurancedemo/wp-content/uploads/2026/07/whitebg.png);
	    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 85% 50%;
	opacity: .1;
}

.color-overlay-primary{position: relative; isolation: isolate;}
.color-overlay-primary:before{
	content: '';
	position: absolute;
	inset:0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(var(--color-lightblue), 0.9) 0%, rgba(var(--color-lightblue), 100%));

}

.wp-admin{margin-top:0!important;}

/* Social Icon
-------------------------------------------------------------- */
.social-icon{ margin: 0!important;}
.social-icon li{background: transparent!important;}
.social-icon li a{padding:0 4px!important;}
.social-icon li a svg{width: 20px!important; fill:rgb(var(--color-blue))!important;}
.social-icon li a:hover svg{fill:rgb(var(--color-white))!important;}



/* Google language Widget
-------------------------------------------------------------- */
.gtranslate_wrapper>*, .gtranslate_wrapper a{ width: 130px!important;}
.gtranslate_wrapper a{font-size: 10pt!important;}



.entry-title{margin-bottom: 20px;}

.section, section>section{
	padding-bottom: 5.5vw;
	padding-top: 5.5vw;
	
}
section>section{margin: 0!important;}

.lead{font-size: 18px;}


/* Header
-------------------------------------------------------------- */
header{
	background: rgba(var(--color-white), .8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}



/* Logo
-------------------------------------------------------------- */
.navbar-brand img{
	width: 100%;
	max-width:100px;
}


/* Navigation
-------------------------------------------------------------- */
.navbar-collapse{justify-content: flex-end;}
.nav-link{font-weight: 600; padding-left: 20px!important; padding-right: 20px!important; color: rgb(var(--color-darkblue)); display: flex; align-items: center; justify-content: space-between;}
.nav-link:hover, .active .nav-link{color: rgb(var(--color-blue))}

.navbar-toggler{border-radius: 100%; padding: 0; width: 46px; height: 46px; border: 0; box-shadow: inset 0 0 0 2px rgb(var(--color-lightgrey));}
.navbar-toggler:focus{box-shadow: inset 0 0 0 2px rgb(var(--color-dark))}

.dropdown-menu{
	font-size: 14px;
	padding: 0;
	min-width: 180px;
}
.dropdown-menu a{
	    padding: 8px 10px; white-space: inherit;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: rgba(var(--color-blue), .05);
}
.dropdown-toggle::after{
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
	margin-left: 10px;
	    margin-top: -2px;
}



/* Hero Banner
-------------------------------------------------------------- */
.hero-banner{ position: relative; }
.hero-caption{z-index: 9!important; position: relative!important;}
.hero-form {
	background: rgba(var(--color-blue));
	border-radius: 20px;
}
.hero-form>div{
		padding: 30px!important;
}



/* Custom Card
-------------------------------------------------------------- */

.card-wraper {
counter-reset: my-sec-counter;
}
.card-wraper .card {
	border: 0;
	box-shadow: 6px 6px 0 rgb(27 35 87 / 10%);
	padding: clamp(25px, 3vw, 45px)!important;
	color: rgb(var(--color-grey));
}
.card-wraper .card:hover{
color: rgb(var(--color-lightgrey));
}
.card-wraper .card::before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: "0"counter(my-sec-counter);
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
  color: rgb(var(--color-white));
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e4e8;
}
.card-wraper .card:hover::before{
	-webkit-text-stroke-color: rgb(var(--color-blue));
}

.card-wraper .card img {
  height: 80px;
    margin-right: auto;
  filter: invert(68%) sepia(55%) saturate(479%) hue-rotate(175deg) brightness(97%) contrast(89%);
}
.card-wraper .card:hover img {
  filter: invert(100%) sepia(97%) saturate(0%) hue-rotate(345deg) brightness(108%) contrast(101%);
}
.card-wraper .card-title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
color: rgb(var(--color-darkblue));
}
.card-wraper .card:hover .card-title{
	color: rgb(var(--color-white));
}
.card-wraper .card:hover{
  background: rgb(var(--color-darkblue));
}

.card-wraper div:nth-of-type(1) .card{background: rgb(var(--color-darkblue)); color: rgb(var(--color-lightgrey));}
.card-wraper div:nth-of-type(1) .card .card-title{color: rgb(var(--color-white));}
.card-wraper div:nth-of-type(1) .card img{filter: invert(100%) sepia(97%) saturate(0%) hue-rotate(345deg) brightness(108%) contrast(101%);}
.card-wraper div:nth-of-type(1) .card::before{-webkit-text-stroke-color: rgb(var(--color-blue));}


/* ul, li listing
-------------------------------------------------------------- */
#content ul {
  padding: 0!important;
  margin: 0;
  list-style: none;
}
#content ul li {
  padding-left: 30px;
  position: relative;
	margin-bottom: 10px;
}
#content ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	color: rgb(var(--color-blue));
}


/* Map
-------------------------------------------------------------- */
.wpb_gmaps_widget .wpb_wrapper {
    background-color: rgb(var(--color-lightgrey))!important;
    padding: 0!important;
}


/* bootstrap element
-------------------------------------------------------------- */
.btn{
	font-size: 14px !important;
	font-weight: 700 !important;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase !important;
	border: 0!important;
	position: relative;
	padding-inline: 50px;
}
.btn-lg{
	font-size: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.btn a, .btn button {
	font-weight: 700 !important;
	background: transparent!important;
	padding: 0!important;
	text-transform: uppercase !important;
	    display: flex !important;
    align-items: center;
}

.btn-dark, .btn-dark a, .btn-dark button {
	color: rgb(var(--color-white))!important;
	background: rgb(var(--color-darkblue))!important;
	border-color: rgb(var(--color-darkblue))!important;
}
.btn-dark:hover, .btn-dark:hover a, .btn-dark:hover button {
	color: rgb(var(--color-blue))!important;
	background: rgb(var(--color-darkblue))!important;
	border-color: rgb(var(--color-darkblue))!important;
}
/*.btn-primary, .btn-primary a, .btn-primary button {
	color: rgb(var(--color-white))!important;
	background: rgb(var(--color-blue))!important;
	border-color: rgb(var(--color-blue))!important;
}
.btn-primary:hover, .btn-primary:hover a, .btn-primary:hover button {
	color: rgb(var(--color-dark))!important;
	background: rgb(var(--color-blue))!important;
	border-color: rgb(var(--color-blue))!important;
}*/

.btn-primary, .btn-primary>.vc_btn3-style-flat, .btn-primary>.wp-element-button {
  color: rgb(var(--color-white))!important;
  background: rgb(var(--color-blue)) !important;
  border-color: rgb(var(--color-blue)) !important;
}
.btn-primary:hover, .btn-primary>.vc_btn3-style-flat:hover{
  background: rgb(var(--color-grey)) !important;
  border-color: rgb(var(--color-grey)) !important;
}





.btn-warning, .btn-warning a, .btn-warning button {
	color: rgb(var(--color-white))!important;
	background: rgb(var(--color-yellow))!important;
	border-color: rgb(var(--color-yellow))!important;
}
.btn-warning:hover, .btn-warning:hover a, .btn-warning:hover button {
	color: rgb(var(--color-white))!important;
	background: rgb(var(--color-darkblue))!important;
	border-color: rgb(var(--color-darkblue))!important;
}


.vc_general, .wp-element-button{
  text-transform: uppercase;
  font-weight: 700;
}
.vc_btn3-container[class*="btn-"], .wp-block-button[class*="btn-"] {
    background: transparent !important;
}
.vc_btn3-inline{
  margin-right: 10px;
  margin-top: 10px;
}
.vc_btn3-size-lg{
  font-size: 16px;
}














.post-btn a{background: transparent!important; border: 0!important; padding-left: 0!important; padding-top: 0!important; padding-bottom: 0!important; color: rgb(var(--color-dark))!important}
.post-btn a:hover{color: rgb(var(--color-blue))!important}



.form-control{
	font-size: 14px;
	    padding-top: 11.5px;
    padding-bottom: 11.5px;
}
.form-control-lg, .form-select-lg{
	    height: 57px;
    font-size: 16px;
}

.card{border-radius: 20px; overflow: hidden;}
.card figure .card-img-top img{border-radius: 20px 20px 0 0; height: 220px; object-fit: cover;}
.card:hover figure img{transform: scale(1.05)}
.card-body{background: #FFFFFF; padding: clamp(15px, 3vw, 30px)!important; font-size: 14px;}

.text-primary{color: rgb(var(--color-blue))!important;}
.text-secondary{color: rgb(var(--color-lightgrey))!important;}


.bg-dark{ background-color: rgb(var(--color-darkblue))!important;}
.bg-light{ background-color: rgb(var(--color-lightblue))!important; }



/* other element
-------------------------------------------------------------- */

.wpcf7 form.invalid .wpcf7-response-output{border: 1px solid #ff0000 !important;
  background: #ff4444 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;	
}
span.wpcf7-not-valid-tip {
    font-size: 12px!important;
    text-align: left!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output{
	margin: 0 0 25px 0!important;
    font-size: 12px!important;
	color: rgb(var(--color-white));
	border-radius: 3px;
}
div.wpcf7-validation-errors{
	border: 1px solid #ff0000!important;
	background: #ff4444!important;
}
div.wpcf7-mail-sent-ok{
	border: 1px solid #398f14!important;
	background: #3ba50f!important;
}

.img-box .wpb_single_image {
	margin-bottom: 0;
}
.img-box .wpb_single_image:nth-of-type(1) {
    max-width: calc(100% - 70px);
    margin-left: auto;
}
.img-box .wpb_single_image:nth-of-type(2) {
	max-width: 70%;
	margin-top: -80px;
}
.img-box .wpb_single_image img{
		object-fit: cover;
	border-radius: 20px;
}
.img-box .wpb_single_image:nth-of-type(1) img{
	aspect-ratio: 3/2;
}
.img-box .wpb_single_image:nth-of-type(2) img{
	aspect-ratio: 4/3;
}

.brands-wraper>div{margin: 0!important;}
.brands-wraper>div>div{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap:4vw;
	margin: 0!important;
}

.brands-wraper>div>div>div{width: 100%; padding: 0!important;}
.brands-wraper>div>div:before, .brands-wraper>div>div:after{
	display: none!important;
}

.brands{
	background-size: contain!important;
}
.brands img{
	height: 50px;
}

.call-btn{
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
	color: rgb(var(--color-darkblue))!important;
}
.call-btn i{
	height: 46px;
    width: 46px;
    box-shadow: inset 0 0 0 2px rgb(var(--color-blue));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	color: var(--color-blue);
}
.call-btn:hover i{
	box-shadow: inset 0 0 0 35px rgb(var(--color-blue));
	color: rgb(var(--color-white));
	font-size: 20px;
}
.call-btn span{display: flex; flex-flow: column; gap:5px;}
.call-btn small{font-weight: 400; font-size: 12px;}

.call-btn-lg .call-btn i{
	height: 58px;
	width: 58px;
}


/* Footer
-------------------------------------------------------------- */
footer{	
	position: relative;
	font-size: 14px;
	isolation: isolate;
	color: rgb(var(--color-lightgrey))!important;
}
/* footer:before{
	content: '';
	position: absolute;
	inset:0;
	width: 50%;
	background-image: url(images/logo-icon.svg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
	opacity: .05;
	z-index: -1;
} */
.f-logo{margin-bottom: 30px!important;}
.f-logo img{max-width: 100px!important; width: 100%;}

footer hr{border-color: rgb(var(--color-blue))!important; opacity: .1!important;}

.menu{padding: 0; margin: 0;display: block!important; overflow: visible;}
.menu li{margin-bottom: 15px;}
.menu li a, footer a{text-decoration: none; color: rgb(var(--color-lightgrey))!important;}
.menu li a:hover, footer a:hover{color: rgb(var(--color-blue))!important;}

.footer-contact{margin-bottom: 25px;}
.footer-contact p{display: flex; gap:15px;}
.footer-contact p i{margin-top: 5px; color:rgb(var(--color-blue)); }

footer .social-icon a{
    width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
}
footer .social-icon li{
	box-shadow: inset 0 0 0 1px rgb(var(--color-blue));
    border-radius: 100%;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
}
footer .social-icon li:hover{
	transform: scale(1)!important;
	box-shadow: inset 0 0 0 20px rgb(var(--color-blue));
}
footer .social-icon li svg{
	fill:rgb(var(--color-white))!important;
}
footer .social-icon li:hover svg{
	transform: scale(1.1);
	fill:rgb(var(--color-dark))!important;
}

/* =Post
-------------------------------------------------------------- */
.card-post-date div:before{
		content: '\f073';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
}
.card-post-title h4{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-post-desc p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.single .navigation{ display: flex; justify-content: space-between; margin-bottom: 20px;}
.single .navigation div{width: 48%;}
.single .navigation .nav-next{text-align: right;}
.single .navigation a{color:rgb(var(--color-grey));}

.single .wp-post-image{
	width: 100%;
	aspect-ratio:16/6;
	height: auto;
	object-fit: cover;
	margin: 20px 0;
}
.single .entry-meta{margin-bottom: 20px;}
.single .entry-meta a{color:rgb(var(--color-blue));}
.single .entry-meta a:hover{color:rgb(var(--color-dark));}


/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
  color: #777;
  text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
  color: #ff4b33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
  color: #777;
}
.reply a:hover, a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword, .nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
/* Comments form */
input[type="submit"] {
  color: inherit;
}
#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  color: #777;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}
#respond #wp-comment-cookies-consent {
  width: auto;
  margin: 0 10px 0 0;
}
.form-inline{display:flex;}

.ladyuser img{width:500px;}
















@media (min-width: 1200px) {
	.hero-form-wraper{ margin-top: -110px;}
	.single-post{margin-top:200px;}
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1600px) {
	body {margin-top: 147px;}
	.hero-form-wraper{ margin-top: -110px;}
.hero-form {border-bottom-right-radius:0; border-bottom-left-radius: 0;}
	.container{ max-width: 1320px!important;}
	.container-fluid{ width: 95%!important;}
	.navbar-brand img{max-width:100px;}
.nav-link{font-size: 18px; padding-left: 30px!important; padding-right: 30px!important;}
}
@media (max-width: 1399.98px) {
	body{margin-top: 121px;}
	.navbar-brand img{ max-width:100px; }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	body{margin-top: 175px;}
	.navbar-brand img{ max-width:100px; }
	.nav-link { padding-left: 10px!important; padding-right: 10px!important; font-size: 14px; }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
	.hero-banner{min-height: 400px!important;}
	.card-wraper .card img { height: 60px;}
	
	.navbar-nav{margin-top: 10px;}
	.nav-link{font-size: inherit; border-top: 1px solid rgba(var(--color-lightgrey), .3); padding-top: 15px; padding-bottom: 15px;}
	.dropdown-menu{ border: 0; background: transparent;	 }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767.98px) {
	body{margin-top: 135px;}
	body{font-size: 14px;}
	header .call-btn span{display: none;}
	.home-banner{justify-content: end!important;        
		min-height: 70vh !important;
	}
	.home-banner h1{
		font-size:30px;
	}
	.btn, .btn-lg{ font-size: 14px !important; padding-top: 12px; padding-bottom: 12px; }
	.brands-wraper>div>div{
		grid-template-columns: 1fr 1fr;
		gap:30px;
	}
	.main-banner.vc_custom_1785133598502 {min-height: 400px !important;padding-top: 220px !important;background-position:86% !important;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) { 
	body{margin-top: 135px;}
	    .navbar-brand img {max-width: 60px;}
	.btn {padding-inline: 20px;}
/*  	 .vc_custom_1721974353305{background-position: right !important;} */
	.small-menu-phone{rotate:90deg!important;}
	.main-banner.vc_custom_1785133598502 {min-height:290px !important;padding-top:20px !important;background-position: 80% !important;justify-content: end !important;}
	.main-banner h1 {font-size:20px;}
	.vc_general.vc_btn3 {padding-top: 10px !important;padding-bottom: 10px !important;font-size: 12px !important;padding-inline: 16px !important;}
	.vc_general.vc_btn3 i{display:none!important;}
	
}
